@charset "utf-8";

/*---------- g_header ----------*/

#g_header {
    background: transparent url("/univ/contents/common/img/headerfooter/g-cmn-bg.gif") repeat-x 0 0;
    overflow: hidden;
    zoom: 1;
    padding: 8px 10px 5px;
    border-bottom: 3px solid #0a61a9;
}

#g_header #site_id {
    float: left;
}

#g_header #gh_nav .ghn_li {
    float: right;
    margin-left: 15px;
}

/* ヘルプボタン用 */
#g_header #gh_nav .ghn_li_help {
    float: right;
    /* margin-top: 5px; */
}

i.ghn_help_arrow {
    /* background: url(/univ/contents/common/img/headerfooter/g-cmn-arrow.gif) no-repeat; */
    width: 5px;
    height: 13px;
    background-position: 0 50%;
}

#g_header #gh_nav .ghn_li_help a {
    /*ヘルプボタン用*/
    font: normal 13px "meiryo", sans-serif;
    line-height: 1;
    color: #0070cb;
    margin-right: 10px;
    padding-left: 0.75em;
}

#g_header #gh_nav .ghn_li_help a:hover {
    /*ヘルプボタン用*/
    filter: alpha(opacity=80);
    /*IE*/
    -moz-opacity: 0.8;
    /*Firefox*/
    opacity: 0.8;
    /*Safari,Opera*/
    transition: 0.2s ease-in-out;
    cursor: pointer;
    color: red;
}

/*---------- g_footer ----------*/

#g_footer {
    overflow: hidden;
    zoom: 1;
    padding: 8px 10px 5px;
    border-top: 3px solid #0a61a9;
    font: normal 13px "meiryo", sans-serif;
}

#g_footer #site_copyright {
    float: right;
    font: normal 12px "Arial", sans-serif;
}

#g_footer #gh_nav .ghn_li {
    float: left;
}

a.arw_r,
a.arw_r:visited {
    background: none;
    padding-left: 0;
    margin-right: 15px;
    font: normal 13px "meiryo", sans-serif;
    color: #0070cb;
}

a.arw_r:hover {
    color: red;
}