/*@charset "Shift_JIS";*/
@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
}
/* Safari用ハック 文字サイズ調整 */

html:\66irst-child body{
    font-size: 70%;
}
/* end */

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

/* --------------------------------------------------------
    Layout settings
-------------------------------------------------------- */
#hpb-container{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    /* background-image : url(fbg_9Da.png); */
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

#hpb-header{
    width: 220px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    height: 280px;
}

#hpb-inner{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

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

.hpb-layoutset-01 #hpb-title{
    height: 180px;
    width: 650px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    position: absolute;
    top: -180px;
    left: 250px;
}

.hpb-layoutset-01 #hpb-title-healthservice{
    height: 180px;
    width: 650px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    position: absolute;
    top: -180px;
    left: 250px;
}

.hpb-layoutset-01 #hpb-title-wakogolf{
    height: 180px;
    width: 650px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    position: absolute;
    top: -180px;
    left: 250px;
}

.hpb-layoutset-02 #hpb-title{
    height: 180px;
    width: 650px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    position: absolute;
    top: -180px;
    left: 250px;
}

#hpb-main{
    width: 650px;
    float: right;
    padding-bottom: 0px;
    text-align: left;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 10px;
}

#hpb-aside{
    width: 220px;
    float: left;
    margin-top: 5px;
    padding-bottom: 50px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 5px;
}

#hpb-footer{
    width: 900px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    clear: both;
}

.hpb-layoutset-01 #hpb-nav{
    width: 650px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    top: -280px;
    left: 295px;
}

.hpb-layoutset-02 #hpb-nav{
    width: 650px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    top: -280px;
    left: 295px;
}


/* --------------------------------------------------------
  デザイン設定
-------------------------------------------------------- */
/* 背景設定 */
.hpb-layoutset-01{
    margin-top: -1px;
}

.hpb-layoutset-02{
    margin-top: -1px;
}


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

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

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

#hpb-nav li{
    width: 120px;
    float: left;
    display: block;
    font-size: 13px;
    line-height: 90px;
    height: 90px;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    /* text-align: right; */
    text-align: center;
}

* html #hpb-nav li{
    /* ie6用ハック */
    width: 120px;
}

#hpb-nav li a{
    display: block;
    height: 90px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

* html #hpb-nav li a{
    /* ie6用ハック */
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

#hpb-nav li span.en{
    color: #8483D9;
    display: block;
    line-height: 12px;
    padding-top: 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#hpb-nav li span.ja{
    color: #888888;
    display: block;
    line-height: 12px;
    font-size: 13px;
    padding-top: 35px;
    font-weight: bold;
}

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

#hpb-nav a:hover span.en{
    color: #8483D9;
}
#hpb-nav a:active span.en{
    color: #8483D9;
}

#hpb-nav a:hover span.ja{
    color: #8483D9;
}
#hpb-nav a:active span.ja{
    color: #8483D9;
}

#hpb-nav button:hover span.ja{
    color: #8483D9;
}
#hpb-nav button:active span.ja{
    color: #8483D9;
}

#hpb-nav h3.hpb-c-index{
    height: 1px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #associationinfo{
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

#hpb-inner #associationinfo h3{
    text-align: left;
    font-weight: bold;
    margin-top: 3px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 18px;
    padding-right: 5px;
    /* background-image : url(top_as_info_9Da.png); */
    background-position: 0px 20px;
    background-repeat: no-repeat;
    color: #7F6ED9;
    font-size: 1.2em;
    text-transform: uppercase;
}

#hpb-inner #associationinfo p{
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
}

