@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_news.gif) no-repeat;
	
}
h2.counsel_01{background:url(/img/pc/title/title_counsel_01.gif) no-repeat;}
h2.counsel_02{background:url(/img/pc/title/title_counsel_02.gif) no-repeat;}
h2.counsel_03{background:url(/img/pc/title/title_counsel_03.gif) no-repeat;}
h2.counsel_04{background:url(/img/pc/title/title_counsel_04.gif) no-repeat;}
h2.counsel_05{background:url(/img/pc/title/title_counsel_05.gif) no-repeat;}
h2.counsel_06{background:url(/img/pc/title/title_counsel_06.gif) no-repeat;}
h2.counsel_07{background:url(/img/pc/title/title_counsel_07.gif) no-repeat;}
h2.counsel_08{background:url(/img/pc/title/title_counsel_08.gif) no-repeat;}
h2.counsel_09{background:url(/img/pc/title/title_counsel_09.gif) no-repeat;}
h2.counsel_10{background:url(/img/pc/title/title_counsel_10.gif) no-repeat;}
h2.counsel_11{background:url(/img/pc/title/title_counsel_11.gif) no-repeat;}
h2.counsel_12{background:url(/img/pc/title/title_counsel_12.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;
}

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;
}





#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;
}



article.qa{
	width:616px;
	background-color:#fff;
	padding: 10px 0px 10px 10px;
	margin: 10px 0px 50px 0px;
	border: 2px solid #CBE69D;
	border-radius: 6px ; /* CSS3草案 */ 
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 6px; /* Firefox用 */
	}

.qa_q{
	background:url(/img/pc/icon/q.gif) no-repeat;;
	background-position:10px 5px;
	width:530px;
	padding: 0px 0px 10px 70px;
	margin: 0px 0px 10px 0px;
	color:#669900;
	font-size:16px;
	font-weight:bold;
}

.qa_a{
	background:url(/img/pc/icon/a.gif) no-repeat;;
	background-position:10px 5px;
	width:530px;
	padding: 0px 0px 0px 70px;
}





