/* ナビゲーション */
#nav  {
	width: 100%;
	text-align: center;
	background-color: #231815;
	position: fixed;
	top:0;
	z-index: 1000;
	width': 100%;
}

.nav_wrap {
	position:relative;
	width: 1000px;
	margin: 0 auto;
}

.logo {
	position:absolute;
	top:10px;
	left:-40px;
}

#nav ul {
	width: 707px;
	float: right;
}
#nav ul li  {
	float: left;
}

#nav ul li a {
	font-size: 14px;
	display: block;
	height: 72px;
	text-align: center;
	background-color: #fff;
}

.nav_news a {
	width: 130px;
	height: 72px;
	background:url('../images/nav_news.png') no-repeat top center;
}

.nav_member a {
	width: 247px;
	height: 72px;
	background:url('../images/nav_member.png') no-repeat top center;
}

.nav_schedule a {
	width: 185px;
	height: 72px;
	background:url('../images/nav_schedule.png') no-repeat top center;
}

.nav_ticket a {
	width: 145px;
	height: 72px;
	background:url('../images/nav_ticket.png') no-repeat top center;
}

#nav ul li a span {
	display: none;
}

.nav_news a:hover {
	background:url('../images/nav_news_on.png') no-repeat top center;
}

.nav_member a:hover {
	background:url('../images/nav_member_on.png') no-repeat top center;
}

.nav_schedule a:hover {
	background:url('../images/nav_schedule_on.png') no-repeat top center;
}

.nav_ticket a:hover {
	background:url('../images/nav_ticket_on.png') no-repeat top center;
}