@charset "UTF-8";
h3 {
	font-size: 21px;
}
dl {
	float: left;
	width: 420px;
	padding-bottom: 15px;
}
dl dt {
	font-size: 14px;
	color: #000099;
	width: 100px!important;
	width/**/: 110px;
	height: 50px!important;
	height/**/: 60px;
	padding: 5px;
	float: left;
	text-align: right;
	border-bottom: solid 1px #999999;
}
dl dt span {
	font-size: 10px;
	color: #6666CC;
	display: block;
}
dl dd {
	float: left;
	font-size: 14px;
	line-height: 1.7;
	width: 300px!important;
	width/**/: 310px;
	height: 50px!important;
	height/**/: 60px;
	padding: 5px;
	border-bottom: solid 1px #999999;
}
dl dt.colors,dl dd.colors {
	background-color: #FFFFEE;
}
div#map {
	float: right;
	width: 470px;
}