@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 85%;
    font-family: 'SimSun','MS UI Gothic','Hei','sans-serif';
    color: #000000; /* 標準文字色 */
    min-width: 960px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    background-image : url(../image/bg_img_footer.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

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

#hpb-inner{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
    padding-top: 46px;
}

#hpb-wrapper{
    padding-top: 1px;
}

.hpb-layoutset-01 #hpb-title{
    height: 350px;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.hpb-layoutset-02 #hpb-title{
    height: 135px;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    zoom: 100%;
}

.hpb-layoutset-02 #hpb-title h2{
    padding-left: 0;
}
/* コンテンツ左時のインデント設定 */


#hpb-main{
    text-align: left;
    width: 900px;
    margin-left: auto;
    float: left;
    padding-bottom: 50px;
}

#hpb-aside{
    width: 242px;
    float: right;
    padding-bottom: 50px;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}

*:first-child + html #hpb-aside{
    float: none; /* for IE7 */
}


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

#hpb-footer{
    width: 960px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#hpb-nav{
    width: 960px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}



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

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


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

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

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

#hpb-nav li{
    display: block;
    width: 137px;
    float: left;
    height: 35px;
    text-align: center;
}

#hpb-nav li a{
    display: block;
    height: 35px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    background-image : url(../image/main_btn_bg_img.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#hpb-nav li span.ja{
    margin-top: 9px;
    display: block;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 18px;
}

#hpb-nav li span.en{
    display: block;
    font-size: 9px;
    line-height: 9px;
}

#hpb-nav li span.cn1{
    margin-top: 9px;
    display: block;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 18px;
}

#hpb-nav li span.cn2{
    margin-top: 9px;
    display: block;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 18px;
}

#hpb-nav a:link
{
}
#hpb-nav a:visited
{
}
#hpb-nav a:hover
{
}
#hpb-nav a:active
{
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

