@charset "utf-8";
/* CSS Document */

/*********************************************
メインコンテンツ 
*********************************************/
/*SITEMAP*/
#main div.sitemap {
	width: 900px;
	height: auto;
	margin: 0 auto 550px;
}


#main div.sitemap h2 {
	color: #AD8567;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 0 0 4px;
	margin: 0 0 10px;
}

#main div.sitemap ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 0 10px;
	line-height: 160%;
}