@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* 各ページタイトル画像
----------------------------------------------------------- */
#sitemap #header h1 {
	background:url(../sitemap/images/title.jpg) center 0 no-repeat;
}




/* .con_sitemap		INTRO
----------------------------------------------------------- */
#sitemap #main .con_sitemap {
	margin-bottom:30px;
	width:705px;
}

#sitemap #main .con_sitemap h3 {
	margin-bottom:30px;
}

#sitemap #main .con_sitemap .box_sitemap {
	margin:0 0 0 auto;
	width:645px;
	overflow:hidden;
}

#sitemap #main .con_sitemap .box_sitemap ul {
	margin:0 15px 40px 0;
	padding-top:10px;
	width:150px;
	float:left;
	border-top:4px solid #B9D3C8;
}

#sitemap #main .con_sitemap .box_sitemap ul.last {
	margin-right:0;
}

#sitemap #main .con_sitemap .box_sitemap ul li {
	list-style:none;
	line-height:2em;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


