@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   Sitemap
========================================================= */
.contentPage .body ul.sitemap,
.contentPage .body ul.sitemap ul {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
}



ul.sitemap ul {
  padding-left: 30px;
  background-color: #ffffff;
}
ul.sitemap li {
  line-height: 2;
}
ul.sitemap li a {
  padding-left: 18px;
    background-image: url("/_common/themes/joruri/piece/images/icon_04.png");
    background-position: 8px 5px;
    background-repeat: no-repeat;
}

ul.sitemap li.level1 {
  margin-bottom: 15px;
  background-color: #f0f0f0;
  line-height: 2;
}
ul.sitemap ul.level2 {
  padding-top: 10px;
}

.pageTop {
  margin: 0px 0px 20px 0px;
  text-align: right;
}
.pageTop a {
  padding: 0px 0px 0px 15px;
  background-image: url(./images/ic-top.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
