@charset "utf-8";
/* CSS Document */


/* contents部分------------------- */
#contents{
	padding-right: 20px;
	float: left;
	width: 620px;
}

#sitemap_title{
	padding-bottom: 15px;
}

#sitemap_category01{
	padding-top: 10px;
	border-top: 1px #999 solid;
	font-size: 12px;
}

.sitemap_category02{
	overflow: hidden;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px #999 solid;
	font-size: 12px;
}

.sitemap_left{
	float: left;
	width: 35%;
}

.sitemap_right{
	float: left;
	width: 65%;
}

.sitemap_right li{
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: #999 dashed 1px;
}
