@charset "utf-8";
#sitemap-box ul {
	margin:0px 20px;
	margin-bottom: 60px;
}
#sitemap-box ul li {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 18px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#sitemap-box ul li a {
	background-image: url(../images/icon-arrow_green_s.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#sitemap-box ul li.top {
	padding-left: 0px;
}
#sitemap-box ul li.top a {
	background-image: url(../images/icon-arrow_blue_s.gif);
}
#sitemap-box ul dl dt {
	margin-bottom: 5px;
}
#sitemap-box ul dl dt a {
	background-image: url(../images/icon-arrow_green_s.gif);
}
#sitemap-box ul dl dd {
	margin-left: 15px;
	color: #666666;
}

