@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background: url(img/img_bg.jpg) repeat-y left top;
}

.BtnContent{
	background: url(img/img_bg.jpg) repeat-y center top;
	padding-bottom: 10px;
}
.btn{
	height: 40px;
	width: 219px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 25px;
}

a#tour{
	background: url(img/tour_btn.jpg) no-repeat left top;
}
a:hover#tour{
	background: url(img/tour_btn.jpg) no-repeat left bottom;
}
a#BusTour{
	background: url(img/bus_btn.jpg) no-repeat left top;
}
a:hover#BusTour{
	background: url(img/bus_btn.jpg) no-repeat left bottom;
}
address{
	margin-top: 10px;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	border-top: 1px solid #666666;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
}
