#contents {
	width: auto;
	height: auto;
	padding: 5px;
}
#contents p {
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
	margin: 0px;
}

#contents a {
	color: #C08040;
	text-decoration: underline;
}
#contents a:hover {
	color: #80A758;
	text-decoration: underline;
}

#map {
	width: 788px;
	height: 1104px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
}

.txt_ind {
	text-indent: 3em;
	padding-left: 5px;
}