@charset "utf-8";


/*-----restaurant page setting-----*/

.sub_title{
position:relative;
width:300px;
height:70px;
background-image:url(../images/contents/restaurant/title_restaurant.png);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}


/*-----column contents box setting-----*/

.allmenu_list{
position:relative;
text-align:left;
margin:0px;
padding:0px;
width:850px;
height:300px;
background-image:url(../images/contents/restaurant/allmenu_bg.png);
background-repeat:no-repeat;
background-position:0px;
}

.menu_wayo{
position:absolute;
display:block;
margin:155px 0px 0px 325px;
padding:0px;
width:200px;
height:150px;
text-align:center;
}


.menu_list{
position:relative;
text-align:left;
margin:0px;
padding:0px;
width:850px;
height:635px;
background-image:url(../images/contents/restaurant/menu_bg.png);
background-repeat:no-repeat;
background-position:0px;
}

.wayo_list{
position:relative;
display:block;
margin:0px 0px 0px 100px;
padding:0px;
width:600px;
text-align:left;
}


.wayo_list li{
list-style-type:none;
margin:0px;
}

.wayo_list li li{
list-style-type:none;
margin:0px 0px 0px 30px;
}

/*-----menu button setting-----*/

.menu_wa a{
display:block;
width:200px;
height:50px;
background-image:url(../images/contents/restaurant/menu_wa.png);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}

.menu_wa a:hover{
display:block;
width:200px;
height:50px;
background-image:url(../images/contents/restaurant/menu_wa.png);
background-position:0px -50px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}


.menu_you a{
display:block;
width:200px;
height:50px;
background-image:url(../images/contents/restaurant/menu_you.png);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}

.menu_you a:hover{
display:block;
width:200px;
height:50px;
background-image:url(../images/contents/restaurant/menu_you.png);
background-position:0px -50px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}


/*-----footer setting-----*/

#footer_restaurant{
position:relative;
margin:0px auto;
width:850px;
height:250px;
background-image:url(../images/base/footer_restaurant_bg.png);
background-repeat:no-repeat;
background-position:0px;
text-align:left;
}


