@charset "Shift_JIS";

/* 要素リセット */

body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: black;/* 標準文字色 */
	background-color: #e6ffff;
	background-position: center top;
	background-repeat: repeat-x;
}
/* 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: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    
    background-position: bottom left;
    background-repeat: repeat-x;
}

#hpb-header{
    width: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 88px;
  
}

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

#hpb-inner{
    width: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 30px;
    position: relative;
    zoom: 1;
  border-top-color : #c6fd68;
}

.hpb-layoutset-02 #hpb-inner{
    padding-top: 65px;
}


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

#hpb-wrapper{
    width: 685px;
    float: left;
}

.hpb-layoutset-02 #hpb-wrapper{
    margin-top: -3px;
}

.hpb-layoutset-01 #hpb-title{
    width: 685px;
    height: 353px;
}

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

#hpb-main{
    width: 680px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

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

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

#banner {
}

.hpb-layoutset-01 #banner{
    height: 290px;
    overflow: hidden;
    margin-bottom: 55px;
}

.hpb-layoutset-02 #banner{
    margin-bottom: 10px;
}

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

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

#hpb-nav{
    position: absolute;
    left: 0px;
    width: 900px;
    height : 84px;
    overflow: hidden;
    background-image : url(image/navBg_7C_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.hpb-layoutset-01 #hpb-nav{
    top: 300px;
}

.hpb-layoutset-02 #hpb-nav{
    top: 5px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(image/turugi.png);
}

.hpb-layoutset-02{
    background-image : url(image/pageBg_7C_01.png);
}

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

/* ナビゲーション */
#hpb-nav UL{
    display: block;
    height: 23px;
    width: 880px;
    margin-top: 10px;
    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;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: #BE1C1E;
  

  

  

  
}

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

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


#hpb-nav LI A{
    display: block;
    height: 23px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    background-position: top left;
    background-repeat: repeat-x;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #BE1C1E;
  
}

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

#hpb-nav li span.ja{
    padding-right: 10px;
    font-size: 12px;
}

#hpb-nav A:link{
    text-decoration: none;
    color : #002800;
}
#hpb-nav A:visited{
    text-decoration: none;
    color : #002800;
}
#hpb-nav A:hover{
    text-decoration: none;
    color: #ffffff;
    background-color : #002800;
}
#hpb-nav A:active{
    text-decoration: none;
    color: #ffffff;
    background-color : #002800;
}



/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* メインイメージ高さ */
.hpb-layoutset-01 #hpb-title h2{
    height: 283px;
}

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

