@charset "Shift_JIS";
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
#hpb-headerMain H1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 12px;
  text-align: left;
  font-weight: normal;
  line-height: 13px;
  font-size: 11px;
  border-right-color : #000000;
  border-bottom-color : #000000;
}
#hpb-headerLogo {
  width: 500px;
  float: left;
}
#hpb-headerLogo A {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-indent: -9999px;
  overflow: hidden;
  height: 60px;
  background-position: left center;
  background-repeat: no-repeat;
}
#hpb-headerExtra1 {
  width: 330px;
  margin-top: -12px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: right;
}
#hpb-headerExtra1 P.tel {
  /* 電話番号の文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.6em;
  line-height: 21px;
  text-align: right;
  color: #009DE8;
  font-weight: bold;
}
#hpb-headerExtra1 P.tel SPAN {
  /* 電話番号の「TEL」文字設定 */
    display: block;
  color: #666666;
  font-weight: normal;
  font-size: 0.6em;
}
#hpb-headerExtra1 P.address {
  /* 住所文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 18px;
  text-align: right;
  font-size: 1.1em;
}
#hpb-headerExtra2 {
  }
/* フッター内パーツ */
#hpb-footerMain {
  width: 875px;
  margin-left: auto;
  margin-right: auto;
}
#hpb-footerMain P {
  /* コピーライト文字設定 */
    margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 3px;
  font-size: 0.9em;
  text-align: center;
  color: #ffffff;
}
#hpb-footerLogo {
  }
#hpb-footerExtra1 {
  }
#hpb-footerExtra2 {
  }
/* サイドブロック内パーツ */

/* バナー */
#banner {
  width: 200px;
  margin-top: -10px;
}
#banner UL {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#banner LI {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
#banner LI A {
  display: block;
  height: 76px;
  text-indent: -9999px;
  overflow: hidden;
}
#banner A#banner-access {
  /* アクセスバナー */
    background-image : url(banner_10C_01.png);
  background-position: center center;
  background-repeat: no-repeat;
}
/* 店舗情報 */
#shopinfo H3 {
  margin-top: 0;
  margin-bottom: 3px;
  text-align: left;
  color: #0093E6;
  font-weight: normal;
  background-image : url(infoTitle_10C.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 7px;
}
#shopinfo H3 SPAN.en {
  text-transform: uppercase;
  font-size: 1.5em;
}
#shopinfo H4 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 1.1em;
  padding-top: 0;
  color: #000000;
}
#shopinfo P {
  margin-top: 0.1em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav LI A {
  /* ナビゲーション文字設定 */
    color: #666666;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
A:LINK {
  color: #696969;
  text-decoration: underline;
}
A:VISITED {
  color: #696969;
  text-decoration: underline;
}
A:HOVER {
  color: #0068b7;
  text-decoration: none;
}
A:ACTIVE {
  color: #0068b7;
  text-decoration: none;
}
#hpb-skip {
  /* ヘッダースキップの非表示 */
    height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}
P {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  padding-right: 0.1em;
  padding-left: 0.1em;
  line-height: 1.4;
  text-align: left;
}
P.large {
  font-weight: bold;
  font-size: 1.35em;
  margin-bottom: 0;
  color: #0093E6;
}
P.indent {
  padding-left: 15px;
}
.left {
  float: left;
}
.right {
  float: right;
}
HR {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: both;
  border-width: 0px;
  border-style: none;
  color: #ffffff;
  border-color: #000000;
}
.hpb-layoutset-02 H2 {
  background-color: #37C4F1;
  background-image : url(titleBg_10C.png);
  background-position: top left;
  background-repeat: repeat-x;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  overflow: hidden;
  height: 50px;
  line-height: 52px;
}
.hpb-layoutset-02 H2 SPAN.ja {
  font-size: 1.1em;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
.hpb-layoutset-02 H2 SPAN.en {
  color: #f29300;
  font-size: 0.9em;
  text-transform: uppercase;
}
#hpb-wrapper H3 {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 10px;
  text-align: left;
  background-image : url(indexBg_10C.png);
  background-position: bottom right;
  background-repeat: repeat-x;
  font-size: 1.1em;
  font-weight: normal;
  text-align: left;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #0093E6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D1D1D2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D1D1D2;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D1D1D2;
}
H3.hpb-c-index {
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
}
H4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 2px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: bold;
  color: #0093E6;
}
H5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: bold;
}
TABLE {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-collapse: collapse;
  border-top-width: 0px;
  border-top-style: solid;
  border-left-color: #000000;
  border-right-color: #000000;
}
TABLE TH {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: left;
  background-color: #b6e9fa;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-color: #000000 #000000 #d1d1d2;
  color: #0093e6;
}
TABLE TD {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: left;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #d1d1d2;
  border-top-color: #000000;
}
/* フォームパーツ設定 */
INPUT.button {
  margin-top: 10px;
  margin-bottom: 15px;
}
TEXTAREA {
  width: 380px;
  height: 200px;
}
INPUT.l {
  width: 380px;
}
INPUT.m {
  width: 250px;
}
INPUT.s {
  width: 50px;
}
/* メインコンテンツ内基本パーツ */

#hpb-main UL {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#hpb-main UL LI {
  text-align: left;
  line-height: 1.4;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url(point_10C.png);
  background-position: 3px 8px;
  background-repeat: no-repeat;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  border-color: #000000 #000000 #d1d1d2;
}
#hpb-main DL {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#hpb-main DT {
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  line-height: 19px;
  min-height: 19px;
  font-weight: normal;
  width: 170px !important;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 30px;
  color: #0093e6;
  font-weight: bold;
  background-image : url(point_10C.png);
  background-position: 3px 8px;
  background-repeat: no-repeat;
}
#hpb-main DD {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  text-align: left;
  line-height: 19px;
  min-height: 19px;
  padding-left: 200px;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  border-color: #000000 #000000 #d1d1d2;
}
*:first-child + html #hpb-main dd {
  /* for IE7 */
    padding-left: 10px;
  min-height: 20px;
}
* HTML #hpb-main DD {
  /* for IE6 */
    height: 20px;
  padding-left: 0px;
}
#hpb-main DL:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-main IMG {
  margin-top: 5px;
  margin-bottom: 10px;
}
#hpb-main IMG.left {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
#hpb-main IMG.right {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}
#pagetop {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
#pagetop A {
  /* ページの先頭へのリンク設定 */
    display: block;
  width: 123px;
  height: 21px;
  background-position: center left;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
/* トップページ デザイン定義 */
/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title H2 {
  height: 280px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
/* メニューページ デザイン定義 */
#toppage-news {
  border-top-width : 0px;
  border-top-style : none;
  border-right-width : 0px;
  border-right-style : none;
  border-bottom-width : 0px;
  border-bottom-style : none;
  border-left-width : 0px;
  border-left-style : none;
}
#hpb-wrapper #toppage-news H3 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 16px;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  font-size: 1em;
}
#hpb-wrapper #toppage-news H3 SPAN.en {
  padding-right: 5px;
  text-transform: uppercase;
}
#hpb-wrapper #toppage-news H3 SPAN.ja {
  padding-left: 5px;
}



