@charset "Shift_JIS";

/* 要素リセット */
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size : 80%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : rgb(102, 102, 102); /* 標準文字色 */
    background-color : rgb(235, 236, 240);
    background-image : url(topBg_8Bc_03.png);
    background-position: top center;
    background-repeat: repeat-x;
  line-height : 1.6em;
  
}
/* 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
{
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

#hpb-inner
{
    position: relative;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 40px;
    zoom: 1;
}

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

#hpb-wrapper
{
    width: 660px;
    float: right;
    min-height: 200px;
    margin-top: 55px;
}

.hpb-layoutset-02 #hpb-wrapper
{
    margin-top: 60px;
}

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

#hpb-main
{
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
}

#hpb-aside
{
    width: 220px;
    float: left;
    margin-top: 60px;
}

#hpb-footer
{
    clear: both;
    position: relative;
    padding-bottom: 30px;
}

#hpb-nav
{
    width: 900px;
    height: 30px;
    overflow: hidden;
    padding-bottom: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image : url(menuBg_8Bc_03_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */

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

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

#hpb-nav li
{
    width: 180px;
    height: 35px;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

#hpb-nav li a
{
    display: block;
    padding-left: 0px;
    padding-right: 5px;
    line-height: 35px;
    text-align: center;
}

#hpb-nav li span.en
{
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    overflow: hidden;
    text-transform: capitalize;
}

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

#hpb-nav a:link
{
    color: #625F5A;
    text-decoration: none;
    background-image : url(menuBg_8Bc_03.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#hpb-nav a:visited
{
    color: #625F5A;
    text-decoration: none;
    background-image : url(menuBg_8Bc_03.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#hpb-nav a:hover
{
    color: #53A75B;
    text-decoration: none;
    background-image : url(menuBg_8Bc_03.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}
#hpb-nav a:active
{
    color: #53A75B;
    text-decoration: none;
    background-image : url(menuBg_8Bc_03.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

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

#pagetop a
{
    /* 先頭に戻るボタンの左右設定 */
}

