@charset "utf-8";
/* CSS Document */

.googlemaps {
	width: 638px;
	height:428px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
dl.places {
	margin-bottom: 10px;
	font-size: 120%;
	line-height: 150%;
	letter-spacing: 0.1em;
}
dl.places dt {
	border-bottom: 1px dotted #E4E4E4;
	padding: 3px;
	
}
dl.places dd {
	margin-left: 7em;
	padding: 3px;
	margin-top: -2em;
	
}
