@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: #FFFFFF; /* 標準文字色 */
    background-color: #FFFFFF;
    background-image : url(bg_11S.png);
    background-position: bottom center;
    background-repeat: repeat-y;
}
/* 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;
}

#hpb-header
{
}

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

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

#hpb-wrapper
{
    position: relative;
}

#hpb-title
{
    height: 130px;
    text-align: left;
    padding-left: 20px;
    background: #FFFFFF;
}


#hpb-main
{
    padding-top: 0px;
    margin-top: 0;
    position: relative;
}

#toppage-item
{
    width: 440px;
    min-height: 550px;
    margin-top: 0;
    margin-left: 0px;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 10px;
}

* html #toppage-item
{
    /* for ie6 */
    width: 600px;
    height: 550px;
    margin-top: 0;
    margin-left: 0px;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 10px;
}

#toppage
{
    min-height: 550px;
    background-color: #4EAB50;
    background-image : url(mainimg_11S.png);
    background-position: 460px 15px;
    background-repeat: no-repeat;
}

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

#toppage-news
{
    width: 600px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}

#toppage-info
{
    width: 180px;
    float: right;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 30px;
    padding-top: 150px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image : url(profileimg_11S.png);
    background-position: 20px 15px;
    background-repeat: no-repeat;
    background-color: #4EAB52;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E5E5E5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E5E5E5;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #E5E5E5;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E5E5E5;
}

#hpb-footer
{
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #008C3E;
}

#hpb-nav
{
    position: absolute;
    top: -1px;
    left: 0px;
    height: 56px;
    overflow: hidden;
    width: 900px;
    text-align: left;
    background-image : url(naviBg_11S.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

* html #hpb-nav
{
    left: -440px; /* for ie6 */
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

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

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

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

#hpb-nav li
{
    display: inline-block;
    height: 40px;
    overflow: hidden;
    width: 100px;
}

* html #hpb-nav li
{
    width: 100px; /* for ie6 */
}

*:first-child + html #hpb-nav li
{
    width: 100px; /* for ie7 */
}

#hpb-nav li a
{
    display: block;
    text-align: left;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 20px;
    background-image : url(menuBg_11S.png);
    background-position: 0px 10px;
    background-repeat: no-repeat;
}

#hpb-nav li span.en
{
}

#hpb-nav li span.ja
{
}


#hpb-nav a:link
{
    color: #FDE000;
    text-decoration: none;
}
#hpb-nav a:visited
{
    color: #FDE000;
    text-decoration: none;
}
#hpb-nav a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
#hpb-nav a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

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


