@import "common.css";
@import "common2.css";

h2 {
	margin-bottom:0;
}

.contents_desc p {
	margin:20px 0 30px 0;
}

h3 {
	margin-bottom:10px;
}

dl {
	width:700px;
	margin:auto;
}

dt {
	width:120px;
	float:left;
	text-align:left;
}

dd {
	width:580px;
	text-align:right;
	float:right;
}

dt,dd {
	background-color:#b2d1e0;
	margin-bottom:20px;
	font-size:14px;
}


