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

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width:1010px;
    margin-top:0;
    margin-right:auto;
    margin-bottom:0;
    margin-left:auto;
    position: relative;
}

#hpb-header{
    height: 120px;
    background-image : url(image/header_Bg.png);
    background-position:center top;
    background-repeat:no-repeat;
}

#hpb-inner{
    padding-top:0;
    padding-right:0;
    padding-bottom:20px;
    padding-left:0;
    background-image : url(image/f_Bg.png);
    background-position:center top;
    background-repeat:repeat-y;
    clear: both;
}

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

.hpb-layoutset-01 #hpb-wrapper{
    width: 701px;
    float: right;
    margin-top:340px;
    margin-right:35px;
    margin-bottom:0;
    margin-left:auto;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 701px;
    float: right;
    margin-top:40px;
    margin-right:35px;
    margin-bottom:0;
    margin-left:auto;
}

.hpb-layoutset-01 #hpb-title{
    position:absolute;
    left:32px;
    top:120px;
    width:943px;
    height:320px;
}

.hpb-layoutset-02 #hpb-title
{
}

.hpb-layoutset-01 #hpb-title h2{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    width:943px;
    height:320px;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(image/top_maine_img.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#hpb-main
{
}

.hpb-layoutset-01 #hpb-main
{
}

#hpb-aside{
    width: 231px;
    float: left;
    margin-top:340px;
    margin-right:auto;
    margin-bottom:0;
    margin-left:32px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 40px;
}

#hpb-footer{
    position:relative;
    height: 118px;
    clear: both;
    background-image : url(footer_Bg.png);
    background-position:center top;
    background-repeat:no-repeat;
}

.hpb-layoutset-01 #hpb-nav{
    width: 700px;
    height: 42px;
    position: absolute;
    top: 68px;
    left: 275px;
}

.hpb-layoutset-02 #hpb-nav{
    width: 700px;
    height: 42px;
    position: absolute;
    top: 68px;
    left: 275px;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(image/bg_s.png);
    background-position:left top;
    background-repeat:repeat;
}

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


/* コンテンツ配置領域 */

/* ナビゲーション */



#hpb-nav li{
    float: left;
    display: inline;
    font-size: 11.5px;
    line-height: 42px;
    height: 42px;
}

* html #hpb-nav li
{
    /* ie6用ハック */
}

#hpb-nav li a{
    display: block;
    height: 42px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

* html #hpb-nav li a
{
    /* ie6用ハック */
}


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


#hpb-nav a:link{
	background-image : url(image/mainmenu_banner.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#hpb-nav a:visited{
	background-image : url(image/mainmenu_banner.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#hpb-nav a:hover{
	background-image : url(image/mainmenu_banner_on.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#hpb-nav a:active{
	background-image : url(image/mainmenu_banner_on.png);
	background-position: center top;
	background-repeat: no-repeat;
}

* html #hpb-nav li a:link
{
    /* ie6用ハック */
}
* html #hpb-nav li a:visited
{
    /* ie6用ハック */
}
* html #hpb-nav li a:hover
{
    /* ie6用ハック */
}
* html #hpb-nav li a:active
{
    /* ie6用ハック */
}
