/***********************************************************************/
/*                      sitemap style setting                          */
/***********************************************************************/		
.sitemap{
	margin: 0;
	padding: 0;
	width: 720px;}
	.sitemap td{
	margin: 0;
	padding: 0;
	width: 25%;
	vertical-align: top;
}
.sitemapTable{
	margin: 0;
	padding: 0;
	width: 95%;}
	.sitemapTable td.pic{
	padding: 5px 0 5px 0;
	text-align: center;}
	.sitemapTable td.title{
	padding: 5px 0 5px 0;
	color: #775B33;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/dotted_line_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;}
	.sitemapTable td ul{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style-type: none;}
	.sitemapTable td li.level1{
	padding: 3px 0 3px 12px;
	background-image: url(../images/icon_org_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;}
	.sitemapTable td li.level1 a:link, .sitemapTable td li.level1 a:visited {
	color: #333333;
	text-decoration: none;}
	.sitemapTable td li.level1 a:hover {
    color: #FF008C;	
	text-decoration: none;}
	.sitemapTable td ul.level2{
	margin: 0 0 0 18px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../images/icon_gray_dot.gif);}
	.sitemapTable td li.level2{
	padding: 3px 0 0 0;}
	.sitemapTable td li.level2 a:link, .sitemapTable td li.level2 a:visited {
	color: #666666;
	text-decoration: none;}
	.sitemapTable td li.level2 a:hover {
    color: #1770B5;	
	text-decoration: none;}
