@charset "UTF-8";
#wrapper {
	background-repeat: no-repeat;
	background-position: center top;
}
.sitemap_left {
	float: left;
	width: 200px;
}
.sitemap_right {
	float: left;
	padding-left: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.sitemap_left li {
	margin-bottom: 15px;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS P ゴシック";
	font-size: 90%;
}
.sitemap_left .sub {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sitemap_right li {
	margin-bottom: 15px;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS P ゴシック";
	font-size: 90%;
}
.sub li {
	margin-bottom: 10px;
}
#wrapper #contents {
	background-image: none;
}

