@charset "utf-8";
/* CSS Document */

div#contents {

}

ul#quest {
	list-style-type:none;
}

ul#quest, div#contents dl {
	margin:0 16px 0 48px;
	padding:0;
}

ul#quest li, ul#quest li a, div#contents dl dt {
	margin:0;
	padding:0;
	font-weight:bold;
	color:rgb(0,153,0);
	text-decoration:none;
}

div#contents dl dt {
	background-image:url(../img/qa/dotline.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

div#contents dl dd {
	margin:0 16px 16px 32px;
	padding:0;
	color:rgb(128,57,11);
}

