@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;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hp-container
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

#hp-header
{
    margin-top: -1px;
    width: 900px;
    height: 82px;
    background-image : url(../image/headerBg01.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom-width: 2px;
    border-bottom-color: #a71527;
    border-bottom-style: solid;
}

#hp-inner
{
    width: 900px;
    clear: both;
    float: left;
    position: relative;
    background-image : url(../image/mainBg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #000;
}

#hp-header:after, #hp-inner:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hp-wrapper
{
    width: 620px;
/*   float: right;*/
    float: left;
    padding-left: 17px;
/*    padding-right: 17px;*/
}

#hp-title
{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.hp-layoutset-01 #hp-title
{
    overflow: hidden;
    width: 900px;
    position: absolute;
    top: 0;
    left: 0;
}
.hp-layoutset-01 #hp-title h2
{
    height: 350px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    background-image : url(../image/top_mainimg01.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 0;
    margin-bottom: 0;
}

.hp-layoutset-02 #hp-title h2
{
    margin-top: 60px;
}

.hp-layoutset-01 #hp-main
{
    text-align: left;
    padding-top: 400px;
}
.hp-layoutset-02 #hp-main
{
    clear: both;
    text-align: left;
}

#hp-aside
{
    width: 210px;
    margin-top: 60px;
/*    margin-right: 0px;*/
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 14px;
    float: right;
/*    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;
}

.hp-layoutset-01 #hp-aside
{
    margin-top: 406px;
}
* html #hp-aside
{
    /* for IE6 */
    float: none;
}
#hp-footer
{
    clear: both;
    position: relative;
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #000;
}

#hp-nav
{
    position: absolute;
    left: 0px;
    width: 900px;
    height: 32px;
    background-image : url(../image/navBg01.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 9px;
    overflow: hidden;
}

.hp-layoutset-01 #hp-nav
{
    top: 350px;
}

.hp-layoutset-02 #hp-nav
{
    top: 0px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */

#hp-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;
}

#hp-nav ul:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hp-nav li
{
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin-right: 2px;
    text-align: left;
}

#hp-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;
}

#hp-nav li span.ja
{
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}
#hp-nav li span.en
{
    display: none;
}

#hp-nav a:link
{
    background-image : url(../image/navi01.png);
    background-repeat: repeat-x;
    background-position: center top;
}
#hp-nav a:visited
{
    background-image : url(../image/navi01.png);
    background-repeat: repeat-x;
    background-position: center top;
}
#hp-nav a:hover
{
    background-image : url(../image/navi01_on.png);
    background-repeat: repeat-x;
    background-position: center top;
}
#hp-nav a:active
{
    background-image : url(../image/navi01_on.png);
    background-repeat: repeat-x;
    background-position: center top;
}

/* トップページデザイン */

#hp-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;
}

#hp-wrapper #toppage-info h3
{
    margin-bottom: 0;
}
#hp-wrapper #toppage-info h3 span.en
{
    font-weight: normal;
    letter-spacing: 0.2em;
}
#hp-wrapper #toppage-info h3 span.ja
{
    display: none;
}

#hp-wrapper #toppage-info p
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.8;
/*    background-color: #1a1a1a; */
    background-color: #220000;


}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hp-headerMain
{
    padding-top: 7px;
    padding-left: 20px;
}

#hp-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;
}

#hp-headerLogo
{
    margin-top: 10px;
    margin-left: 20px;
    width: 296px;
    float: left;
}

#hp-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(../image/logo01.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hp-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;
}

#hp-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;
}

#hp-headerExtra1 p.tel span
{
    /* 電話番号の「TEL」文字設定 */
    font-size: 12px;
    font-weight: normal;
    padding-right: 3px;
    display: block;
}

#hp-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;
}

#hp-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(../image/returnTop.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;
}

