@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

/* フッター内パーツ */

#hpb-footerMain {
    background-color: #000;
}

#hpb-footerMain p {
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 0.9em;
    line-height: 18px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
}

#hpb-footerExtra1 {
    width: 500px;
    position: absolute;
    top: 15px;
    left: 16px;
}

#hpb-footerExtra1 ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    list-style-type: none;
    text-align: left;
    background-image: url(footerlink_4E.png);
    background-repeat: no-repeat;
    background-position: center left;
}

#hpb-footerExtra1 li {
    /* フッターナビ設定 */
    line-height: 1.2;
    font-size: 0.85em;
    display: inline;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(footerlink_4E.png);
    background-repeat: no-repeat;
    background-position: center right;
}

#hpb-footerExtra1 li a {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.0em;
    margin-right: 8px;
    margin-left: 0px;
    padding-left: 8px;
    color: #fff;
}

#hpb-footerExtra1 a:link {
    text-decoration: none;
}

#hpb-footerExtra1 a:visited {
    text-decoration: none;
}

#hpb-footerExtra1 a:hover {
    color: #d1bc8c;
    text-decoration: underline;
}

#hpb-footerExtra1 a:active {
    color: #d1bc8c;
    text-decoration: underline;
}

#hpb-footerExtra2 {}

/* サイドブロック内パーツ */

/* バナー */
#banner {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#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;
    height: 38px;
    margin-bottom: 10px;
}

#banner li a {
    display: block;
    height: 38px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
}

#banner a#banner-special {
    /* 限定メニューバナー */
    background-image: url(banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-event {
    /* イベント情報バナー */
    background-image: url(banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-space {
    /* 貸切スペースバナー */
    background-image: url(banner3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-access {
    /* アクセスバナー */
    background-image: url(banner4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-reserve {
    /* ご予約バナー */
    background-image: url(banner5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}


/* 店舗情報 */
#shopinfo {
    padding-top: 10px;
    padding-bottom: 5px;
}

#shopinfo img.shopinfo-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#shopinfo h3 {
    display: none;
}

#shopinfo h4 {
    width: 200px;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro', "ＭＳ 明朝", 'MS Mincho', serif;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-bottom: 4px;
    font-weight: normal;
    font-size: 1.2em;
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 0;
    color: #fff;
    background-image: url(../../護身道/asideBg_4E.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#shopinfo p {
    width: 200px;
    margin-top: 0.1em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    margin-bottom: 10px;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a {
    /* ナビゲーション文字設定 */
}

#hpb-nav li a:link {
    color: #9e9e9f;
    text-decoration: none;
}

/* ナビゲーション文字色設定 */
#hpb-nav li a:visited {
    color: #9e9e9f;
    text-decoration: none;
}

#hpb-nav li a:hover {
    color: #d1bc8c;
    text-decoration: none;
}

#hpb-nav li a:active {
    color: #d1bc8c;
    text-decoration: none;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

#hpb-skip {
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p {
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 1.7;
    text-align: left;
}

p.large {
    font-weight: bold;
    padding-top: 15px;
}

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: 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;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2 {
    width: 620px;
    height: 1.4em;
    float: left;
    background-image: url(../../護身道/indexBg_4E_01.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #000;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 7px;
    color: #bdaa7e;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 1.2em;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro', "ＭＳ 明朝", 'MS Mincho', serif;
}

.hpb-layoutset-02 h2 span.ja {
    width: 300px;
    display: block;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.hpb-layoutset-02 h2 span.en {
    width: 300px;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 1.3em;
}

#hpb-wrapper h3 {
    background-image: url(../../護身道/indexBg_4E_02.png);
    background-repeat: no-repeat;
    background-position: 3px 2px;
    background-color: #1a1a1a;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    color: #bdaa7e;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro', "ＭＳ 明朝", 'MS Mincho', serif;
    font-size: 1.2em;
}

#hpb-wrapper h3 span.en {
    text-transform: uppercase;
}

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: 10px;
    text-align: left;
    font-size: 1em;
    line-height: 1.2;
    font-weight: bold;
    color: #d1bc8c;
}

#hpb-wrapper h4 span.en {
    text-transform: uppercase;
}

h5 {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    text-align: left;
    background-image: url(point_4E.png);
    background-position: 3px 6px;
    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: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #6c6556;
    background-color: #000;
}

table th {
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 9px;
    text-align: left;
    background-color: #615c39;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c9be79;
}

table td {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6c6556;
}

#menu table td {
    text-align: right;
}

/* フォームパーツ設定 */
input.button {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

textarea {
    width: 350px;
    height: 200px;
}

input.l {
    width: 350px;
}

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: 15px;
    padding-bottom: 5px;
    padding-left: 18px;
    background-color: #1a1a1a;
    background-image: url(point_4E.png);
    background-position: 7px 7px;
    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-color: #1a1a1a;
}

#hpb-main dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.4;
    padding-left: 11em;
    background-color: #1a1a1a;
}

* html #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;
    margin-left: 15px;
    float: left;
}

#hpb-main img.right {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 15px;
    float: right;
}



/* トップページ デザイン定義 */

#toppage h3 {
    background-image: url(../../護身道/indexBg_4E_01.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #000;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    color: #bdaa7e;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 1.2em;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro', "ＭＳ 明朝", 'MS Mincho', serif;
}

#toppage-info hr {
    display: none;
}

#toppage-news h3 {
    margin-bottom: 0;
}

#toppage-news dt {
    width: 76px !important;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 5px;
    padding-right: 0;
}

#toppage-news dt img {}

#toppage-news dd {
    padding-left: 77px;
    min-height: 63px;
    padding-bottom: 5px;
    padding-top: 5px;
}

* html #toppage-news dd {
    height: 68px;
    /* for ie6 */
}

*:first-child + html #toppage-news dd {
    height: 68px;
    /* for ie7 */
}

#hpb-main dd:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#toppage-news span.date {
    color: #d1bc8c;
    line-height: 1.5;
    font-size: 1.0em;
    font-weight: bold;
}

.news-photo {
    float: left;
    padding-right: 10px;
    padding-bottom: 2px;
    background-color: #1a1a1a;
}

.news-comment {
    background-color: #1a1a1a;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#toppage-news hr {
    margin-top: 0;
    margin-bottom: 0px;
    clear: both;
}

.news-photo img {
    margin-left: 10px;
}


/* アクセスマップ */

#access img {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

/* ご予約 */

#contact form {
    padding-left: 15px;
    text-align: center;
}

#contact form th,
#contact form td,
#contact form td input {
    text-align: left;
}
