@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size : 14px;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : inherit; /* 標準文字色 */
    min-width: 980px;
  background-repeat : repeat-x;
  background-position : left bottom;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

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

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

#hpb-inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
	position: relative;
}

#hpb-main{
    width: 700px;
    float: right;
    text-align: left;
    padding-bottom : 0px;
	

  padding-left : 10px;
  padding-right : 10px;
  font-size : 14px;
  margin-bottom : 20px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top : 580px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top : 220px;
}

#hpb-aside{
    width : 240px;
    float: left;
    text-align: left;
	padding-top : 565px;
	padding-bottom: 20px;
}

.hpb-layoutset-02 #hpb-aside{
	padding-top : 220px;
}

#hpb-footer{
    clear: both;
}


#hpb-nav{
    width : 980px;
    height : 100px;
    overflow: hidden;
    position: absolute;
    top : 460px;
    left: 0px;
}
.hpb-layoutset-02 #hpb-nav{
	top : 0px;
}

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

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

.hpb-layoutset-02 #hpb-title{
    width: 980px;
    height: 98px;
	background-image : url(subpagebana2.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top : 100px;
	left: 0;
}

/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(topbackorg.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
    background-image : url(topbacksub4.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* ナビゲーション */

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

#hpb-nav ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hpb-nav li{
    display: inline-block;
    font-size : 15px;
	margin-right : 5px;
  width : 153px;
  margin-left : 5px;
  height : 80px;
  font-weight : 400;
}

#hpb-nav li a{
    display: block;
    padding-left : 10px;
    padding-right: 10px;
	padding-bottom : 2px;
	border-bottom-width : 0px;
    border-bottom-style : none;
    border-bottom-color : #311800;
	

  margin-top : 35px;
}
#hpb-nav li a:hover{
	border-bottom-color : #cd9c74;
  color : #6f462b;
}
