@charset "Shift_JIS";

/* 要素リセット */

body {
    margin: 0;
    padding: 0;
    text-align: center;
    /*文字サイズ変更　75%⇒*/
    font-size: 85%;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    color: #000000;
    /* 標準文字色 */
    min-width: 900px;
}

/* Safari用ハック 文字サイズ調整 */

/*\*/

/*html:first-child body{
    font-size: 70%;
}*/

/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-container {
    background-image: url(fbg_9Ab.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

#hpb-header {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    height: 89px;
}

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

.hpb-layoutset-02 #hpb-wrapper {
    width: 650px;
    padding-top: 25px;
    float: left;
}

.hpb-layoutset-01 #hpb-title {
    height: 260px;
    margin: 0px;
    padding: 0;
}

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

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

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

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

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

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

.hpb-layoutset-01 #hpb-nav {
    width: 900px;
    height: 39px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 0px;
    background-image: url(menuBg_9Ab_01_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #hpb-nav {
    width: 900px;
    height: 39px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 0px;
    background-image: url(menuBg_9Ab_01_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}


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

/* 背景設定 */

.hpb-layoutset-01 {
    background-image: url(bg_9Ab_01.png);
    background-position: 0px 75px;
    background-repeat: repeat-x;
}

.hpb-layoutset-02 {
    background-image: url(bg_9Ab_01.png);
    background-position: 0px 75px;
    background-repeat: repeat-x;
}


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

/* ナビゲーション */

#hpb-nav ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
}

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

#hpb-nav li {
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 38px;
    height: 39px;
    overflow: hidden;
}

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

#hpb-nav li a {
    display: block;
    height: 39px;
    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 {
    display: none;
}


#hpb-nav a:link {
    background-image: url(menuBg_9Ab_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#hpb-nav a:visited {
    background-image: url(menuBg_9Ab_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#hpb-nav a:hover {
    background-image: url(menuBg_9Ab_01_on.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#hpb-nav a:active {
    background-image: url(menuBg_9Ab_01_on.png);
    background-position: right top;
    background-repeat: no-repeat;
}

* html #hpb-nav li a:link {
    /* ie6用ハック */
    background-image: url(menuBg_9Ab_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}

* html #hpb-nav li a:visited {
    /* ie6用ハック */
    background-image: url(menuBg_9Ab_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}

* html #hpb-nav li a:hover {
    /* ie6用ハック */
    background-image: url(menuBg_9Ab_01_on.png);
    background-position: left right;
    background-repeat: no-repeat;
}

* html #hpb-nav li a:active {
    /* ie6用ハック */
    background-image: url(menuBg_9Ab_01_on.png);
    background-position: left right;
    background-repeat: no-repeat;
}

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

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

#hpb-inner #associationinfo {
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #F3F3F3;
}

#hpb-inner #associationinfo h3 {
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
    background-color: #3D8DBB;
    font-size: 1em;
}

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

/* =======================================================
  レスポンシブ設定
======================================================= */

@media screen and (max-width: 568px) {

    body {
        min-width: 0;
    }

    /*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
    #hpb-container {
        background-image: none;
    }

    #hpb-header {
        width: 100%;
        margin-bottom: 0;
        height: auto;
        padding-bottom: 10px;
    }

    #hpb-inner {
        width: 100%;
    }

    .hpb-layoutset-02 #hpb-wrapper {
        width: 100%;
        padding-top: 0;
        float: none;
    }

    .hpb-layoutset-01 #hpb-title {
        height: 160px;
    }

    #hpb-main {
        width: 96%;
        float: none;
        padding-top: 1px;
        padding-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    .hpb-layoutset-01 #hpb-main {
        padding-top: 15px;
    }

    #hpb-aside {
        max-width: 96%;
        float: none;
        margin-top: 0;
        padding-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }

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

    #hpb-footer {
        width: 100%;
        height: auto;
        padding-top: 0;
        border-top-color: #dddddd;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .hpb-layoutset-01 #hpb-nav {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        background-image: none;
        background-color: #fdfdfd;
        border-top-color: #dddddd;
        border-top-width: 1px;
        border-top-style: solid;
        border-bottom-color: #dddddd;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .hpb-layoutset-02 #hpb-nav {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        background-image: none;
        background-color: #fdfdfd;
        border-top-color: #dddddd;
        border-top-width: 1px;
        border-top-style: solid;
        border-bottom-color: #dddddd;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }


    /*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
    /* 背景設定 */
    .hpb-layoutset-01 {
        background-image: none;
    }

    .hpb-layoutset-02 {
        background-image: none;
    }


    /* コンテンツ配置領域 */
    /* ナビゲーション */
    #hpb-nav ul {
        margin-left: 0;
        display: none;
    }

    #hpb-nav ul.toggled-on {
        display: block;
    }

    #hpb-nav li {
        float: none;
        display: block;
        line-height: 1.4;
        height: auto;
        border-top-color: #dddddd;
        border-top-width: 1px;
        border-top-style: solid;
    }

    #hpb-nav li a {
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #hpb-nav a:link {
        background-image: none;
    }
    #hpb-nav a:visited {
        background-image: none;
    }
    #hpb-nav a:hover {
        background-image: none;
        background-color: #efefef;
    }
    #hpb-nav a:active {
        background-image: none;
        background-color: #efefef;
    }

    /*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/
    #hpb-inner #associationinfo {
        margin-top: 20px;
    }
    #hpb-inner #associationinfo h3 {
        padding-right: 15px;
    }

    #hpb-inner #associationinfo p {
        padding-right: 15px;
    }

}
