@charset "utf-8";


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


/* Background Image */

body {
  background: url(../../../images/menu/lunch/background.jpg) top center 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/lunch/h2_title.png) top left no-repeat;
}

#contents_area dl {
  margin: 10px 0 0 0;
}

#contents_area dl dt {
  display: block;
  float: left;
  width: 240px;
  padding: 0 0 5px 50px;
  text-align: left;
  clear: both;
}

#contents_area dl dd {
  display: block;
  padding: 0 0 5px 210px;
}

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


/* Lunch Menu */

#tewoke_bento, #tewoke_bento2, #tewoke_bento3, #miyako, #hana, #tewoke_kaiseki, #season {
  margin: 30px 0 0 0;
}

#tewoke_bento p, #tewoke_bento2 p, #tewoke_bento3 p, #miyako p, #hana p, #tewoke_kaiseki p {
  margin: 10px 0 0 50px;
}

#tewoke_bento img, #tewoke_bento2 img, #tewoke_bento3 img, #miyako img, #hana img, #tewoke_kaiseki img {
  margin: 20px 0 0 -20px;
}

#tewoke_bento h2, #tewoke_bento2 h2, #tewoke_bento3 h2, #miyako h2, #hana h2, #tewoke_kaiseki h2 {
  height: 37px;
}

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

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

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

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

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

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


#season h2 {
  background: url(../../../images/menu/lunch/h2_title_season.png) top left no-repeat;
}
#season p {
	margin: 0 0 0 50px;
}

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


/* Attention */

#attention {
  margin: 15px 0 30px 0;
}

#attention p {
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  font-size: 0.91em;
}



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

