@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :Ability Consultant
style info  :採用情報　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */

/* ヘッダスラッシュ */
#sitemap #header h2 {
	margin:0;
	padding:0;
	width:100%;
	height:248px;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
	text-indent:-9999px;
}

/* h2  画像タイトル */
#sitemap #header h2 {
	background:url(../sitemap/images/title.jpg) center top no-repeat;
}


/*----------------------------------------------------
	
	#main	メイン	
	
----------------------------------------------------*/
#sitemap .cnt_sitemap{
	margin-bottom: 65px;
	overflow: hidden;
}

#sitemap .cnt_sitemap h3{
	margin-bottom: 40px;}

#sitemap .cnt_sitemap .cnt_sitemap_box{
	margin-left:10px;
	width:340px;
	float: left;
	
	}

#sitemap .cnt_sitemap ul{
}

#sitemap .cnt_sitemap ul li{
	margin-bottom: 1em;
	padding-left: 1.5em;
	font-size: 1.18em;
	background: url(../images/ic_red.gif) left 0.5em no-repeat;
}

#sitemap .cnt_sitemap ul li ul li{
	float: left;
	margin-bottom: 0.5em;
	padding: 0 0.8em 0 0.8em;
	font-size: 1em;
	background: url(../images/ic_varrow.gif) left 0.5em no-repeat;
}

#sitemap .sitemap_page_h{
	clear: both;
}

#sitemap .second_row{	
	clear: both;
}



/*======================================

	hack - 各種cssハック - for Firefox

=======================================*/
/* firefoxで枠線非表示になるバグ対応 */
html>/**/body table.tbl_basic th {
	border-collapse: separate;
	border-spacing: 1;
	border-left:2px solid #A4A0BB;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}

*:first-child+html #sitemap .cnt_sitemap .cnt_sitemap_box{
	margin-left:10px;
	width:340px;
	float: left;
	
	}

*:first-child+html #sitemap .cnt_sitemap ul{
}

*:first-child+html #sitemap .cnt_sitemap ul li{
	margin-bottom: 1em;
	padding-left: 1.5em;
	font-size: 12px;
	background: url(../images/ic_red.gif) left 0.5em no-repeat;
}

*:first-child+html #sitemap .cnt_sitemap ul li ul li{
	float: left;
	margin-bottom: 0.5em;
	padding: 0 0.8em 0 0.8em;
	font-size: 12px;
	background: url(../images/ic_varrow.gif) left 0.5em no-repeat;
}

*:first-child+html #sitemap .second_row{	
	clear: both;
	width: 10em;
}

/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

* html #sitemap .cnt_sitemap .cnt_sitemap_box{
	margin-left:10px;
	width:340px;
	float: left;
	
	}

* html #sitemap .cnt_sitemap ul{
}

* html #sitemap .cnt_sitemap ul li{
	margin-bottom: 1em;
	padding-left: 1.5em;
	font-size: 12px;
	background: url(../images/ic_red.gif) left 0.5em no-repeat;
}

* html #sitemap .cnt_sitemap ul li ul li{
	float: left;
	margin-bottom: 0.5em;
	padding: 0 0.8em 0 0.8em;
	font-size: 12px;
	background: url(../images/ic_varrow.gif) left 0.5em no-repeat;
}

* html #sitemap .second_row{	
	clear: both;
	width: 10em;
}
