/* CSS Document */

dl.faq {
	margin: 0 20px;
}
.faq dt {
	line-height: 20px;
	font-weight: bold;
	background-image: url(../image/icon/Q.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#FFA244;
	margin-left: 0px;
}
.faq dd {
	line-height: 20px;
	background-image: url(../image/icon/A.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.plate .faq {
	padding-bottom: 10px;
}
ul.faq{
	list-style:none;
	}
ul.faq .title {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
}
ul.faq li {
	margin-left: 15px;
}

