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

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
html{
    height:100%;
}
body{
    height:100%;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-container{
	background-image : url(headerBg_1F1b.png);
	background-repeat: repeat-x;
	background-position: top left;
}


#hpb-header{
	height: 97px;
	overflow: hidden;
	width: 960px;
}

#hpb-inner{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image : url(innerBg_1F1b.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #fff;
	margin-top: -1px;
}
#hpb-wrapper{
	margin-top: -1px;
}

#hpb-main{
    width: 694px;
    float: right;
    text-align: left;
/*    padding-bottom: 30px;*/
	padding-left: 18px;
	padding-right: 18px;
	background-color: #fff;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 330px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 118px;
}

#hpb-aside{
    width: 214px;
    text-align: left;
	padding-bottom: 20px;
	padding-left: 8px;
	//float: left;
}
#hpb-footer{
    clear: both;
}


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

.hpb-layoutset-01 #hpb-title{
    width: 730px;
    height: 309px;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(mainimg_1F1b.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.hpb-layoutset-02 #hpb-title{
    width: 730px;
    height: 111px;
	background-image : url(titleBg_1F1b.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

/* ナビゲーション */
body > #hpb-nav {
    height:auto;
}
#hpb-nav{
	width: 229px;
	background-color:#ffffff;
	float:right;
	margin-right:1px;
	min-height:100%;

}


#hpb-nav > ul {
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 14px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: right;
    border-box;
}


#hpb-nav > ul > li{
    font-size: 12px;
	letter-spacing: 0.1em;
	background-image : url(mainmenu_1F1b.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#hpb-nav > ul > li {
	//padding-left: 20px;
	padding-right: 20px;
/*	height: 55px;*/
/*	overflow: hidden;*/
	line-height: 55px;
	border-bottom: 1px solid #bdcfdc;
	font-size: 1.1em;
	
}
#hpb-nav > ul > li:hover{
	background-color: #3894ce;
	background-image : url(mainmenu_1F1b.png);
	background-repeat: no-repeat;
	background-position: top right;
}


/*トップページ*/

#toppage p.large{

}
