@charset "Shift_JIS";

/* 要素リセット */
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    color: #FFF; /* 標準文字色 */
    background-color: #1a1a1a;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body
{
    font-size: 70%;
}
/* end */

img
{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

#hpb-header
{
    margin-top: -1px;
    width: 900px;
    height: 82px;
    background-image : url(headerBg_4E_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom-width: 2px;
    border-bottom-color: #a71527;
    border-bottom-style: solid;
}

#hpb-inner
{
    width: 900px;
    clear: both;
    float: left;
    position: relative;
    background-image : url(mainBg_4E.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #000;
}

#hpb-header:after, #hpb-inner:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper
{
    width: 620px;
    float: right;
    padding-right: 17px;
}

#hpb-title
{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.hpb-layoutset-01 #hpb-title
{
    overflow: hidden;
    width: 900px;
    position: absolute;
    top: 0;
    left: 0;
}
.hpb-layoutset-01 #hpb-title h2
{
    height: 350px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    background-image : url(top_mainimg_4E_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 0;
    margin-bottom: 0;
}

.hpb-layoutset-02 #hpb-title h2
{
    margin-top: 60px;
}

.hpb-layoutset-01 #hpb-main
{
    text-align: left;
    padding-top: 400px;
}
.hpb-layoutset-02 #hpb-main
{
    clear: both;
    text-align: left;
}

#hpb-aside
{
    width: 210px;
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 14px;
    float: left;
    border-width: 1px;
    border-color: #6c6556;
    border-style: solid;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #000;
}

.hpb-layoutset-01 #hpb-aside
{
    margin-top: 406px;
}
* html #hpb-aside
{
    /* for IE6 */
    float: none;
}
#hpb-footer
{
    clear: both;
    position: relative;
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #000;
}

#hpb-nav
{
    position: absolute;
    left: 0px;
    width: 900px;
    height: 32px;
    background-image : url(navBg_4E_01.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 9px;
    overflow: hidden;
}

.hpb-layoutset-01 #hpb-nav
{
    top: 350px;
}

.hpb-layoutset-02 #hpb-nav
{
    top: 0px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */

#hpb-nav ul
{
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 15px;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
    height: 32px;
    list-style-type: none;
    overflow: hidden;
}

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

#hpb-nav li
{
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin-right: 2px;
    text-align: left;
}

#hpb-nav li a
{
    width: 119px;
    padding-left: 24px;
    overflow: hidden;
    display: block;
    height: 32px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#hpb-nav li span.ja
{
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}
#hpb-nav li span.en
{
    display: none;
}

#hpb-nav a:link
{
    background-image : url(navi_4E_01.png);
    background-repeat: repeat-x;
    background-position: center top;
}
#hpb-nav a:visited
{
    background-image : url(navi_4E_01.png);
    background-repeat: repeat-x;
    background-position: center top;
}
#hpb-nav a:hover
{
    background-image : url(navi_4E_01_on.png);
    background-repeat: repeat-x;
    background-position: center top;
}
#hpb-nav a:active
{
    background-image : url(navi_4E_01_on.png);
    background-repeat: repeat-x;
    background-position: center top;
}

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

#hpb-wrapper #toppage p:first-child
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    line-height: 1.8;
    background-color: #1a1a1a;
}

#hpb-wrapper #toppage-info h3
{
    margin-bottom: 0;
}
#hpb-wrapper #toppage-info h3 span.en
{
    font-weight: normal;
    letter-spacing: 0.2em;
}
#hpb-wrapper #toppage-info h3 span.ja
{
    display: none;
}

#hpb-wrapper #toppage-info p
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.8;
    background-color: #1a1a1a;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain
{
    padding-top: 7px;
    padding-left: 20px;
}

#hpb-headerMain h1
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    text-align: left;
    font-weight: normal;
    line-height: 11px;
    font-size: 11px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-headerLogo
{
    margin-top: 10px;
    margin-left: 20px;
    width: 296px;
    float: left;
}

#hpb-headerLogo a
{
    display: block;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 48px;
    background-image : url(logo_4E_01.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1
{
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 16px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 1em;
}

#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;
    font-weight: bold;
    text-align: right;
    font-size: 1.6em;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' , 'ヒラギノ明朝 Pro W3' , 'ＭＳ Ｐ明朝' , serif;
}

#hpb-headerExtra1 p.tel span
{
    /* 電話番号の「TEL」文字設定 */
    font-size: 12px;
    font-weight: normal;
    padding-right: 3px;
    display: block;
}

#hpb-headerExtra1 p.address
{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 2px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    text-align: right;
}

#hpb-headerExtra2
{
}



/* ページの先頭へのリンク設定 */
#pagetop
{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 15px;
}

#pagetop a
{
    display: block;
    width: 138px;
    height: 38px;
    margin-left: auto;
    margin-right: 0;
    background-image : url(returnTop_4E.png);
    background-position: center right;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

/* リンク文字色 */
a:link
{
    color: #FFF;
    text-decoration: underline;
}
a:visited
{
    color: #FFF;
    text-decoration: underline;
}
a:hover
{
    color: #d1bc8c;
    text-decoration: underline;
}
a:active
{
    color: #d1bc8c;
    text-decoration: underline;
}

