﻿#menu {
	background-color: transparent;
	background: url(../img/00_menu.jpg);
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	position:relative;
	z-index: 999;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	float: left;
	text-decoration:none;
	overflow:hidden; 
	text-indent: -9999em;
}

#menu li a {
	display: block;
	float: left;
	height: 80px;
	text-decoration:none;
	overflow:hidden; 
	text-indent: -9999em;
}

/*メニュー表示*/  
.top a {width: 140px; background: url(../img/00_menu.jpg) no-repeat 0px 0px;}
.sto a {width: 140px; background: url(../img/00_menu.jpg) no-repeat -140px 0px;}
.cha a {width: 140px; background: url(../img/00_menu.jpg) no-repeat -280px 0px;}
.eve a {width: 140px; background: url(../img/00_menu.jpg) no-repeat -420px 0px;}
.inf a {width: 140px; background: url(../img/00_menu.jpg) no-repeat -560px 0px;}
.ori a {width: 140px; background: url(../img/00_menu.jpg) no-repeat -700px 0px;}
.spc a {width: 160px; background: url(../img/00_menu.jpg) no-repeat -840px 0px;}

.top  {width: 140px; background: url(../img/00_menu.jpg) no-repeat 0px -80px;}
.sto  {width: 140px; background: url(../img/00_menu.jpg) no-repeat -140px -80px;}
.cha  {width: 140px; background: url(../img/00_menu.jpg) no-repeat -280px -80px;}
.eve  {width: 140px; background: url(../img/00_menu.jpg) no-repeat -420px -80px;}
.inf  {width: 140px; background: url(../img/00_menu.jpg) no-repeat -560px -80px;}
.ori  {width: 140px; background: url(../img/00_menu.jpg) no-repeat -700px -80px;}
.spc  {width: 160px; background: url(../img/00_menu.jpg) no-repeat -840px -80px;}
