@charset "utf-8";

/*
------------------------------------------------------------ */

#img_top {
	width: 780px;
	height: 200px;
	background: url(../common/images/img_rerax.jpg) no-repeat;
	text-indent: -9999em;
}
h5 {
	margin: 10px 0;
}

dl {
	float: left;
	margin-right: 20px;
	background: #fff;
	padding: 10px;
	text-align: center;
	border: 3px double #f90;
	margin-bottom: 20px;
}
dt,dd {
	padding: 5px 5px 0;
}
dt {
	color: #f90;
	font-weight: bold;
}
dd {
	border-bottom: 1px dotted #f90;
}