@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: 990px;
	background-color: #f0f4f6;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

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

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

#hpb-main{
    width: 654px;
    float: left;
    text-align: left;
    padding-bottom: 20px;
	padding-left: 27px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 470px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 158px;
}

#hpb-aside{
    width: 246px;
    float: right;
    text-align: left;
	padding-bottom: 20px;
	padding-right: 17px;
}
.hpb-layoutset-01 #hpb-aside{
	padding-top: 523px;
}
.hpb-layoutset-02 #hpb-aside{
	padding-top: 156px;
}

#hpb-footer{
    clear: both;
}


#hpb-nav{
    width: 929px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 406px;
    left: 14px;
	border-bottom: 1px solid #e0e0e0;
}
.hpb-layoutset-02 #hpb-nav{
	top: 93px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
    width: 990px;
    height: 411px;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(top_mainimg_1B1_01.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: -15px;
}

.hpb-layoutset-02 #hpb-title{
    width: 990px;
    height: 89px;
	background-image : url(topplkari2.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: -15px;
}

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	letter-spacing: -0.4em;
	background-color: #f79a15;
	height: 44px;
	overflow:hidden;
	}


#hpb-nav li{
    display: inline-block;
    font-size: 12px;
	letter-spacing: 0.1em;
}

#hpb-nav li a{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
	height: 44px;
	line-height: 44px;
	border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #fff;
	
}
#hpb-nav li a:hover{
	background-color: #feab35;
}


/*トップページ*/

#toppage p.large{
	top: -10px;
	left: -8px;
}