@charset "utf-8";
#PageTitle {
	padding-top: 39px;
}
#ContentsTitle {
	padding-top: 16px;
}


/* ------------------------------------
	FAQ List
------------------------------------ */
.FaqList {
	padding: 0px 27px;
}
.FaqList dt {
	line-height: 125%;
	color: #769E65;
	font-size: 12px;
	background: url(../faq/images/icon_q.gif) no-repeat 0px 4px;
	text-indent: 23px;
	margin-top: 27px;
	padding-bottom: 6px;
}
.FaqList dd {
	line-height: 160%;
	color: #717576;
	text-indent: 23px;
	background: url(../faq/images/icon_a.gif) no-repeat 0px 4px;
}
.QuestionCategory {
	padding-bottom: 35px;
}
.QuestionCategory h4 {
	padding: 0px 27px;
}

