@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* 
----------------------------------------------------------- */
#sitemap .con_sitemap{
	overflow: hidden;
	zoom:1;
	width: 225px;
	float: left;
	padding-left: 15px;
}

#sitemap .con_l{
}
#sitemap .con_sitemap h3{
	font-size: 110%;
	font-weight: bold;
	padding: 5px 0;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	margin: 30px 0 10px;
	text-decoration: none;
}

#sitemap .con_sitemap a{
	color: #333;
}
#sitemap .con_sitemap h3 a{
	color: #0055a5;
	text-decoration: none;
}






/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

