@charset "utf-8";

dl#qa {
	margin-bottom: 40px;
}

dl#qa dt {
	font-weight: bold;
	padding-left: 38px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	background-image: url(../img_common/qa/mark_q.gif);
	background-repeat: no-repeat;
}

dl#qa dd  {
	background-image: url(../img_common/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
dl#qa dd.end  {
	background-image: none;
}

dl#qa dd p{
	background-image: url(../img_common/qa/mark_a.gif);
	background-repeat: no-repeat;
	padding-left: 38px;
	padding-top:7px;
	padding-bottom: 7px;
}

.border {
	height: 1px;
	background-image: url(../img_common/line.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	}