@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content .same {
	overflow:hidden;
	zoom:1;
	margin:0 0 30px;
}
#content .same ul {
	float:left;
	width:300px;
	margin-top:3px;
}
#content .same ul li {
	margin-bottom:20px;
}
#content .same ul li.last {
	margin-bottom:0;
}
#content .same dl {
	margin-left:320px;
}
#content .same dl dt {
	color:#FF9900;
	font-weight:bold;
	margin-bottom:12px;
}