@charset "Shift_JIS";
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain
{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  height: 24px;
  overflow: hidden;
}
#hpb-headerMain H1
{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
  text-align: left;
  font-weight: normal;
  line-height: 15px;
  font-size: 12px;
  color: #666666;
}
#hpb-headerLogo
{
  width: 400px;
  float: left;
}
#hpb-headerLogo A
{
  display: block;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 44px;
  background-image : url(logo_3E.png);
  background-position: center left;
  background-repeat: no-repeat;
}
#hpb-headerExtra1
{
  width: 220px;
  margin-top: -15px;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: right;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b2e2af;
}
#hpb-headerExtra1 P.tel
{
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0;
  line-height: 1.2;
  text-align: center;
  color: #389534;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B2E2AF;
}
#hpb-headerExtra1 P.tel SPAN
{
  /* 電話番号の「TEL」文字設定 */
    font-size: 0.6em;
  font-weight: normal;
  color: #333333;
  display: block;
  padding-bottom: 3px;
}
#hpb-headerExtra1 P.address
{
  /* 住所文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFF;
  font-size: 0.9em;
}
#hpb-headerExtra2
{
  }
/* フッター内パーツ */
#hpb-footerMain
{
  }
#hpb-footerMain P
{
  /* コピーライト文字設定 */
    margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 1em;
  line-height: 40px;
  padding-left: 10px;
}
#hpb-footerLogo
{
  }
#hpb-footerExtra1
{
  }
#hpb-footerExtra2
{
  }
/* サイドブロック内パーツ */

/* バナー */
#banner
{
  overflow: hidden;
}
#banner UL
{
  margin-top: 0px;
  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;
  width: 235px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#banner LI A:LINK, #banner LI A:VISITED
{
  display: block;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  background-image : url(banner_3E.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #3e3e3e;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  text-indent: 13px;
}
#banner LI A:HOVER, #banner LI A:ACTIVE
{
  background-image : url(banner_3E_on.png);
  color: #d19e00;
  text-decoration: none;
  font-weight: bold;
  text-indent: 13px;
}
/* 店舗情報 */
#shopinfo
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-image : url(shopinfoBg_3E.png);
  background-repeat: repeat;
  background-position: left top;
}
#shopinfo H3
{
  color: #b88b00;
  font-size: 1em;
  text-align: left;
  margin-top: 0;
  padding-top: 8px;
  margin-bottom: 0;
  background-color: #FFF;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}
#shopinfo SPAN.ja
{
  display: none;
}
#shopinfo P
{
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  background-color: #FFF;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a
{
  /* ナビゲーション文字設定 */
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
A:LINK
{
  color: #333333;
  text-decoration: underline;
}
A:VISITED
{
  color: #333333;
  text-decoration: underline;
}
A:HOVER
{
  color: #198219;
  text-decoration: none;
}
A:ACTIVE
{
  color: #198219;
  text-decoration: none;
}
#hpb-skip
{
  /* ヘッダースキップの非表示 */
    height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}
P
{
  margin-top: 0.5em;
  margin-bottom: 2em;
  padding-right: 1em;
  padding-left: 1em;
  line-height: 1.4;
  text-align: left;
}
P.large
{
  margin-bottom: -0.5em;
}
P.indent
{
  padding-left: 15px;
  background-image : url(point_3E.png);
  background-position: 3px 4px;
  background-repeat: no-repeat;
}
.left
{
  float: left;
}
.right
{
  float: right;
}
IMG.center
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: block;
}
HR
{
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: none;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: none;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: none;
}
.hpb-layoutset-02 H2 SPAN.ja
{
  font-size: 1em;
  color: #ffffff;
  padding-right: 0;
  padding-left: 13px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.hpb-layoutset-02 H2 SPAN.en
{
  font-size: 0.8em;
  color: #D6EFC3;
  font-weight: normal;
  padding-left: 15px;
  text-transform: capitalize;
  font-weight: normal;
}
#hpb-wrapper H3
{
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  line-height: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  text-align: left;
  color: #198219;
  padding-right: 7px;
}
#hpb-wrapper H3 SPAN.en
{
  padding-right: 10px;
  text-transform: capitalize;
  font-family: Arial,Helvetica,Verdana,sans-serif;
}
#hpb-wrapper h3 span.ja
{
  }
H3.hpb-c-index
{
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border-bottom-style: none;
}
H4
{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: bold;
  color: #5AB43B;
}
H5
{
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  text-align: left;
  background-image : url(point_3E.png);
  background-position: 3px 7px;
  background-repeat: no-repeat;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: normal;
}
TABLE
{
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 5px;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddddd;
}
TABLE TH
{
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: left;
  background-color: #FFFDDD;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
  color: #b88b00;
}
TABLE TD
{
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
}
/* フォームパーツ設定 */
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: 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;
}
#hpb-main UL LI
{
  text-align: left;
  line-height: 1.4;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 18px;
  background-image : url(point_3E.png);
  background-position: 3px 12px;
  background-repeat: no-repeat;
}
#hpb-main DL
{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  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: 1.4;
  font-weight: normal;
  width: 9em !important;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 15px;
  background-image : url(point_3E.png);
  background-position: 3px 10px;
  background-repeat: no-repeat;
}
#hpb-main DD
{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 5px;
  text-align: left;
  line-height: 1.4;
  padding-left: 11em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
* #hpb-main DD
{
  height: 1%;
/* for IE6 */
}
#hpb-main DL:after
{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#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;
}
/* トップページ デザイン定義 */
#toppage-text .large
{
  background-image : url(toppageLead_3E.png);
  background-repeat: no-repeat;
  background-position: 380px 0px;
  font-size: 1.3em;
  font-weight: bold;
  color: #137810;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-right: 0.5em;
  padding-bottom: 13px;
  padding-left: 0.5em;
}
#toppage-news
{
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  background-image : url(toppagenewsBg_3E.png);
  background-repeat: repeat-y;
  background-position: left top;
}
#toppage-news H3
{
  border-bottom-width: 0px;
  border-bottom-style: none;
  margin-bottom: 0px;
  background-image : url(toppagenews_3E.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#toppage-news H3 SPAN.en
{
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #333;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
}
#toppage-news H3 SPAN.ja
{
  display: none;
}
#toppage-news H4
{
  color: #333333;
  padding-top: 0px;
  padding-left: 0;
  font-size: 1.1em;
}
#toppage-news UL
{
  padding-top: 0px;
  padding-right: 13px;
  padding-bottom: 10px;
  padding-left: 13px;
}
#toppage-news UL LI
{
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCC;
  margin-top: 10px;
  padding-top: 10px;
}
/* 治療方針ページ デザイン定義 */
#flow
{
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  zoom: 1;
}
#flow LI
{
  display: block;
  background-image : url(arrow_3E.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 48px;
  padding-bottom: 15px;
  padding-left: 150px;
  list-style-type: none;
  line-height: 1.5;
  margin-bottom: 10px;
}
* HTML #flow LI
{
  padding-left: 300px;
/* for IE6 */
}
#flow LI:first-child
{
  background-image: none;
  padding-top: 10px;
}
#flow LI H4
{
  float: left;
  width: 150px;
  margin-left: -150px;
  margin-top: -3px;
  text-align: center;
}
