@charset "utf-8";
@import url(basic.css);

/*メインボディ
----------------------------------------------- */
#center-body {
	float: right;
	margin: 0px;
	width: 900px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
}

h2 {
	clear: both;
}
#center-body h3 {
	clear: both;
	padding-top: 21px;
	padding-bottom: 5px;
}


.sitemap-left-conteiner {
	float: left;
	width: 286px;
}
.sitemap-center-conteiner {
	float: left;
	width: 286px;
	margin-left: 21px;
}
.sitemap-right-conteiner {

	float: right;
	width: 286px;
}
#center-body dt {
	background-image: url(../img/sitemap/list-mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-top: 0.7em;
	color: #978A00;
}
#center-body dd {
	background-image: url(../img/sitemap/list-mark-layer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: 20px;
	margin-top: 0.5em;
	color: #978A00;
}
#center-body a {
	color: #978A00;
	text-decoration: none;
}
#center-body a:hover {

	color: #FF0000;
	text-decoration: underline;
}
