/*======================================
    sitemap
======================================*/
.sitemap_page {
    width: 205px;
    float: left;
    /*margin: 0 10px*/
    }
.sitemap_page dt a, .sitemap_page li a {
    display: block;
    padding: 3px 9px 3px 30px;
    background: #FEC3DF url(../images.54b601177434032517702b518ff5f344/icon-honu.png) 10px 5px no-repeat;
    line-height: 1.3;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold
    }
.sitemap_page dt a {
    margin-bottom: 10px
    }
.sitemap_page li a {
    margin-bottom: 20px
    }
.sitemap_page dt a:hover, .sitemap_page li a:hover {
    background-color: #FA59A6;
    color: #fff;
    text-shadow: none
    }
.sitemap_page dd {
    margin-bottom: 10px;
    padding-left: 10px;
    background: url(../images.54b601177434032517702b518ff5f344/list.png) 2px 6px no-repeat;
    line-height: 1.3;
    font-size: 0.8em
    }
.sitemap_page dd.marB20 {
    margin-bottom: 20px
    }
