@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   Sitemap
========================================================= */
/* banner
----------------------------------------------- */
#banner {
    position: relative;
    z-index: 2;
}
/* main
----------------------------------------------- */
#main {
    position: relative;
    margin: -5px 0 15px 0;
    z-index: 1;
}
/* page-title
----------------------------------------------- */
#pageTitle {
    width: 780px;
    margin: 0 auto;
    border-bottom: 3px solid #0077d7;
}
#pageTitle h1 {
    padding: 0;
    color: #0077d7;
    font-size: 180%;
    font-weight: bold;
}

.contentPage {
    padding: 10px;
    background-color: #efefef;
}

contentPage ul {
    padding: 0 20px 0 15px;
}
.contentPage li {
    margin: 0;
    padding: 0 0 0 10px;
    background-image: url("./images/ic-list.gif");
    background-position: left 7px;
    background-repeat: no-repeat;
}

ul.sitemap {
}
ul.sitemap li {
    margin-bottom: 10px;
}
ul.sitemap li > ul {
    margin-top: 10px;
}
ul.sitemap li.level2 {
    background-image: none;
}
ul.sitemap li.level2 ul {
}
ul.sitemap li.level2 ul li {
}
