#navi{
	margin: 20px 0;
}

#navi h2{
	margin: 0 auto;
	width: 307px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/menu_03.jpg) no-repeat;
}
#navi ul{
	width: 554px;
	margin: 10px auto;
}
#navi ul li{
	float: left;
	width: 277px;
	height: 73px;
	text-indent: -9999px;

	-moz-box-shadow: 0px 0px 15px 0px rgba(40, 21, 17, 0.8);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(40, 21, 17, 0.8);
	box-shadow: 0px 0px 15px 0px rgba(40, 21, 17, 0.8);
}
#navi ul li a{
	display: block;
	position: releative;
	top: 0;
	left: 0;
	width: 277px;
	height: 73px;
}
#navi ul li.tour201202{
	background: url(../images/menu_201202h.jpg) no-repeat;
}
#navi ul li.tour201202 a{
	background: url(../images/menu_201202.jpg) no-repeat;
}
#navi ul li.tour201203{
	background: url(../images/menu_201203h.jpg) no-repeat;
}
#navi ul li.tour201203 a{
	background: url(../images/menu_201203.jpg) no-repeat;
}
#navi ul li.tour201212{
	background: url(../images/menu_201212h.jpg) no-repeat;
}
#navi ul li.tour201212 a{
	background: url(../images/menu_201212.jpg) no-repeat;
}
#navi ul li.tour201301{
	background: url(../images/menu_201301h.jpg) no-repeat;
}
#navi ul li.tour201301 a{
	background: url(../images/menu_201301.jpg) no-repeat;
}
#navi ul li a:hover{
	background-image: none !important;
}