@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size : 100%;
    font-family : HGS明朝E;
    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;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	background-repeat: repeat-x;
	background-position: top left;
}
.hpb-layoutset-01 #hpb-container{
	background-image : url(../img/headerBg_1H1_01.png);
}
.hpb-layoutset-02 #hpb-container{
	background-image : url(../img/headerBg_1H1_02.png);
}

#hpb-header{
	height: 150px;
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#hpb-inner{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

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

.hpb-layoutset-01 #hpb-main{
    padding-top: 20px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 10px;
}

#hpb-aside{
    width: 230px;
	float: right;
    text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 16px;
}

#hpb-footer{
    clear: both;
}


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

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

.hpb-layoutset-02 #hpb-title{
    width: 960px;
    height: 122px;
	background-image : url(../img/titleBg_1H1.png);
    background-position: top left;
    background-repeat: no-repeat;
	overflow: hidden;
}

/* ナビゲーション */

#hpb-nav{
	width: 100%;
	position: absolute;
	top: -54px;
	left: 0;
}

#hpb-nav ul{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 2px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	width: 958px;
	height: 53px;
	overflow: hidden;
	background-image : url(../img/mainmenu_1H1.png);
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: -0.4em;
	}


#hpb-nav li{
    display: inline-block;
    font-size: 12px;
	letter-spacing: 0.1em;
	background-image : url(../img/mainmenu_1H1.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#hpb-nav li a{
    display: block;
    padding-left : 65px;
    padding-right : 65px;
	height: 53px;
	overflow: hidden;
	line-height: 53px;
	font-size: 1.1em;
	
}
#hpb-nav li a:hover{
	background-image : url(../img/mainmenu_1H1_on.png);
	background-repeat: repeat-x;
	background-position: top left;
}


/*トップページ*/


/* =======================================================
  レスポンシブル設定
======================================================= */
