@charset "utf-8";

#article {
	width:600px;
	float:none;
	margin:0 auto;
}
.section h2 {
	margin-bottom:1em;
	background:url(../img/lineX.gif) center top repeat-x;
	padding-top:0.5em;
	clear:both;
}
.section dl {
	margin-left:30px;
	background:url(../img/lineX.gif) center top repeat-x;
	clear:both;
}
.section dt {
	font-weight:normal;
	margin:0.7em 0 0;
	padding-top:0.5em;
}
.section dd {
	margin:0.5em 0 0.5em 30px;
	float:left;
	white-space:nowrap;
}