@charset "utf-8";

/* ========================================================
	sitemap.css => サイトマップ
======================================================== */


/* 
============================================================================================================ */
.sitemap {
	zoom: 1;
}
.sitemap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.sitemap div {
	float: left;
	width: 230px;
	margin-right: 10px;
	display: inline;
}
#contentsArea h3 {
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #805300;
	text-align: center;
	color: #805300;
	font-size: 117%;
}
#contentsArea .sitemap h3 {
	margin-right: 0;
}
.sitemap ul {
	margin-bottom: 1.6em;
	font-size: 109%;
}
.sitemap ul li {
	margin-bottom: 0.2em;
}
.sitemap dt {
	margin-bottom: 0.2em;
	font-size: 92%;
}
.sitemap dt.none {
	visibility: hidden;
}


