@charset "utf-8";
/* CSS Document */
#sitemap {
	width: 640px;
	margin: 0 auto 50px;
}

#sitemap_left {
	width: 300px;
	float: left;
}
#sitemap_right {
	width: 300px;
	float: right;
}
#sitemap .top {
	font-size: 20px;
	margin-bottom: 30px;
}
#sitemap .top a {
	color: #333;
}

#sitemap .level1 {
	background: url(../common/img/list03.png) no-repeat left center;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #cccccc;
}
#sitemap .level1 a {
	color: #333;
}

#sitemap ul.level2 {
	font-size: 15px;
	margin-bottom: 30px;
	margin-left: 17px;
}

#sitemap ul.level2 li {
	background: url(../common/img/list04.png) no-repeat left 9px;
	padding-left: 10px;
}

#sitemap ul.level3 {
	font-size: 13px;
	line-height: 1.8em;
	margin-left: 20px;
	margin-bottom: 7px;
}
