@charset "utf-8";
/* CSS Document */


/*
----サイトマップページ　設定-------------------------*/

/*
----コンテンツ上書き（背景用）--------------------------------------*/

div#contents {
	margin-left: 75px;
	margin-right: 75px;
	width: 550px;
	background-image: url(../sitemap/images/sitemap_bg.gif);
	background-repeat: no-repeat;
	background-position: 400px 780px;
	padding-top: 30px;
	line-height: 15px;
}


div.sitemap {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 30px;
}
div.sitemap_box {
	float: left;
	width: 183px;
	margin-bottom: 15px;
}
.sitemap ul {
	list-style-type: none;
}
div#contents li {
	padding-left: 10px;
	margin-bottom: 2px;
}
div#contents .genre {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #002277;
	margin-right: 2px;
	margin-left: 2px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 2px;
	color: #002277;
}

