@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/* -----------------------------------------------------------
	#cnt_sitemap
----------------------------------------------------------- */
#cnt_main #cnt_sitemap {
	width: 690px;
	height: auto;
}
#cnt_main #cnt_sitemap h3 {
	margin: 0 0 20px 0;
}
#cnt_main #cnt_sitemap div.left {
	width: 300px;
	padding: 0 20px;
	height: auto;
	float: left;
}
#cnt_main #cnt_sitemap div.right {
	width: 300px;
	padding: 0 20px;
	height: auto;
	float: right;
}

#cnt_main #cnt_sitemap h4 {
	padding: 10px 0 5px 10px;
	font-size: 85%;
	color: #C77232;
	background: #FAF7F3;
	border-bottom: 1px dotted #CCC;
}
#cnt_main #cnt_sitemap ul {
	padding: 10px 0 40px 15px;
}
#cnt_main #cnt_sitemap ul li {
	font-size: 80%;
	line-height: 1.8;
	padding: 0 0 0 10px;
	background: url(../images/icn_arrow.gif) 0 10px no-repeat;
	border-bottom: 1px dotted #EFEFEF;
}






