@charset "Shift_JIS";
/* CSS Document */


/*
--------------------
サイトマップ
--------------------
*/

#sitemap_area {
	overflow: hidden;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 15px;
}
#top {
	float: left;
	width: 160px;
	height: 330px;
	background-color: #E6E6E6;
	background-image: url(/sitemap/img/image.jpg);
}
#top a {
	font-size: 12px;
	line-height: 20px;
	background-image: url(/sitemap/img/mark.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 20px;
	display: block;
}
#top a:hover {
	background-color: #CFE7E6;
}
#contents {
	float: right;
	width: 630px;
}
#contents ul {
}
#contents li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 9px;
	display: block;
}
#contents h3 {
	height: 20px;
}
#contents h3 a {
	width: 610px;
	padding-left: 20px;
	display: block;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	background-image: url(/sitemap/img/mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents h3 a:hover {
	background-color: #CFE7E6;
}
#contents li p {
	width: 475px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	display: block;
	margin-top: -20px;
	margin-left: auto;
	margin-right: 0px;
}
