@charset "Shift_JIS";
/* CSS Document */


/*************************************************************
 Cascade Style Sheet for Tabetoko version 1.0
 お店メニュー用
*************************************************************/

/* メニュー基本設定
---------------------------------------------------*/

#global_navi {
	clear:both;
	height:57px;
	width:779px;
	margin-left:auto;
	margin-right:auto;
	background:url(common/menu/menu_bk.gif) no-repeat;
	}

#global_navi ul {
	text-align:center;
	list-style-type:none;
	}

#global_navi li {
	float:left;
	}
/* 各要素の設定 */
#global_navi a {
	display: block;
	height: 34px;
	text-indent: -7000px;
	text-decoration: none;
}

#global_navi #menu01 a {
	background: url(common/menu/menu01.gif) 0px 0px;
	width: 69px;
	height:34px;
}
#global_navi #menu02 a {
	background: url(common/menu/menu02.gif) 0px 0px;
	width: 105px;
	height:34px;
}
#global_navi #menu03 a {
	background: url(common/menu/menu03.gif) 0px 0px;
	width: 110px;
	height:34px;
}
#global_navi #menu04 a {
	background: url(common/menu/menu04.gif) 0px 0px;
	width: 85px;
	height:34px;
}
#global_navi #menu05 a {
	background: url(common/menu/menu05.gif) 0px 0px;
	width: 85px;
	height:34px;
}

#global_navi #menu06 a {
	background: url(common/menu/menu06.gif) 0px 0px;
	width: 109px;
	height:34px;
}



#global_navi #menu01 a:hover {
	background: url(common/menu/menu01.gif) 0px 34px;
	width: 69px;
	height:34px;
}
#global_navi #menu02 a:hover {
	background: url(common/menu/menu02.gif) 0px 34px;
	width: 105px;
	height:34px;
}
#global_navi #menu03 a:hover {
	background: url(common/menu/menu03.gif) 0px 34px;
	width: 110px;
	height:34px;
}
#global_navi #menu04 a:hover {
	background: url(common/menu/menu04.gif) 0px 34px;
	width: 85px;
	height:34px;
}
#global_navi #menu05 a:hover {
	background: url(common/menu/menu05.gif) 0px 34px;
	width: 85px;
	height:34px;
}

#global_navi #menu06 a:hover {
	background: url(common/menu/menu06.gif) 0px 34px;
	width: 109px;
	height:34px;
}



#global_navi #menu01_on {
	background: url(common/menu/menu01.gif) 0px 34px;
	width: 69px;
	height:34px;
}
#global_navi #menu02_on {
	background: url(common/menu/menu02.gif) 0px 34px;
	width: 105px;
	height:34px;
}
#global_navi #menu03_on {
	background: url(common/menu/menu03.gif) 0px 34px;
	width: 110px;
	height:34px;
}
#global_navi #menu04_on {
	background: url(common/menu/menu04.gif) 0px 34px;
	width: 85px;
	height:34px;
}
#global_navi #menu05_on {
	background: url(common/menu/menu05.gif) 0px 34px;
	width: 85px;
	height:34px;
}

#global_navi #menu06_on {
	background: url(common/menu/menu06.gif) 0px 34px;
	width: 109px;
	height:34px;
}

