@charset "utf-8";

/* メイン部分
-------------------------------------------------------------------------------------*/
#sitemap {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
	padding-bottom: 30px;
}
#sitemap .inner {
	float:left;
	width:600px;
	height: auto;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}
#sitemap .innerlarge {
	float:left;
	width:600px;
	height: auto;
	display: block;
	padding-left: 15px;
}
#sitemap .innerleft {
	float:left;
	width:275px;
	height: auto;
	display: block;
}
#sitemap .innerright {
	float:left;
	width:295px;
	height: auto;
	display: block;
	padding-left: 30px;
}
#sitemap h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 5px;
}
#sitemap h3 {
	float:left;
	width:auto;
	height: auto;
	display: block;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../../sitemap/img/arrow.gif);
}
#sitemap h4 {
	float:left;
	width:250px;
	height: auto;
	display: block;
	background-image: url(../../sitemap/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
#sitemap h5 {
	float:left;
	width:245px;
	height: auto;
	display: block;
	padding-left: 20px;
}
#sitemap ul {
	float:left;
	width:240px;
	height: auto;
	display: block;
	padding-left: 25px;
}
#sitemap li {
	height: auto;
	width: auto;
	display: list-item;
	list-style-position: inside;
	list-style-image: url(../../sitemap/img/arrow2.gif);
}
#sitemap p {
	float:left;
	width:630px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
