@charset "UTF-8";

.section {
	height: 420px;
	padding: 0 0 2px 0;
}
.info {
	font-size: 11px;
	height: 255px;
	padding-top: 20px;
}
.news {
	float: left;
	height: 255px;
	width: 630px;
}
.news p {
	border-bottom: 4px solid #091f58;
	font: bold 20px/20px arial,helvetica,clean,sans-serif;
	height: 22px;
}
.details {
	overflow: auto;
	height: 229px;
}
.details dt {
	clear: left;
	float: left;
	padding-top: 1.5em;
	width: 7em;
}
.details dd {
	margin-left: 8em;
	padding-top: 1.5em;
}
.map {
	background: url(../img/a_home/map.gif) no-repeat 0 0;
	float: right;
	height: 255px;
	width: 178px;
}
