/********************************************
		よくあるご質問
********************************************/

.ttlFaq{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 570px;
	height: 40px;
	text-align: left;
}

.contFaqBody{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	line-height: 150%;
	text-align: left;
}

.contFaqMember{
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#faq h2 {
	margin:11px 0px 20px 0px;
	padding:5px 0px 0px 10px;
	width:800px;
	height:25px;
	line-height:1.5em;
	background:url(../images/bg_tit_or.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#faq p {
	line-height:1.8em;
}

#faq ul {
	list-style-type:none;
}

#faq ul li {
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
	padding:10px;
}

#faq ul h3 {
	margin-bottom:10px;
	padding:3px 0 0 40px;
	line-height:1.8em;
	background:url(../images/faq_q.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FA6A19;
	cursor: pointer;
}

#faq ul .text {
	margin-bottom:10px;
	padding:4px 0 0 40px;
	line-height:1.8em;
	background:url(../images/faq_a.png) no-repeat;
}


