@charset "utf-8";


#faqBtnArea {
	width:617px;
	margin:0 auto;
	border-bottom:solid 1px #999999;
	padding:30px 0 15px 0;
	text-align:center;
	overflow:hidden;
	}

* html #faqBtnArea {height:1%;}

.faqBtn {
	background:url(images/bg_btn.gif) no-repeat;
	width:199px;
	height:31px;
	color:#FFFFFF;
	font-size:14px;
	float:left;
}

#faqBtnArea a:link {text-decoration: none; color:#ffffff;}
#faqBtnArea a:visited {text-decoration: none; color:#ffffff;}
#faqBtnArea a:hover {text-decoration: underline; color:#ed6d00;}

.questionArea {
	margin:40px 0 0 20px;
}

.questionTit {
	font-size:115%;
	font-weight:bold;
	color:#ed6d00;
}

.questionTxt {
	padding-left:20px;
}


.qaArea {
	margin-top:40px;
}

.question {
	background:url(../common/images/list_border_dot.gif) no-repeat bottom;
	margin:20px 15px 0;
	padding:5px 0;
	font-weight:bold;
}

.answer {
	margin-left:1em;
	padding:5px 20px;
	text-indent:-1.1em;
}

.answer table {
	margin:0;
	padding:0;
}

.answer ul {
	margin-left:1em;
	text-indent:-1em;
}