@charset "utf-8";

#profile #contents .lead {
	text-align: center;
	margin-bottom: 20px;
}

#profile #contents #main dl {
	width: 630px;
	padding: 0 10px 0;
}

#profile #contents #main dl dt {
	width: 13em;
	padding-left: 5px;
	float: left;
}

#profile #contents #main dl dd {
	margin-bottom: 12px;
	padding: 0 0 12px 14em;
	border-bottom: dotted 1px #ccc;
}

#profile #contents #main #map_canvas {
	width: 630px;
	height: 460px;
	margin: 0 auto -30px;
}

#profile #contents #side p {
	margin-top: 15px;
}

