@charset "Shift_JIS";

#menu {
	width: 100%;
	background: url(../images2/common/menu_bg.gif) repeat-x top;		
}

#menu ul {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 5;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
}

.menu_food a {
	width: 138px;	
}

.menu_sub {	
	visibility: hidden;
	position: absolute;	
	top: 38px;
	text-align: center;	
	width:auto;
	line-height: 22px;
}

.menu_sub a {
	width: 110px;
	background: url(../images2/common/menu_sub.png) no-repeat left;
}

.menu_sub a:hover {
	background: url(../images2/common/menu_sub_on.png) no-repeat left;
	color: #FFFFFF;
}

a.menu_btm {
	background: url(../images2/common/menu_sub_btm.png) no-repeat left;
	line-height: 27px;
}

a:hover.menu_btm {
	background: url(../images2/common/menu_sub_btm_on.png) no-repeat left;	
}

