@charset "utf-8";
/* CSS Document */
ul#menu2 {
	list-style:none;
	width:100%;
}
ul#menu2 li {
	list-style:none;
	float:left;
	width:130px;
}
ul#menu2 a {
	display:block;
	width:130px;
	height:50px;
	background-image:url(../images/menu/navi.gif);
}
#menu2 a span{display:none;}
/*  HOME */
a.home {
	background-position:0px 0px;
}
a:hover.home {
	background-position:0px -50px;
}
/*  Concept */
a.concept {
	background-position:-130px 0px;
}
a:hover.concept {
	background-position:-130px -50px;
}

/*  Restaurant */
a.rest {
	background-position:-260px 0px;
}
a:hover.rest {
	background-position:-260px -50px;
}
/*  Chief */
a.chef {
	background-position:-390px 0px;
}
a:hover.chef {
	background-position:-390px -50px;
}
/*  Service */
a.service {
	background-position:-520px 0px;
}
a:hover.service {
	background-position:-520px -50px;
}
/*  wedding */
a.acc{
	background-position:-650px 0px;
}
a:hover.acc {
	background-position:-650px -50px;
	text-align:center;
}
