@charset "UTF-8";
#Contents {
	width: 651px;
	background-image:  url("../img/faq/title_contents.jpg");
	background-repeat: no-repeat;
	padding-top: 140px;
}
#ContentsBox {
	width: 612px;
	padding-bottom: 0px;
}
.FAQBox {
	background-image: url(../img/faq/bg_a_body.jpg);
	background-repeat: repeat-y;
}
.Question {
	background-image: url(../img/faq/bg_q_title.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 60px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #253777;
}
.Answer {
	background-image: url(../img/faq/bg_a_title.jpg);
	padding-left: 60px;
	padding-top: 23px;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.AnswerFoot {
	background-image: url(../img/faq/bg_a_foot.jpg);
	background-repeat: no-repeat;
	height: 9px;
}
