@charset "utf-8";
#contents  table {
	width: 520px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contents  td {
	height: 30px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#contents  .midasi {
	font-weight: bold;
	color: #666666;
	width: 100px;
	background-color: #E0F1E0;
}
#map {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	height: 350px;
}

