@charset "Shift_JIS";

/* 要素リセット */
body{
    margin : 0px;
    padding: 0;
    text-align : left;
    font-size : 80%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : #ffffff; /* 標準文字色 */
    min-width: 1200px;
	background-color : #1d1b1a;
  background-image : url(../image/arrow_1D1.png);
  background-repeat : no-repeat;
  background-position : left center;
  position : absolute;
  float : none;
  clear : none;
  overflow : auto;
  visibility : visible;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

IMG{
    border-top : 0px none;
    border-right : 0px none;
    border-bottom : 0px none;
    border-left : 0px none;
  text-align : right;
  float : none;
}

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

#hpb-main{
    width : 649px;
    float: left;
    text-align: left;
    padding-bottom: 20px;
	margin-left: 114px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 470px;
	
}
.hpb-layoutset-02 #hpb-main{
    margin-top: 210px;
	background-image : url(../image/topicsBg_1D1.png);
    background-position: top left;
    background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 24px;
	background-color: #262423;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	width: 608px;
}

#hpb-aside{
    width: 269px;
    float: right;
    text-align: left;
	padding-bottom: 20px;
	padding-right: 113px;
}
.hpb-layoutset-01 #hpb-aside{
	padding-top: 480px;
}
.hpb-layoutset-02 #hpb-aside{
	padding-top: 207px;
}

#hpb-footer{
    clear: both;
}


#hpb-nav{
    position: absolute;
	top: 376px;
	left: 115px;
	width: 972px;
}
.hpb-layoutset-02 #hpb-nav{
	top : 117px;
}

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

.hpb-layoutset-02{
	background-image : url(../image/bg_1D1_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
    width : 1200px;
    height : 360px;
    background-repeat: no-repeat;
    background-position : center;
    position : absolute;
    top: 5px;
    left: 0px;
    padding-left : 150px;
}

.hpb-layoutset-02 #hpb-title{
	width: 1200px;
	height: 100px;
	background-image: url(../image/topimage/topimage_99.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0px;
    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: 49px;
	overflow:hidden;
}


#hpb-nav li{
    display: inline-block;
    font-size: 11px;
	letter-spacing: 0.1em;
}

#hpb-nav li a{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
	height: 49px;
	line-height: 49px;
	
}
#hpb-nav li a:hover{
	background-image : url(../image/mainmenu_1D1_01_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}
