@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: #661900; /* 標準文字色 */
    background-color: #C29251;
}
/* 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-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 15px;
}

#hpb-header{
    height: 90px;
    background-image : url(headerBg_4A.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 7px;
}

#hpb-inner{
    position: relative;
    width: 100%;
    background-image : url(bg_4A_02.png);
    background-position: top center;
    background-repeat: repeat-y;
}

#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 678px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
}

.hpb-layoutset-02 #hpb-wrapper{
    padding-top: 17px;
}


#hpb-title{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.hpb-layoutset-01 #hpb-title{
    height: 243px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #C29251;
    overflow: hidden;
}

.hpb-layoutset-02 #hpb-title
{
}

#hpb-main{
    padding-top: 20px;
    width: 630px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
    min-height: 350px;
}

* html #hpb-main{
    /* for IE6 */
    height: 350px;
}

.hpb-layoutset-02 #hpb-main{
    padding-top: 5px;
}

#hpb-aside{
    width: 218px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}

#hpb-footer{
    height: 32px;
    clear: both;
    position: relative;
    background-image : url(footerBg_4A.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 7px;
    margin-bottom: 10px;
}

#hpb-nav{
    position: absolute;
    top: 248px;
    left: 0px;
    width: 218px;
    height: 185px;
    overflow: hidden;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #C29251;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    display: block;
    margin-top: -1px;
    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;
    overflow: hidden;
    background-image : url(menuBg_4A_02.png);
    background-position: top left;
    background-repeat: repeat-y;
}

#hpb-nav li{
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C29251;
    overflow: hidden;
}


#hpb-nav li a{
    display: block;
    height: 30px;
    background-image : url(menuBg_4A_02.png);
    background-position: center center;
    background-repeat: repeat-y;
    text-align: left;
    padding-left: 70px;
    overflow: hidden;
}

#hpb-nav li span.en{
    display: block;
    line-height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#hpb-nav li span.ja{
    display: none;
}


#hpb-nav a:link{
    color: #ffffff;
    text-decoration: none;
    background-image : url(menuBg_4A_02.png);
    background-position: center center;
    background-repeat: repeat-y;
}
#hpb-nav a:visited{
    color: #ffffff;
    text-decoration: none;
    background-image : url(menuBg_4A_02.png);
    background-position: center center;
    background-repeat: repeat-y;
}
#hpb-nav a:hover{
    color: #ffffff;
    text-decoration: none;
    background-image : url(menuBg_4A_02_on.png);
    background-position: center center;
    background-repeat: repeat-y;
}
#hpb-nav a:active{
    color: #ffffff;
    text-decoration: none;
    background-image : url(menuBg_4A_02_on.png);
    background-position: center center;
    background-repeat: repeat-y;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #shopinfo{
    padding-top: 200px;
}

