@charset "UTF-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#hpb-headerMain {
background : url(images/headerTxtBg_7E.png) no-repeat right bottom ;
}

#hpb-headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: right;
    font-weight: normal;
    line-height: 10px;
    font-size: 10px;
    color: #004767;
}

#hpb-headerLogo{
    width : 332px;
    float: left;
    background-image : url(images/oaaa.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 5px 0 0 12px;
}

#hpb-headerLogo a{
    display: block;
    margin-top: 22px;
    margin-right: 0;
    margin-bottom: 18px;
    margin-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 34px;
    background-image : url(images/logo_7E.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}

#hpb-headerExtra1{
    width: 500px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    text-align: right;
}

#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 19px;
    text-align: right;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #2480a9;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「電話でのご予約・お問い合わせは」文字設定 */
    padding-right: 3px;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

#hpb-headerExtra1 a{
    /* 「ご予約はこちら」ボタン設定 */
    display: block;
    width: 177px;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: auto;
    height: 25px;
    background-image : url(images/headerButton_7E.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    text-indent: -9999px;
}


#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain{
    background-image : url(images/footerBg_7E.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 9px;
    padding-bottom: 20px;
    padding-left: 16px;
	margin:0;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    height: 23px;
    line-height: 23px;
    margin-bottom: 0;
    color: #1d4d6c;
    padding-right: 410px;
}

#hpb-footerLogo
{
}

#hpb-footerExtra1{
    width: 400px;
    float: right;
    margin-top: -40px;
}

#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 5px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: right;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    line-height: 1.2;
    padding-right: 5px;
    padding-left: 5px;
}

#hpb-footerExtra1 li a{
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}

#hpb-footerExtra1 a:link{
    color: #333333;
}
#hpb-footerExtra1 a:visited{
    color: #333333;
}
#hpb-footerExtra1 a:hover{
    color: #1d4d6c;
    text-decoration: none;
}
#hpb-footerExtra1 a:active{
    color: #1d4d6c;
    text-decoration: none;
}

#hpb-footerExtra2
{
}

/* サイドブロック内パーツ */



/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #333333;
    text-decoration: underline;
}
a:visited{
    color: #333333;
    text-decoration: underline;
}
a:hover{
    color: #1d4d6c;
    text-decoration: none;
}
a:active{
    color: #1d4d6c;
    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: 0;
    line-height: 1.5;
    text-align: left;
    overflow: visible;
}

p.large{
    font-size: 1.2em;
    color: #095485;
    padding-top: 0.5em;
    margin-bottom: 1em;
}

p.indent{
    padding-left: 15px;
}

.left{
    float: left;
}
.right{
    float: right;
}

.center{
    margin-right: auto;
    margin-left: auto;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    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{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    height: 115px;
    text-align: left;
    overflow: hidden;
    line-height: 115px;
    background-image : url(images/titleBg_7E.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 h2 span.ja{
    font-size: 1.1em;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 10px;
    font-weight: bold;
}

.hpb-layoutset-02 h2 span.en{
    font-size: 0.9em;
    color: #D0F4FF;
    font-weight: normal;
    text-transform: lowercase;
}

h3{
    color: #074a68;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 3px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

h3 span{
    padding-right: 10px;
}

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: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #1C6889;
}

h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    text-align: left;
    background-image : url(images/point_7E.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    font-size: 1em;
    line-height: 1.5;
    font-weight: normal;
    color: #074a68;
}

table{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CC9900;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #fffbe1;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CC9900;
    color: #4D450A;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CC9900;
}

/* メインコンテンツ内基本パーツ */



#pagetop{
    padding-top: 15px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 97px;
    height: 15px;
    overflow: hidden;
    background-image : url(images/returnTop_7E.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}

