@charset "utf-8";

/* ####################################### */
/* Site Map */
/* ####################################### */
#sitemapImage {
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
padding: 0;
border-top: 1px solid #b38848;
border-bottom: 1px solid #b38848;
}

#sitemapArea {
margin: 0 30px;
}

#sitemapTbl {
margin: 1em 0;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
#sitemapTbl th,#sitemapTbl td {
padding: 1em 1em 1em 2em;
color: #aaa;
font-size: 90%;
border-bottom: 1px dotted #bbb;
}
#sitemapTbl th {
padding: 1em;
width: 10em;
border-right: 1px dotted #bbb;
}
#sitemapTbl th a,#sitemapTbl td a,#sitemapTbl th a:link,#sitemapTbl td a:link,#sitemapTbl th a:visited,#sitemapTbl td a:visited {
color: #666;
border-bottom: 1px dotted #bbb;
}
#sitemapTbl th a:active,#sitemapTbl td a:active,#sitemapTbl th a:hover,#sitemapTbl td a:hover {
color: #444;
border-bottom: none;
}

#sitemapTbl td ul {
float: left;
width: 15em;
}


