@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: #333; /* 標準文字色 */
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    margin-top: -1px;
	background-image : url(headerBg_02_8F.png);
    background-position: top left;
    background-repeat: repeat-x;
}

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

#hpb-header:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#hpb-inner{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
    padding-bottom: 20px;
}

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

#hpb-wrapper{
	width: 703px;
	float: right;
	padding-top: 5px;
}


#hpb-main{
    margin-top: 15px;
	width: 703px;
    float: right;
}
.hpb-layoutset-02 #hpb-main{
	margin-top: 0;
}

#hpb-aside{
    width: 229px;
    float: left;
	padding-top: 20px;
}

#hpb-footer{
    clear: both;
	background-image : url(footerBg_8F.png);
    background-position: top left;
    background-repeat: repeat-x;
	padding-top: 44px;
}

#hpb-nav{
    width: 229px;
	float: left;
	padding-top: 5px;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* ナビゲーション */
#hpb-nav ul{
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    list-style-type: none;
}

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

#hpb-nav li{
    margin-left: 0;
    margin-right: 0;
	margin-bottom: 1px;
	padding-right: 0px;
    height: 45px;
	width: 231px;
    overflow: hidden;
	text-align: left;
	background-image : url(mainmenuBg_8F.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-nav li a{
    display: block;
	height: 45px;
	line-height: 45px;
    padding-left: 25px;
    padding-right: 25px;
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav a:link{
    color: #000000;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #000000;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #000000;
    text-decoration: none;
	background-image : url(mainmenuBg_on_8F.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    color: #000000;
    text-decoration: none;
	background-image : url(mainmenuBg_on_8F.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/* トップページ */

.hpb-layoutset-01 #hpb-title h2{
	width: 692px;
    height: 276px;
    background-image : url(top_mainimg_02_8F.png);
	background-repeat: no-repeat;
}
.hpb-layoutset-02 #hpb-title{
	padding-left: 6px;
}