@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    color: #000000; /* 標準文字色 */
	background-color: #eee4da;
	background-image : url(headerBg_2T_01.png);
	background-repeat: repeat-x;
	background-position: center top;
	min-width: 940px;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */
	
img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	background-image : url(footerBg_2T.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#hpb-header{
	width: 940px;
	height: 100px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

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


#hpb-footer{
	clear: both;
	width: 100%;
	padding-top: 20px;
	z-index: 1;
	position: relative;
	margin: 0;
	padding-bottom: 15px;
}


#hpb-footerExtra1{
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#hpb-inner{
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 20px;
	background-image : url(innerBg_2T_02.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #fff;
}
#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

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

.hpb-layoutset-01 #hpb-title{
	padding-bottom:3px;
	padding-top: 20px;
	width: 980px;
	position: absolute;
	top: 50px;
	left: 0px;
}
.hpb-layoutset-02 #hpb-title{
	background-image : url(top_mainimg_2T_8.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 70px;
	left: 20px;
	width: 980px;
}
.hpb-layoutset-01 #hpb-main{
	width: 640px;
	float: left;
	padding-top: 570px;
}
.hpb-layoutset-02 #hpb-main{
	width: 640px;
	float: left;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 291px;
}

#hpb-aside{
	width: 280px;
	padding-top: 20px;
	padding-right: 20px;
	float: right;
}
.hpb-layoutset-01 #hpb-aside{
	padding-top: 590px;
}
.hpb-layoutset-02 #hpb-aside{
	padding-top: 290px;
}

/* ナビゲーション */

#hpb-nav{
	position: absolute;
	top: -19px;
	left: 0;
	background-image : url(innerBg_2T.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 19px;
	width: 980px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */

.hpb-layoutset-01 #hpb-title h2{
	width: 940px;
	height: 500px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-image : url(top_mainimg_2T_9.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}


.hpb-layoutset-02 h2{
	line-height: 18px;
	color: #261a18;
	font-weight: normal;
	margin: 0px;
	padding-top: 90px;
	padding-left: 40px;
	font-weight: normal;
	height: 110px;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */

#hpb-nav ul{
	list-style-type: none;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	width: 940px;
	height: 50px;
	overflow: hidden;
	background-image : url(mainmenu_2T.png);
	background-repeat: no-repeat;
	background-position: top left;
}

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

#hpb-nav li{
	float: left;
	display: inline;
	line-height: 50px;
	overflow: hidden;
	text-transform: uppercase;
	background-image : url(mainmenuItem_2T.png);
	background-repeat: no-repeat;
	background-position: right;
}

#hpb-nav li a{
	margin-right: 2px;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	display: block;
	height: 48px;
	color:#ead6b6;
	font-size: 14px;
	text-decoration:none;
}

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

#hpb-nav a:hover{
	background-image : url(mainmenu_2T_on.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#hpb-nav a:active{
	background-image : url(mainmenu_2T_on.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#hpb-nav li:first-child a:hover,
#hpb-nav li:first-child a:active{
	background-position: top left;
}

/* 先頭に戻るボタン */

#pagetop{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-align: left;
	right:0px;
	bottom:5px;
}

#pagetop a{
	/* 先頭に戻るボタンの左右設定 */
	display: block;
	width: 100px;
	height: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	background-image : url(returnTop_2T.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
/* 商品紹介ページ デザイン定義 */

#item .itemlist{
    width: 600px;
}
#item .itemlist .item{
	width: 200px;
}
