@charset "Shift_JIS";

/* -- 外部スタイルシート読み込み -- */
@import "layout.css";

/* -- restaurantのみ使用 -- */
/* -- レストラントップ -- */
#restaurant-index{
 padding: 0px 0px 0px 0px;
}
#restaurant-index table#nenmatsu{
 border: 1px solid #CCCCCC;
 background-color: #F5F7DF;
}
#restaurant-index table#special{
 border: 1px solid #CCCCCC;
 background-color: #F5F7DF;
}

/* -- 四季 -- */
#shiki{
 padding: 0px 0px 0px 0px;
}
#shiki table#shi-nenmatsu{
 border: 1px solid #CCCCCC;
 background-color: #F5F7DF;
}
.tablemenubg {
    background-image:url(../img/restaurant/shiki/menu_bg.jpg);
	background-repeat: no-repeat;
}
.htab{
  background-image:url(../img/common/header/tab_btn_bg.gif);
  background-repeat : repeat-x;
  padding-bottom: 1px;
  font-size: 10px;
}

/* -- フォンドクール -- */
#foundecour{
 padding: 0px 0px 0px 0px;
}
#foundecour table#fon-nenmatsu{
 border: 1px solid #CCCCCC;
 background-color: #F5F7DF;
}

/* -- エマノン -- */
#emanon{
 padding: 0px 0px 0px 0px;
}
#emanon table#ema-nenmatsu{
 border: 1px solid #CCCCCC;
 background-color: #F5F7DF;
}
#emanon #choco-f12b{
 color: #3C1B09;
 font-size: 12px;
 line-height: 150%;
 font-weight: bold;
}
#emanon #choco-f14b{
 color: #3C1B09;
 font-size: 14px;
 line-height: 150%;
 font-weight: bold;
}
#emanon #choco-f16b{
 color: #3C1B09;
 font-size: 16px;
 line-height: 150%;
 font-weight: bold;
}

/* -- ニューヨーク -- */
#newyorkny{
 padding: 0px 0px 0px 0px;
}
#newyorkny table#newy-nenmatsu{
 border: 1px solid #CCCCCC;
 background-color: #F5F7DF;
}
#newyorkny #val{
  background-image:url(../img/restaurant/nyny/val_line02.jpg);
  background-repeat : repeat-y;
  background-position : left top;
  padding-left: 100px;
}

/* -- リッツカフェ -- */
#ritzcafe{
 padding: 0px 0px 0px 0px;
}
#ritzcafe table#rit-nenmatsu{
 border: 1px solid #CCCCCC;
 background-color: #F5F7DF;
}
#ritzcafe td#maccha{
 color: #009933;
}


/* -- お問合せ -- */
#restaurant-otoiawase{
 padding: 30px 0px 0px 0px;
}
#restaurant-otoiawase table#fuchi{
 border: 1px solid #CCCCCC;
}

#restaurant-otoiawase td{
 padding: 4px 4px 4px 4px;
}
#restaurant-otoiawase p{
 color: #663300;
 font-weight: bold;
}

