@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: #ffb787;
    background-image : url(bodybg_5Fb.jpg);
    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: 1060px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(containerBg_5Fb.png);
    background-repeat: repeat-y;
    background-position: center top;
}

#hpb-header{
    height: 100px;
    background-image : url(headerBg_5Fb.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#hpb-inner{
    position: relative;
    padding-top: 54px;
    width: 850px;
    background-image : url(innerBg_5Fb.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 105px;
    margin-right: auto;
}

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

#hpb-wrapper{
    width: 655px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}

#hpb-title{
    width: 655px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
}

#hpb-main{
    width: 655px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
}

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

#hpb-footer{
    background-image : url(footerbg_5Fb.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    clear: both;
    position: relative;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}


#hpb-nav{
    width: 860px;
    height: 53px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 105px;
}

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

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

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

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

#hpb-nav li{
    display: block;
    width: 141px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ffffff;
    float: left;
    height: 40px;
    overflow: hidden;
}

#hpb-nav li a{
    display: block;
    height: 40px;
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav li span.ja{
    display: block;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}


#hpb-nav a:link{
    color: #9C4610;
    text-decoration: none;
    background-image : url(mainmenu_5Fb_01.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#hpb-nav a:visited{
    color: #9C4610;
    text-decoration: none;
    background-image : url(mainmenu_5Fb_01.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#hpb-nav a:hover{
    background-image : url(mainmenu_5Fb_01_on.png);
    background-position: top center;
    background-repeat: no-repeat;
    color: #a7631b;
    text-decoration: none;
}

#hpb-nav a:active{
    background-image : url(mainmenu_5Fb_01_on.png);
    background-position: top center;
    background-repeat: no-repeat;
    color: #a7631b;
    text-decoration: none;
}
#hpb-nav #nav-toppage a:link, #hpb-nav #nav-toppage a:visited{
    background-image : url(mainmenu_5Fb_02_top.png);
}
#hpb-nav #nav-toppage a:hover, #hpb-nav #nav-toppage a:active{
    background-image : url(mainmenu_5Fb_02_top_on.png);
}


/* バナー */

#banner ul{
    margin-top: 0;
    margin-right: 105px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

/* 店舗情報 */
#shopinfo{
    margin-right: 105px;
    width: 175px;
}



/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

#pagetop{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 20px;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: 10px;
    margin-right: auto;
    width: 79px;
    height: 20px;
    overflow: hidden;
    background-image : url(returnTop_5Fb.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}
