@charset "utf-8";

ul#sitemap {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#sitemap li {
	margin:0 0 8px;
	border-bottom:1px dotted #ccc;
	padding:0 0 8px 42px;
	background:url(../images/ico_arrow.png) 20px 6px no-repeat;
}

ul#sitemap li:first-child {
	font-weight:bold;
	padding:0 0 8px 32px;
	background:url(../images/ico_arrow.png) 10px 6px no-repeat;
}