@charset "utf-8";


/* ****************************************_**************************************** */


/* Background Image */

body {
  background: url(../../../images/menu/background.jpg) top right no-repeat;
}


/* ****************************************_**************************************** */


/* global navigation // Menu */

#menu_menu {
  width: 79px;
  background-position: -199px -40px;
}

#menu_menu:hover {
  background-position: -199px -40px;
}


/* ****************************************_**************************************** */


/* Contents Area */

#contents_area {
  width: 770px;
  margin-top: 40px;
  font-size: 0.85em;
}

#contents_area h2 {
  height: 40px;
  background: url(../../../images/menu/h2_title.png) top left no-repeat;
}



/* ****************************************_**************************************** */


/* Lunch,Teoke */

#lunch, #dinner {
  margin: 30px 0 0 0;
}

#oucho {
  margin: 30px 0 60px 0;
}

#lunch p, #dinner p, #oucho p {
  margin: 15px 0 0 50px;
}

#lunch h2, #dinner h2, #oucho h2 {
  height: 37px;
}

#lunch h2 {
  background: url(../../../images/menu/h2_title02.png) top left no-repeat;
}

#dinner h2 {
  background: url(../../../images/menu/h2_title03.png) top left no-repeat;
}

#oucho h2 {
  background: url(../../../images/menu/h2_title04.png) top left no-repeat;
}

/* ****************************************_**************************************** */