@charset "euc-jp";
/*------------------------------------------------------------------*/
/*     メニュー＠詳細用CSS                                          */
/*------------------------------------------------------------------*/

#navi03 a:hover {
  opacity:0.5;
  filter: alpha(opacity=50 style=0);
  -moz-opacity:0.5;
}
#navi03 a img {
  opacity:0;
  filter: alpha(opacity=0 style=0);
  -moz-opacity:0;
}

/*------------------------------------------------------------------*/
/* navi
------------------------------------------------------------------- */
#navi {
  margin-top:236px;
}

#pan {
  margin-top:20px;
}

/*------------------------------------------------------------------*/
/* contents
------------------------------------------------------------------- */
#contents_box { padding-top:300px; }

/* left */
#left {
  margin-left:20px;
  float:left;
}
/* right */
#right {
  margin-right:20px;
  float:right;
}

/* menu_navi */
#menu_navi {
  width:760px;
}
#menu_navi li {
  width:175px;
  margin:20px 0px 0px 10px;
  text-align:center;
  background:#b96464;
  border:1px solid #9b4949;
  float:left;
}
#menu_navi li a {
  padding:20px 0px 20px 0px;
  color:#FFFFFF;
  text-decoration:none;
  display:block;
}

/* title */
h3.title {
  width:760px;
  margin-top:20px;
  padding-bottom:10px;
  font-size:20px;
  font-weight:bold;
  color:#000000;
  border-bottom:1px solid #c29577;
}

/* course */
#course {
  width:760px;
}
.course_box {
  width: 740px;
  margin: 15px auto;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
h5 {
  margin: 0 0 10px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.6em;
}
.course_box p {
  margin: 0 0 5px;
  line-height: 1.6em;
}
.course_box a {
  color: #444;
  text-decoration: none;
}
.text_course {
  border-top: 1px dotted #ccc;
  padding: 10px 0 0;
  color: #666;
}

/* lunch, dinner, alacarte, drink */
.table01 {
  width:760px;
  margin: 0 0 20px;
}
  .table01 th {
    padding: 5px 10px 5px 0;
    font-weight: normal;
    line-height: 1.6em;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #b7b7b7;
  }
    .table01 th a {
      color: #444;
      line-height: 1.6em;
      text-decoration: none;
    }
    .table01 th span {
      line-height: 1.6em;
    }
  .table01 td {
    width: 150px;
    padding: 5px 0;
    text-align: right;
    line-height: 1.6em;
    vertical-align: top;
    border-bottom: 1px dotted #b7b7b7;
  }
  .table01 img {
    margin:10px 0;
  }