@charset "utf-8";
/*可変グリッドレイアウト時の上部ナビゲーション用CSS */

.s_nabi {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 10px;
	width: 100%;
	background-color: #333;
	text-align: center;
	height: 40px;
}
.s_nabi ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
.s_nabi li {
	height: 40px;
	width: 160px;
	float: left;
}
.navi1 {
	text-indent: -9999px; /* テキストを隠す */ 
}
.navi1 a {
	background-image: url(../top_image/kanko_bt_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 160px;
	display:block
}
.navi1 a:hover {
	background-image: url(../top_image/kanko_bt_on.jpg);
}
.navi2{
	text-indent: -9999px; /* テキストを隠す */ 
}
.navi2 a {
	background-image: url(../top_image/event_bt_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 160px;
	display:block
}
.navi2 a:hover {
	background-image: url(../top_image/event_bt_on.jpg);
}
.navi3{
	text-indent: -9999px; /* テキストを隠す */ 
}
.navi3 a {
	background-image: url(../top_image/shop_bt_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 160px;
	display:block
}
.navi3 a:hover {
	background-image: url(../top_image/shop_bt_on.jpg);
}
.navi4{
	text-indent: -9999px; /* テキストを隠す */ 
}
.navi4 a {
	background-image: url(../top_image/yosakoi_bt_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 160px;
	display:block
}
.navi4 a:hover {
	background-image: url(../top_image/yosakoi_bt_on.jpg);
}
.navi5{
	text-indent: -9999px; /* テキストを隠す */ 
}
.navi5 a {
	background-image: url(../top_image/town_bt_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 160px;
	display:block
}
.navi5 a:hover {
	background-image: url(../top_image/town_bt_on.jpg);
}
.navi6{
	text-indent: -9999px; /* テキストを隠す */ 
}
.navi6 a {
	background-image: url(../top_image/photo_bt_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 160px;
	display:block
}
.navi6 a:hover {
	background-image: url(../top_image/photo_bt_on.jpg);
}
