@charset "utf-8";

/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 85%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #444444; /* 標準文字色 */
    min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
   #topbutton {
      /* ▼表示位置を画面の右下に固定 */
      position: fixed; /* ←表示場所を固定 */
      bottom: 18px;   /* ←下端からの距離 */
      right: 18px;    /* ←右端からの距離 */
      width: 7em;     /* ←横幅 */

      /* ▼最初は非表示にしておく */
      display: none;

      /* ▼配色・配置・文字の装飾など */
      background-color: #2525aa; /* ←背景色 */
      opacity: 0.75;             /* ←透明度 */
      border-radius: 24px;       /* ←角丸の半径 */
      text-align: center;    /* ←文字の位置 */
      font-size: 120%;       /* ←文字サイズ */
      font-weight: bold;     /* ←文字の太さ */
      margin: 0px;    /* ←外側の余白 */
      padding: 10px;  /* ←内側の余白 */
   }
   #topbutton a {
      /* ▼リンクの装飾 */
      color: white;          /* ←文字色 */
      text-decoration: none; /* ←下線なし */
   }
   #topbutton a:hover {
      /* ▼マウスが載ったときの装飾 */
      color: yellow;              /* ←文字色 */
      text-decoration: underline; /* ←下線あり */
   }
#hpb-container {
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(../img/footerBg_10C.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    zoom: 1;
}

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

#hpb-header {
    width: 900px;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#hpb-inner {
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    zoom: 1;
}

* html .hpb-layoutset-01 #hpb-inner {
    /* for IE6 レイアウト崩れに対応するために背景にメインイメージを配置 */
    background-image : url(../img/mainimg_10C.png);
    background-position: 0px 50px;
    background-repeat: no-repeat;
}

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

#hpb-wrapper {
    width: 668px;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

* html .hpb-layoutset-01 #hpb-wrapper {
    /* for IE6 */
    width: 660px;
    padding-top: 300px;
}

* html .hpb-layoutset-02 #hpb-wrapper {
    /* for IE6 */
    width: 660px;
}

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

.hpb-layoutset-01 #hpb-title {
    width: 900px;
    margin-right: -232px;
    height: 280px;
}

* html .hpb-layoutset-01 #hpb-title {
    /* for IE6 */
    display: none;
}

.hpb-layoutset-02 #hpb-title {
    width: 625px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

#hpb-main {
    padding-bottom: 0px;
}

.hpb-layoutset-01 #hpb-main {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.hpb-layoutset-02 #hpb-main {
    width: 615px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

#hpb-aside {
    width: 230px;
    float: right;
}

.hpb-layoutset-01 #hpb-aside {
    margin-top: 310px;
}

.hpb-layoutset-02 #hpb-aside {
    margin-top: 20px;
}

#hpb-footer {
    clear: both;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}

#hpb-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 900px;
    overflow: hidden;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01 {
    background-image : url(../img/bg_10C_01_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02 {
    background-image : url(../img/bg_10C_01_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* コンテンツ配置領域 */
/* ナビゲーション */
#hpb-nav ul {
    display: block;
    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;
    overflow: hidden;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e6e6e7;
}

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

#hpb-nav li {
    display: block;
    width: 179px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e6e6e7;
}

#hpb-nav li#nav-toppage {
    width: 178px;
}
/* トップページを1px小さく */

#hpb-nav li a {
    display: block;
    height: 40px;
    overflow: hidden;
    border-bottom-width: 9px;
    border-bottom-style: solid;
    border-bottom-color: #0068B7;
}

/* メニュー下線色設定 */
#hpb-nav li#nav-toppage a {
    border-bottom-color: #0068B7;
}
#hpb-nav li#nav-record a {
    border-bottom-color: #F29300;
}
#hpb-nav li#nav-goods a {
    border-bottom-color: #C3D700;
}
#hpb-nav li#nav-goods2 a {
    border-bottom-color: #E85298;
}

#hpb-nav li#nav-info a {
    border-bottom-color: #00A73C;
}

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

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

#hpb-nav a:link {
    color: #666666;
    text-decoration: none;
    background-image: none;
}
#hpb-nav a:visited {
    color: #666666;
    text-decoration: none;
    background-image: none;
}
#hpb-nav a:hover {
    color: #ffffff;
    text-decoration: none;
    background-image : url(../img/navBg_10C_on.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}
#hpb-nav a:active {
    color: #ffffff;
    text-decoration: none;
    background-image : url(navBg_10C_on.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#shopinfo {
    padding-right: 15px;
}

#banner {
    margin-right: auto;
}
