@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: #723918; /* 標準文字色 */
    background-image : url(bg_10Aa.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: 900px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 15px;
}

#hpb-header{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-image : url(headerBg_10Aa.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 33px;
    padding-bottom: 8px;
}

#hpb-inner{
    position: relative;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    zoom: 1;
}

.hpb-layoutset-01 #hpb-inner{
    padding-top: 0;
}

.hpb-layoutset-02 #hpb-inner{
    padding-top: 100px;
}

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

#hpb-wrapper{
    position: relative;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 660px;
    float: right;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #d4c9bf;
}

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

.hpb-layoutset-01 #hpb-title{
    padding-bottom: 75px;
    background-image : url(topTitleBg_10Aa_01.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.hpb-layoutset-01 #hpb-main{
    width: 660px;
    float: right;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #d4c9bf;
}

.hpb-layoutset-02 #hpb-main{
    margin-left: 15px;
    margin-top: -10px;
}

#hpb-aside{
    width: 190px;
    float: left;
}

#hpb-footer{
    clear: both;
    position: relative;
    padding-bottom: 30px;
    background-image : url(footerBg_10Aa.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

#hpb-nav{
    position: absolute;
    left: 0px;
    width : 900px;
    overflow: hidden;
}

.hpb-layoutset-01 #hpb-nav{
    top: 240px;
    height : 152px;
}

.hpb-layoutset-02 #hpb-nav{
    top: -15px;
    height: 105px;
    background-image : url(topTitleBg_10Aa_01.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title H2{
    height: 272px;
    background-image : url(../../../2014/04/04-29/kousya1-2.jpg);
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

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

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

#hpb-nav LI{
    display: block;
    width: 172px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    height: 70px;
    overflow: hidden;
    background-image : url(navItemBg_10Aa_02.png);
    background-position: top center;
    background-repeat: no-repeat;
}


#hpb-nav li a{
    display: block;
    padding-top: 20px;
}

#hpb-nav li span.en{
    display: block;
    line-height: 9px;
    font-size: 10px;
    text-transform: uppercase;
    color: #1C2F90;
}

#hpb-nav li span.ja{
    display: block;
    font-size: 14px;
    line-height: 28px;
}

#hpb-nav a:link{
    color: #ffffff;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #ffffff;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #1C2F90;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #1C2F90;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset-01 #toppage{
    margin-left: 15px;
}

#pagetop a{
    /* 先頭に戻るボタンの左右設定 */
    margin-left: auto;
    margin-right: 0;
}

.hpb-layoutset-02 h2{
    /* コンテンツタイトルの左右設定 */
    margin-right: 5px;
    margin-left: auto;
}
