@charset "utf-8";
@import url("common.css");
.submenu_banner {
    float:left;
	margin-top: 5px;
}

/* 歴史回廊 */
a.to_rekishi {
	margin-top: 5px; 
	width: 190px;
	height: 80px;
	background: url(../img/kanko/botan_rekishi1.jpg) no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	float: left;
}
a.to_rekishi:active,
a.to_rekishi:hover {
	background: url(../img/kanko/botan_rekishi2.jpg) no-repeat;
}
/* 宇城三十六景ボタン */
a.to_36 {
	background: url(../img/kanko/botan_36a.jpg) no-repeat;
	height: 80px;
	width: 190px;
	float: left;
	margin-top: 3px;
}
a.to_36:active,
a.to_36:hover {
	background: url(../img/kanko/botan_36b.jpg) no-repeat;
}

