@charset "utf-8";

dl.faq dt{
	background-image: url(../imgs/ic_q.gif);
	background-repeat: no-repeat;
	border-bottom: dotted 1px #B9B9B9;
	padding: 5px 5px 5px 30px;
	background-position: 5px center;
	font-weight: bold;
	color: #CF5300;
	margin-top: 30px;
}
dl.faq dd{
	background-image: url(../imgs/ic_a.gif);
	background-repeat: no-repeat;
	margin: 5px;
	padding: 0 0 0 30px;
}
.backlink{
	background-image: url(../../imgs/common/ic_linklist.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding: 0 20px 0 0;
}
