@charset "Shift_JIS";

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

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/


#hpb-inner{
	width: 1056px;
	position: relative;
	min-height: 800px;
}

.hpb-layoutset-01 #hpb-main{
    width: 614px;
    float: right;
	padding-top: 100px;
}
.hpb-layoutset-02 #hpb-main{
    width: 614px;
    float: right;
	padding-top: 10px;
}
#hpb-aside{
	width: 388px;
	float: left;
	padding-top: 14px;
}

/* サイドブロック内パーツ */


#banner ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
	width: 388px;
}


#banner a#banner-access{
    /* アクセスバナー */
    background-image : url(banner_2L_01.png);
    background-position: center left;
    background-repeat: no-repeat;
	display: block;
	width: 388px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 0;
}

#banner a#banner-netshop{
    /* ネットショップ */
    background-image : url(banner_2L_02.png);
    background-position: center left;
    background-repeat: no-repeat;
	display: block;
	width: 388px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 0;
}



/* ナビゲーション */

#hpb-nav{
	width: 1056px;
    position: absolute;
	height: 97px;
    left: 0;
    top: 0px;
	text-align: right;
	overflow: hidden;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */

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

#hpb-wrapper #toppage-item .itemlist .item .itemdata{
    width: 330px;
}

/* トップページメインイメージ */

.hpb-layoutset-01 #hpb-title{
	padding-top: 80px;
	padding-left: 10px;
	width: 409px;
	float: left;
}

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

/* 第二階層タイトル */

.hpb-layoutset-02 #hpb-title{
	width: 650px;
	float: right;
	padding-top: 80px;
}


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

.hpb-layoutset-01 #toppage{
	margin-top: 20px;
}

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-left: 0;
	display: inline;
    list-style-type: none;
    overflow: hidden;
	text-align: center;
}

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

#hpb-nav li{
	display: inline-block;
    font-size: 13px;
    line-height: 97px;
    height: 97px;
    overflow: hidden;
	text-transform: uppercase;
}

#hpb-nav li a{
	text-align: center;
    display: inline-block;
	height: 97px;
	width: 97px;
}

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

#hpb-nav a:link{
	background-image : url(mainmenu_2L.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
	color: #000;
}
#hpb-nav a:visited{
	background-image : url(mainmenu_2L.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
	color: #000;
}
#hpb-nav a:hover{
	background-image : url(mainmenu_2L_on.png);
    background-position: center center;
    background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}
#hpb-nav a:active{
	background-image : url(mainmenu_2L_on.png);
    background-position:center center;
    background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}
