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

 file name  :sitemap.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
#sitemap #header_wrap h2 {
	background: url(../sitemap/images/title.jpg) no-repeat center;
}


/*---------------------------------------------------

       サイトマップ
	   
-----------------------------------------------------*/
#sitemap .con_site{
	width: 700px;
	padding: 32px 0;
	margin: 0 auto;
}

#sitemap .con_site h4{
	width: 700px;
	height: 50px;
	background: url(../sitemap/images/st_bk.gif) 0 0 no-repeat;
	padding: 15px 0 0 60px;
	font-size: 120%;
	color: #FFF;
}

#sitemap .con_site p{
	width: 700px;
	background: url(../sitemap/images/icon_sankaku.gif) center left no-repeat;
	padding-left: 20px;
	margin-left: 40px;
}

#sitemap .con_site p a{
	color: #33302b;
}




/* ページトップとライン */
#sitemap .btn_pagetop{
	text-align:right;
}

#sitemap .ic_dot_line {
	width:755px;
	height:1px;
	background:url(../sitemap/images/ic_dot_line.gif) top left repeat-x;
	overflow:hidden;
}


/*  */













/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}