.sitemap-container {
}
.sitemap-pane {
}
/* サイトマップページ見出し */
.sitemap-pane h2 {
    background-image:       url("/mt-static/themes/yamatokoriyama/h2_blank.gif");
    background-repeat:      no-repeat;
    font-size:              16px;
    font-weight:            bold;
    margin:                 10px 0;
    padding:                8px 5px 12px 20px;
}
.sitemap-pane div.blog-tree {
}
/* BLOG TITLE */
.sitemap-pane h3 {

    background-image:       url("/mt-static/themes/yamatokoriyama/sec_entrylist_h3_bk.gif");
    background-repeat:      no-repeat;
    font-size:              14px;
    font-weight:            bold;
    margin:                 0px 10px 12px 0;
    padding:                4px 5px 3px 20px;

}
/* TOP CATEGORY TITLE */
.sitemap-pane dt {
    margin:                 10px 10px 10px 20px;
    padding:                1px 0 1px 24px;
    background-image:       url("/mt-static/themes/yamatokoriyama/sec_def_tit1.gif");
    background-position:    0px 6px;
    background-repeat:      repeat-y;
    border:                 1px solid #99CC33;
    color:                  #336600;
    font-weight:            bold;
}
/* SUB CATEGORY TITLE */
.sitemap-pane li {
    padding-left:           50px;
    background-image:       url("/mt-static/themes/yamatokoriyama/mark_yellow_s.gif");
    background-position:    34px 6px;
    background-repeat:      no-repeat;
    margin:                 4px 0;
}



