@charset "shift-jis";

#content .inner_content {
	width: 850px;
	margin: 0 auto;
}

/******************************************************
 * GUIDE
 */

#sitemap {
	margin-bottom: 50px;
}
#sitemap h2 {
	font-size: 140%;
	color: #fff;
	background: #a20000;
	margin-bottom: 10px;
	padding: 3px 10px;
}
#sitemap .top {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 110%;
}
#sitemap .top li {
}
#sitemap li li {
	list-style-type: circle;
	list-style-position: inside;
	text-indent: 3em;
}
#sitemap li li li {
	list-style-position: inside;
	list-style-type: square;
	text-indent: 6em;
}
#sitemap li li li li {
	text-indent: 9em;
}
