@charset "utf-8";

/* 要素リセット */

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    color: #333333;
    /* 標準文字色 */
    background-color: #FFFFFF;
    background-position: center top;
    background-repeat: repeat-x;
    background-image: url(img/topBg_7Eb.png);
}

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

#hpb-header {
    width: 990px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 79px;
    background-image: url(img/headerBg_7Eb.png);
    background-repeat: no-repeat;
    background-position: center top;
}

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

#hpb-inner {
    width: 980px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 0px;
    position: relative;
    zoom: 1;
    background-image: url(img/innerBg_7Eb.png);
    background-repeat: repeat-y;
    background-position: 240px 0px;
}

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

.hpb-layoutset-01 #hpb-wrapper {
    width: 720px;
    float: left;
}

.hpb-layoutset-02 #hpb-wrapper {
    width: 720px;
    float: left;
    /*    padding-left: 30px;*/
    margin-top: 5px;
}

.hpb-layoutset-01 #hpb-title {
    width: 980px;
    height: 350px;
    height: auto;
    left: 0;
    background-color: #FFFFFF;
}

.hpb-layoutset-02 #hpb-title {
    width: 720px;
    background-color: #FFFFFF;
    /*padding-top: 10px;*/
}

.hpb-layoutset-01 #hpb-main {
    text-align: left;
    width: auto;
    /*padding-top: 10px;
    padding-left: 30px;*/
    margin-left: 5px;
}

.hpb-layoutset-02 #hpb-main {
    text-align: left;
    width: 700px;
    margin-top: 10px;
}

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

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

.hpb-layoutset-01 #hpb-aside {}

.hpb-layoutset-02 #hpb-aside {
    margin-top: 5px;
    margin-right: 15px;
    height: auto;
}


#banner {}

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

#hpb-footer {
    width: 970px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 30px;
    clear: both;
    background-image: url(img/innerBg_7Eb_bottom.png);
    background-repeat: no-repeat;
    background-position: 250px 0px;
}

#hpb-nav {
    left: 0px;
    width: 980px;
    /*height: 35px;*/
    overflow: hidden;
    top: 0;
    background-color: #FFFFFF;
}

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

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

/* ナビゲーション */
#hpb-nav ul {
    display: block;
    height: 32px;
    width: 980px;
    margin-top: 0px;
    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;
    background-image: url(img/naviBg_7Eb_01.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

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

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


#hpb-nav li a {
    display: block;
    height: 32px;
    line-height: 31px;
    overflow: hidden;
    text-align: center;
}

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

#hpb-nav li span.ja {
    font-size: 14px;
    font-weight: bold;
}

#hpb-nav a:link {
    color: #ffffff;
    text-decoration: none;
}

#hpb-nav a:visited {
    color: #ffffff;
    text-decoration: none;
}

#hpb-nav a:hover {
    text-decoration: none;
    color: #ffffff;
    background-image: url(img/naviBg_7Eb_01_on.png);
    background-repeat: no-repeat;
    background-position: -196px 0px;
}

#hpb-nav a:active {
    text-decoration: none;
    color: #ffffff;
    background-image: url(img/naviBg_7Eb_01_on.png);
    background-repeat: no-repeat;
    background-position: -196px 0px;
}

#hpb-nav #nav-toppage a:hover,
#hpb-nav #nav-toppage a:active {
    background-image: url(img/naviBg_7Eb_01_on.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#hpb-nav #nav-access a:hover,
#hpb-nav #nav-access a:active {
    background-image: url(img/naviBg_7Eb_01_on.png);
    background-repeat: no-repeat;
    background-position: top right;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* メインイメージ高さ */
.hpb-layoutset-01 #hpb-title h2 {
    height: 235px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    text-indent: -9999px;
    /*background-image : url(img/mainimg_7Eb_01.png);*/
    background-position: top center;
    background-repeat: no-repeat;
}

/* コンテンツタイトル背景 */
.hpb-layoutset-02 h2 {}

#slideshow {
    position: relative;
    height: 350px;
    width: 980px;
    background-repeat: no-repeat;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}