@charset "utf-8";
/* CSS Document */

.sitemapUnit{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: dotted 1px #D3D7EB;
}

.sitemapUnit h4{
	font-weight: bold;
}

.sitemapUnit ul{
	padding: 10px 0 0 30px;
}

.sitemapUnit li{
	float: left;
	white-space: pre;
	padding: 0 30px 10px 0;
}

.sitemapUnit li a{
	background: url(../../common/images/icon_arrow.gif) left center no-repeat;
	padding: 0 0 0 15px;
}