@charset "EUC-JP";

/* ----- Heading1 image source (hoge_h1.jpg) ----- */


h1 {
	background-image: url(../img/faq/tit.gif);
}
#faqList ul li{
	background: url(../img/faq/icon01.gif) no-repeat left top;
	padding-left:25px;
	font-weight:bold;
	margin-bottom:10px;
}

#faqListL{
	float:left;
	border-right:2px solid #FFCECE;
	padding-right:5px;
	width:48%;
}
#faqListR{
	float:right;
	width:48%;
	padding-left:10px;
}

.sub{
	background: url(../img/faq/sub01.png) no-repeat left top;
	padding:13px 0 0 45px;
	font-weight:bold;
	width:495px;
	height:30px;
	margin-bottom:10px;
}
.attention{
	font-size:85%;
	color:#666;
}

#faqInq p{
font-size:0px;
text-indent:-9999em;
}
#faqInq{
width:540px;
height:130px;
background: url(../img/faq/inq_bg.png) no-repeat left top;
}
#faqInq img{
margin:91px 0 0 17px;
}















