@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: #D6BCBC;
    background-image : url(bg_4H_02.png);
    background-repeat: repeat-x;
    background-position: center top;
}
/* 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;
    position: relative;
}

#hpb-header{
    width: 900px;
    height: 90px;
    background-image : url(headerBg_4H_02.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#hpb-inner{
    position: relative;
    width: 100%;
    background-color: #1a1a1a;
}
.hpb-layoutset-01 #hpb-inner
{
}

.hpb-layoutset-02 #hpb-inner{
    padding-top: 0px;
}

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

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

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

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

.hpb-layoutset-02 #hpb-title{
    width: 580px;
    margin-bottom: 0px;
    margin-top: 60px;
}
.hpb-layoutset-02 h2{
    background-image : url(indexBg_4H_02.png);
}

#hpb-main{
    width: 580px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
    padding-top: 315px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 0px;
    width: 550px;
}

#hpb-aside{
    width: 280px;
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
    padding-bottom: 20px;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}
.hpb-layoutset-01 #hpb-aside{
    padding-top: 260px;
}
#hpb-aside #banner, #hpb-aside #shopinfo{
    margin-left: 20px;
}

#hpb-footer{
    clear: both;
    position: relative;
    padding-top: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #1a1a1a;
    padding-left: 15px;
    padding-right: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
}

#hpb-nav{
    position: absolute;
    left: 0px;
    width: 900px;
    height: 40px;
    top: 0px;
    background-image : url(navi_4H_02.png);
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

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

/* ナビゲーション */

#hpb-nav ul{
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
    height: 40px;
    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: 40px;
    height: 40px;
    overflow: hidden;
    text-transform: uppercase;
}

* html #hpb-nav li{
    /* ie6用ハック */
    width: 100px;
}

#hpb-nav li a{
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    overflow: hidden;
    display: block;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
}

#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
{
}
#hpb-nav a:visited
{
}
#hpb-nav a:hover{
    background-image : url(navi_4H_02_on.png);
    background-repeat: repeat-x;
    background-position: center top;
}
#hpb-nav a:active{
    background-image : url(navi_4H_02_on.png);
    background-repeat: repeat-x;
    background-position: center top;
}

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

#hpb-wrapper #toppage p:first-child{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    line-height: 1.8;
}

/* 見出し画像 */
.hpb-layoutset-01 #hpb-wrapper h3{
    background-image : url(indexBg_4H_02.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 13px;
    padding-left: 20px;
    color: #FFF;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-bottom-style: none;
    border-left-style: none;
}

.hpb-layoutset-01 #hpb-wrapper h3 span.en{
    display: none;
}
.hpb-layoutset-01 #hpb-wrapper h3 span.ja{
    font-size: 14px;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}

#hpb-wrapper #toppage-info p{
    padding-bottom: 10px;
    line-height: 1.8;
}
#toppage-news hr{
    padding-top: 10px;
    border-bottom-color: #191919;
}
.news-comment{
    border-top-color: #2b2b2b;
    padding-top: 15px;
}
#hpb-main dd{
    border-bottom-color: #666;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    padding-top: 9px;
    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: 12px;
    font-size: 12px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-headerLogo{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 400px;
    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: 45px;
    background-image : url(logo_4H_02.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 16px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

#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-size: 12px;
    font-weight: bold;
    text-align: right;
}

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

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

#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain p{
    /* コピーライト文字設定 */
    padding-top: 20px;
    text-align: center;
    padding-right: 0px;
}
#hpb-footerExtra1{
    width: 800px;
    position: absolute;
    top: 15px;
    left: 20px;
}

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

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

/* 見出し */
#hpb-wrapper h3{
    border-left-color: #404040;
    border-bottom-color: #404040;
}
hr{
    color: #191919;
}
table th{
    background-color: #333;
}
/* リンク文字色 */
a:link{
    color: #FFF;
    text-decoration: underline;
}
a:visited{
    color: #FFF;
    text-decoration: underline;
}
a:hover{
    color: #CC2200;
    text-decoration: none;
}
a:active{
    color: #CC2200;
    text-decoration: none;
}

