@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :Ability Consultant
style info  :サイトマップページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	index.html 
----------------------------------------------------*/

/* カラム
----------------------------------------------------*/
#map .con_map {
	width: 690px;
}

#map .con_map .con_l {
	width: 325px;
	float: left;
}

#map .con_map .con_r {
	width: 325px;
	float: right;
}


/* 共通
----------------------------------------------------*/
#map .con_map h2 {
	margin: 0 0 10px 0;
}

#map .con_map ul {
	width: 300px;
	margin: 0 0 40px 0;
	padding: 0 0 0 15px;
}

#map .con_map ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 12px;
	background: url(../images/ic_main.gif) no-repeat left 5px;
}








/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}