@charset "UTF-8";

#main table {
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	width: 430px;
	float: left;
}
#main th {
	padding: 5px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	width: 6em;
}
#main td {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
#google-maps {
	border: 1px solid #ccc;
	width: 350px;
	height: 400px;
	overflow: hidden;
}
#google-maps ul {
	padding-left: 1.5em;
}
#google-maps li {
	list-style: disc;
	font-size: 10px;
}
#result {
	margin-bottom: 20px;
	background-image: url(../img/rect.png);
	background-position: bottom;
	width: 250px;
	float: right;
}
#result h2 {
	text-align: center;
	margin: 0;
	padding: 5px;
	background-image: url(../img/rect.png);
	border-bottom: 1px solid #aaa;
}
#result dl {
	padding: 0 10px 10px 10px;
}
#result dt {
	color: #000;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}
#result dd {
	font-size: 10px;
}
#result dd span {
	font-size: 10px;
	text-align: right;
	display: block;
}
