
.un_left{
    float:left
}

.un_right{
    float:right
}

.un_clear{
    clear:both;
}

body {
    margin: 0;
}

#container{
    width           :100%;
    height          :100%;
    position: relative;
    height: auto !important;
    height          :100%;
    min-height      :100%;
    min-width       :1px;
}

#header{
    width           :100%;
    height    :150px;
    min-height:1px;
    min-width:1px;
    background-color: white;
}

#head_center{
    position: absolute;
    left: 0;
    right: 0;
    margin    :auto;
    width     :1000px;
    height    :150px;
    background-color: white;
    min-height:1px;
    min-width :1px;
}

#navi{
    height       :35px;
    min-height   :1px;
    width        :100%;
    /*background   : linear-gradient(#badcad,#98d98e);*/
    background    :linear-gradient(#37a34a,#578a3d);
    background    :linear-gradient(#badcad,#98d98e);
    border-top   :solid 1px #98d98e;
    border-bottom:solid 1px #88cb7f;
}

#button_area{
    position: absolute;
    left          : 0;
    right         : 0;
    margin        :auto;
    width         :1000px;
    height        :35px;
    min-height    :1px;
    min-width     :1px;
    /*background    : linear-gradient(#badcad,#98d98e);*/
    background    :linear-gradient(#37a34a,#578a3d);
    background    :linear-gradient(#badcad,#98d98e);
    border-top    :solid 1px #98d98e;
    border-bottom :solid 1px #88cb7f;
}

.un_button{
    margin-top    :-2px;
    width         :109px;
    height        :35px;
    /*background    :linear-gradient(#badcad,#98d98e);*/
    background    :linear-gradient(#37a34a,#578a3d);
    background    :linear-gradient(#badcad,#98d98e);
    border        :solid 1px #d6e9ca;
    /*color         :#005243;*/
    color         : white;
    cursor        :pointer
    font-weight   : bold; 
    font-family   : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}

.un_button:hover{
    transition    :0.5s ;
    background    :linear-gradient(#bee0c2,#a7d28d);
    color         :#004d25;
    cursor        :pointer
}

.char_center{
    font-family   : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans    -serif;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}

#content{
    height    :100%;
    width     :100%;
    overflow  :auto;
    min-height:1px;
}

#center{
    position: absolute;
    left: 0;
    right: 0;
    margin    :auto;
    width     :1000px;
    height    :100%;
    background-color: white;
    min-height:1px;
    min-width :1px;
}

a.overwhite{
    background-color:#ffffff;
    display:block;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}





.un_navi{
    position:absolute;
　　height:50px;
　　z-index:1;
　　width: 100%;
    background-color: red;
    min-height:1px;
    min-width :1px;

}

#footer {
    background    :linear-gradient(#badcad,#98d98e);
    text-align: right;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 15px;
}

.long_title{
    margin-top:10px;
    margin-left:25px;
    width:950px;
    background    :linear-gradient(#6c9bd2,#a2c2e6);
    color:white;
}

.sc_title{
    margin-top:15px;
    margin-left:75px;
    width:450px;
    height:20px;
    background    :linear-gradient(#bccddb,#bbdbf3);
    color:white;
    border-radius:10px; 
}

.sc_title_m{
    margin-top:15px;
    margin-left:75px;
    width:360px;
    height:20px;
    background    :linear-gradient(#bccddb,#bbdbf3);
    color:white;
    border-radius:10px; 
}

.sc_title_s{
    margin-top:15px;
    margin-left:75px;
    width:225px;
    height:20px;
    background    :linear-gradient(#bccddb,#bbdbf3);
    color:white;
    border-radius:10px; 
}

.explain_content{
    color:#202f55;
    font-family   : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 20px;

}


.explain_content_link{
    margin-left   : 25px;
    font-family   : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 20px;
    cursor     :pointer

}


.explain_content_link:hover{
    color:#c1ab05;

}
















