@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: #000; /* 標準文字色 */
    min-width: 1000px;
	background-color: #f6f5f2;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-inner{
	background-color: #fff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	position: relative;
}
#hpb-inner:after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}


#hpb-main{
    width: 643px;
    float: left;
    text-align: left;
    padding-bottom: 30px;
	margin-left: 30px;
}

.hpb-layoutset-01 #hpb-main{
   padding-top: 460px;
	
}
.hpb-layoutset-02 #hpb-main{
	padding-top: 260px;
}

#hpb-aside{
    width: 267px;
    float: right;
    text-align: left;
	padding-bottom: 20px;
	padding-right: 30px;
}
.hpb-layoutset-01 #hpb-aside{
	padding-top: 467px;
}
.hpb-layoutset-02 #hpb-aside{
	padding-top: 253px;
}

#hpb-footer{
    clear: both;
}


#hpb-nav{
    position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	background-color: #f6f5f2;
	border-bottom-width: 2px;
	border-bottom-color: #cccac5;
	border-bottom-style: solid;
}


/*--------------------------------------------------------
  背景設定
--------------------------------------------------------*/
.hpb-layoutset-01{
	background-image : url(bg_1E1.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
	background-image : url(bg_1E1.png);
    background-position: top left;
    background-repeat: repeat-x;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
    width: 1000px;
    height: 367px;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(top_mainimg_1E1.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 72px;
	left: 0px;
}

.hpb-layoutset-02 #hpb-title{
    width: 1000px;
    height: 154px;
	background-image : url(titleBg_1E1.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 72px;
	left: 0px;
}

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 20px;
    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;
	height: 55px;
	overflow:hidden;
	background-color: #fff;
}


#hpb-nav li{
    display: inline-block;
    font-size: 11px;
	letter-spacing: 0;
}

#hpb-nav li a{
    display: block;
    padding-left: 30px;
    padding-right: 30px;
	height: 55px;
	line-height: 55px;	
}
#hpb-nav li a:hover{
	background-image : url(mainmenu_1E1_on.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
