@charset "utf-8";

/* ####################################### */
/* Site Map */
/* ####################################### */
#sitemapPackage {
margin-top: 20px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
padding: 0 0 40px 0;
width: 800px;
background-color: #fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

#sitemapPackage h3 {
margin-top: 20px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding: 20px 0 16px 0;
width: 760px;
color: #775d30;
text-align: center;
font-size: 120%;
letter-spacing: 0.2em;
border-bottom: 1px solid #bbae99;
}

#sitemapTbl {
margin: 1em auto;
width: 740px;
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;
}


