@charset 'UTF-8';

@import url(reset.css);
@import url(base.css);
@import url(common.css);
@import url(navi.css);




/* -----------------------------------------------------------------------------
>> header
----------------------------------------------------------------------------- */

.header_about{
 	width:100%;
	height:280px;
	background:url(/img/pc/parts/header_fuyuyama.jpg) no-repeat;
	background-position:center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#DBDAD5;
	position:relative;
	border-bottom: 8px solid #DBDAD5;
}

/* -----------------------------------------------------------------------------
>> main-content
----------------------------------------------------------------------------- */
h2{
	width:630px;
	height:36px;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	margin: 10px 0px 60px 0px;
	background:url(/img/pc/title/title_sitemap.gif) no-repeat;
	
}


h3,h4{	
	color:#333;
}

h3{
	height:50px;
	font-size:24px;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
	margin: 0px 0px 30px 0px;
	background:url(/img/pc/title/h3_about_bg.gif) no-repeat;
}

h4{
	height:40px;
	font-size:20px;
	line-height:36px;
	font-weight:bold;
	background:url(/img/pc/icon/icon_dice_member.gif) no-repeat;
	background-position:10px 13px;
	padding: 5px 0px 0px 45px;
	margin: 10px 0px 15px 0px;
	border-top: 1px dashed #F2F0A2;
	border-bottom: 1px dashed #F2F0A2;
}



article{
	margin: 0px 0px 30px 0px;
}

article.sitemap{
	margin: 0px 0px 80px 0px;

}

article.sitemap ul{
	padding: 0px 10px 0px 10px;
	margin:0 auto;
	line-height:20px;
	list-style:none;
	border-top: 2px dotted #D4E5E5;
}
article.sitemap li{
	font-weight:bold;
	background:url(/img/pc/icon/icon_dia_report.png) no-repeat 0px 5px;
	padding: 5px 0px 5px 25px;
	margin: 5px 0px 5px 0px;
	border-bottom: 2px dotted #D4E5E5;	
}

article.sitemap li ul{ padding: 0px 0px 0px 30px; margin: 10px 0px 10px 0px; border:none; }
article.sitemap li ul li{ font-weight:normal; border:none; padding: 2px 0px 2px 0px; background:none;  }


article.sitemap li a{ color:#000; text-decoration:none;}
article.sitemap li a:hover{ color:#5B9797;}





#pageIndx{
	font-size:12px;
	border: 1px solid #D4E5E5;
	background-color:#F5F4ED;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#pageIndx p{	background-color:#D4E5E5;}
#pageIndx p img{ padding: 10px 0px 5px 20px;}

#pageIndx ul{ padding: 15px 0px 15px 20px;}
#pageIndx li{
	background:url(/img/pc/icon/icon_diamond.gif) no-repeat;
	background-position:3px 3px;
	padding: 5px 20px 5px 25px;
	margin: 0px 0px 10px 0px;
	list-style: none;
	line-height:140%;
}

#pageIndx li a{
	display:block;
	color:#000;
	text-decoration:none;
}
#pageIndx li a:hover{
	color:#CBE69D;
}




