@charset "Shift_JIS";
/* 要素リセット */
body{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size : 100%;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  color : blue;
  /* 標準文字色 */
    background-color : #a0cba7;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-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(../phot/headerBg_4A.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 7px;
}
#hpb-inner{
  position: relative;
  width: 100%;
  background-image : url(../phot/bg_4A_01.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: left;
}
.hpb-layoutset-02 #hpb-wrapper{
  padding-top: 75px;
}
#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: 75px;
  width: 630px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: left;
}
.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: right;
}
* html #hpb-aside{
  float: none;
/* for IE6 */
}
#hpb-footer{
  height: 32px;
  clear: both;
  position: relative;
  background-image : url(../phot/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: 678px;
  height: 53px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #C29251;
  overflow: hidden;
}
.hpb-layoutset-02 #hpb-nav{
  top: 0px;
  left: 0px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

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

/* ナビゲーション */
#hpb-nav ul{
  display: block;
  width: 672px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 14px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#hpb-nav ul::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-nav li{
  display: block;
  width: 111px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #661900;
  float: left;
  height: 25px;
  margin-bottom: 14px;
  overflow: hidden;
}
#hpb-nav li#nav-contact{
  /* 右端のborderを削除 */
    border-right-width: 0px;
  border-right-style: none;
}
#hpb-nav li a{
  display: block;
}
#hpb-nav li span.en{
  display: block;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
}
#hpb-nav li span.ja{
  display: none;
}
#hpb-nav a:link{
  color: #661900;
  text-decoration: none;
}
#hpb-nav a:visited{
  color: #661900;
  text-decoration: none;
}
#hpb-nav a:hover{
  color: #F39700;
  text-decoration: none;
}
#hpb-nav a:active{
  color: #F39700;
  text-decoration: none;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #shopinfo{
  padding-top: 10px;
}


