/* CSS Document */

@import url("../../css/common.css");

/*	FAQ
====================================== */
#faq dl {
	line-height: 25px;
}
#faq dl dt {
	background-image: url(../../common/boder1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #007DC3;
	font-size: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#faq dl dt .q {
	background-image: url(../img/guestion.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;	
}
#faq dl dd {
	background-image: url(../img/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	font-size: 14px;
	margin-bottom: 40px;
}