@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: #EAF4F4;
}
/* 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: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(bg_4C.png);
    background-position: top center;
    background-repeat: repeat-y;
}

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

#hpb-header {
    height: 84px;
}

#hpb-inner {
    position: relative;
    width: 100%;
}

.hpb-layoutset-01 #hpb-inner {
    background-image : url(cLine_4C_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}

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

#hpb-wrapper {
    width: 670px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
    position: relative;
}

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

.hpb-layoutset-01 #hpb-title {
    height: 272px;
    margin-left: -2px;
    margin-bottom: 22px;
}

.hpb-layoutset-02 #hpb-title {
    width: 630px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
}

#hpb-main {
    width: 630px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
    min-height: 400px;
}

* html #hpb-main {
    /* for IE6 */
    height: 400px;
}

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

#hpb-aside {
    width: 225px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 2px;
    float: left;
    padding-bottom: 15px;
}

.hpb-layoutset-01 #hpb-aside {
    padding-top: 14px;
}

.hpb-layoutset-02 #hpb-aside {
    padding-top: 10px;
}

#hpb-footer {
    clear: both;
    padding-top: 33px;
}

#hpb-nav {
    background-color: #00522E;
    width: 225px;
    height: 272px;
    overflow: hidden;
    float: left;
    margin-left: 2px;
}


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

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

/* ナビゲーション */
#hpb-nav ul {
    display: block;
    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;
}

#hpb-nav li {
    display: block;
}


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

#hpb-nav li span.en {
    display: block;
    line-height: 48px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
}

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


#hpb-nav a:link {
    text-decoration: none;
    background-color: #00522E;
}
#hpb-nav a:visited {
    text-decoration: none;
    background-color: #00522E;
}
#hpb-nav a:hover {
    text-decoration: none;
    background-color: #005A29;
}
#hpb-nav a:active {
    text-decoration: none;
    background-color: #005A29;
}

/* トップページデザイン */
.hpb-layoutset-01 #hpb-title h2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: 2px;
    overflow: hidden;
    text-indent: -9999px;
    height: 272px;
    width: 669px;
    background-image : url(mainimg_4C.png);
    background-position: center right;
    background-repeat: no-repeat;
}



/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #shopinfo {
}


