@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    min-width: 980px;
    overflow-y: scroll;
}
/* 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: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
	position: relative;
}

#hpb-main{
    width: 680px;
    float: right;
    text-align: left;
    padding-right: 5px;
    padding-bottom: 20px;
	
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 350px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 200px;
}
/* 製品情報トップのレイアウト */
#hpb-products_main{
    padding-top: 85px;
    width: 960px;
    float: right;
    text-align: left;
    padding-right: 10px;
    padding-bottom: 20px;
}

#hpb-aside{
    width: 220px;
    float: left;
    text-align: left;
	padding-top: 350px;
	padding-bottom: 20px;
}

.hpb-layoutset-02 #hpb-aside{
	padding-top: 185px;
}

#hpb-footer{
    clear: both;
}

#hpb-nav{
    margin: 30px 0;
    width: 960px;
    position: absolute;
    left: 0px;
}

   

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
    width: 960px;
    height: 250px;
    text-indent: -9999px;
    overflow: hidden;
    background-image : url(top_img3a_jp.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 70px;
	left: 0;
}

.hpb-layoutset-02 #hpb-title{
    width: 960px;
    height: 98px;
	background-image : url(titleBg_1C1.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 72px;
	left: 0;
}

/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(bg_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
    background-image : url(bg_1C1_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}

