@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size : 110%;
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    color: #fff; /* 標準文字色 */
    background-color: #000000;
	background-image : url(../img/bg_5L.png);
    background-position: top center;
    background-repeat: no-repeat;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

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

#hpb-container{
	position: relative;
}

#hpb-inner{
	background-image : url(../img/mainBg_5L_02.png);
    background-position: left top;
    background-repeat: repeat-y;
}
#hpb-inner:after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;

}

.hpb-layoutset-01 #hpb-inner{
	padding-top: 424px;
}
.hpb-layoutset-02 #hpb-inner{
	padding-top: 86px;
}
#hpb-title{
	position: absolute;
	top: 87px;
	width: 960px;
	left: 0;
	width: 960px;
	border-bottom: 1px solid #1e1e1e;

}

#hpb-main{
    width : 960px;
	float: right;
}
.hpb-layoutset-01 #hpb-main{
	padding-top: 176px;
}
.hpb-layoutset-02 #hpb-main{
	padding-top: 131px;
}
#hpb-aside{
 	width: 319px;
	float: left;
}
.hpb-layoutset-01 #hpb-aside{
	padding-top: 160px;
}
.hpb-layoutset-02 #hpb-aside{
	padding-top: 149px;
}


#hpb-nav{
    width: 960px;
    left: 0px;
	position: absolute;
	border-bottom: 1px solid #000;
}
.hpb-layoutset-01 #hpb-nav{
	top: 617px;
}
.hpb-layoutset-02 #hpb-nav{
	top: 267px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/


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

.hpb-layoutset-01 #hpb-title{
    background-image : url(../img/top_mainimg_5L.png);
    background-position: top left;
    background-repeat: no-repeat;
	height: 530px;
	text-indent: -9999px;
	overflow: hidden;
}


