/* CSS Document */

h5 {
	font-size: 120%;
	color: #2c893a;
	margin: 10px 0 10px 0;
}


p.map {
	padding: 10px 0 10px 0;
}

p.zoom {
	margin: 10px 0 0 0;
	font-size: 90%;
}

.box table{
	width: 679px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 5px 0 20px 0;
}

.box table th {
	text-align: center;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 60px;
	padding: 10px;
	background-color: #EBFECF;
}
.box table td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 10px;
}

p.memo {
	margin: 0 0 10px 0;
}

#mizunami {
	margin: 50px 0 0 0;
}#sidemenu ul li.spot_side a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	line-height: 22px;
}
#sidemenu ul li.spot_side2  {
	font-weight: normal;
	font-size: 12px;
	background-image: none;
}
.box       table tr td#spot_ken{
	width: 54px;
}
.box table tr td#shichouson {
	width: 64px;
}
.box table tr td#shisetsu {
	width: 160px;
}
.box table tr td#sankou {
	width: 30px;
}
.spot_title {
	color: #43974C;
}
.spot_sub_title {
	font-size: 16px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
.spot {
	/* white-space: nowrap; */
}
.new_spot {
	width: 36px;
	height: 18px;
	border-radius: 3px;
	background-color:#3C0;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	display: block;
}

.spot_nav {
	margin-bottom: 20px;
}
.spot_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
}
.spot_nav ul li {
	float: left;
}
.spot_nav ul li:nth-child(even) {
	margin-left: 5px;
}