@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: #666666; /* 標準文字色 */
    background-color: #ffffff;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

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

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

#hpb-header{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 72px;
}

#hpb-inner{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 38px;
    padding-bottom: 30px;
    position: relative;
    zoom: 1;
}

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

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

* html #hpb-wrapper{
    width: 675px; /* for IE6 */
}


.hpb-layoutset-01 #hpb-title{
    width: 675px;
    height: 275px;
    margin-left: auto;
}

.hpb-layoutset-02 #hpb-title{
    margin-bottom: 0;
}

#hpb-main{
    width: 665px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 10px;
}

#hpb-aside{
    width: 221px;
    float: left;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}

#banner{
    margin-bottom: 20px;
}

#shopinfo{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#hpb-footer{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 30px;
    clear: both;
}

#hpb-nav{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 900px;
    height: 25px;
    overflow: hidden;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #7FBF26;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #7FBF26;
}


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

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

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

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

#hpb-nav li{
    display: block;
    width: 180px;
    float: left;
}


#hpb-nav li a{
    display: block;
    height: 25px;
    line-height: 26px;
    overflow: hidden;
    text-align: left;
    padding-left: 40px;
    padding-right: 10px;
    background-position: center left;
    background-repeat: repeat-x;
    font-size: 12px;
}

#hpb-nav li span.en{
    float: right;
    font-size: 10px;
}

#hpb-nav li span.ja{
    padding-right: 10px;
}

#hpb-nav a:link{
    text-decoration: none;
    background-image : url(navBg_7D_01.png);
}
#hpb-nav a:visited{
    text-decoration: none;
    background-image : url(navBg_7D_01.png);
}
#hpb-nav a:hover{
    text-decoration: none;
    background-image : url(navBg_7D_01_on.png);
}
#hpb-nav a:active{
    text-decoration: none;
    background-image : url(navBg_7D_01_on.png);
}



/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* メインイメージ高さ */
.hpb-layoutset-01 #hpb-title h2{
    height: 273px;
}

/* shopinfo設定 */

#shopinfo h4{
    color: #666666;
}
/* コンテンツタイトル背景 */

/* フッター内パーツデザイン */
#hpb-footerMain{
    background-color: #7FBF26;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    height: 23px;
    font-size: 0.8em;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0;
    color: #ffffff;
}

#hpb-footerExtra1{
    margin-top: -50px;
}


