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

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

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

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

#hpb-inner{
    position: relative;
    margin-top: 46px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 35px;
    zoom: 1;
    background-image : url(innerBg_10D.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.hpb-layoutset-01 #hpb-inner{
    padding-left: 20px;
    padding-right: 20px;
}

#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#hpb-wrapper{
    width: 600px;
    float: right;
    padding-top: 10px;
}

#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.hpb-layoutset-01 #hpb-title{
    position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
}

.hpb-layoutset-01 #hpb-main{
    margin-left: 0px;
    margin-right: 20px;
    padding-top: 290px;
}

.hpb-layoutset-02 #hpb-main{
    margin-left: 15px;
    margin-right: 5px;
}

#hpb-aside{
    width: 216px;
    float: left;
}
.hpb-layoutset-01 #hpb-aside{
    padding-top: 290px;
}
.hpb-layoutset-02 #hpb-aside{
    margin-right: 0px;
    padding-top: 19px;
}

#hpb-footer{
    clear: both;
    position: relative;
    padding-bottom: 0px;
    background-image : url(footerBg_10D.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 30px;
}
.hpb-layoutset-01 #hpb-footer
{
}
.hpb-layoutset-02 #hpb-footer
{
}

#hpb-nav{
    position: absolute;
    left: 0px;
    height: 46px;
    width: 890px;
    overflow: hidden;
    background-image : url(navBg_10D_01.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    top: -46px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title h2{
    background-image : url(mainimg_10D_02.png);
    text-align: left;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 50px;
    font-size: 14px;
    text-indent: -9999px;
    height: 250px;
}

/* ナビゲーション */
#hpb-nav ul{
    display: block;
    width: 852px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 5px;
    list-style-type: none;
    overflow: hidden;
    height: 35px;
}

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

#hpb-nav li{
    display: block;
    width: 170px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    height: 35px;
    overflow: hidden;
}


#hpb-nav li a{
    display: block;
    padding-top: 0px;
    height: 33px;
    overflow: hidden;
}

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

#hpb-nav li span.ja{
    display: block;
    font-size: 14px;
    line-height: 33px;
    padding-right: 5px;
    font-weight: bold;
    padding-top: 4px;
}

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

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset-01 #toppage p{
    background-color: #ffebeb;
    padding-top: 10px;
    padding-right: 22px;
    padding-bottom: 25px;
    padding-left: 22px;
    margin-bottom: 0;
    margin-top: 0;
}
.hpb-layoutset-01 #toppage p.large{
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #ff6c6c;
}


.hpb-layoutset-01 #pagetop{
    width: 580px;
    margin-left: 0;
}
#pagetop a{
    /* 先頭に戻るボタンの左右設定 */
    margin-left: auto;
    margin-right: 10px;
}
.hpb-layoutset-02 h2{
    /* コンテンツタイトルの左右設定 */
    margin-right: auto;
    margin-left: 2px;
}
