@charset "Shift_JIS";

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

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

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

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

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

  background-color : white;
  padding-left : 40px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 430px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 200px;
}

#hpb-aside{
    text-align : center;
	padding-top : 0px;
	padding-bottom: 20px;
}

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

#hpb-footer{
    clear: both;
}


#hpb-nav{
    height : 30px;
    overflow: hidden;
    position: absolute;
    top: 28px;
    left: 0px;
  font-size : 85%;
}


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

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

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

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

.hpb-layoutset-02{
    background-image : url(bg_1C1_02.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: 10px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	}

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

#hpb-nav li{
    display: inline-block;
	margin-right : 20px;
}

#hpb-nav li a{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 4px;
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #585858;
	
}
#hpb-nav li a:hover{
	border-bottom-color: #288bd7;
}
