@charset "utf-8";

#main dl#faqList dt {
	font-weight: bold;
	background-image: url(../img/Q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	background-image: url(../img/A.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
	line-height: 1.8;
}

