@charset "ISO-8859-1";

/*sitemap*/
/*#wrap
--------------------------------*/
#sitemap_wrap{}
#sitemap_wrap .home{
	font-size:14px;
	padding-bottom:5px;
	border-bottom:solid 1px #cccccc;
	margin-bottom:10px;
}

#sitemap_wrap #l_box{
	width:320px;
	float:left;
}

#sitemap_wrap #r_box{
	width:320px;
	float:right;
}

#sitemap_wrap .sitemap_box{
	margin-bottom:20px;
}

#sitemap_wrap h3{
	margin-bottom:5px !important;
	padding:0 0 5px 20px;
	font-size:14px;
	font-weight:normal;
	color:#2B52A9;
	border-bottom:solid 1px #bbbbbb;
	background-image:url(../img/ic_arrowyellow.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
}

#sitemap_wrap h3 a{color:#2B52A9;}

#sitemap_wrap h4{
	margin-bottom:0 !important;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
}

#sitemap_wrap ul.cat{ padding-left:20px;}
#sitemap_wrap ul.cat li{
	padding:5px 0 5px 12px;
	background-image:url(../img/ic_arrow2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:solid 1px #cccccc;
}

#sitemap_wrap a{ color:#666666;}

