@charset "UTF-8";

#main_contents{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 4em;
}

div.black_bar {
    background-color: #000;
    height: 26px;
}

#main_contents .block{
    margin-bottom: 40px;
    line-height: 2;
}

h3.h3_back {
    color: #1E2C5C;
    border-left: 1px solid #1E2C5C;
    font-size: 22px;
    padding: 4px 0 4px 10px;
    margin-bottom: 10px;
}

#footer {
    background: #191E65;
    color: #ffffff;
    text-align: center;
    padding: 3px 0;
}

footer > #subNav {
    width: 985px;
    margin: 0 auto;
    padding: 0 0 0 15px;
    font-size: 14px;
}

footer > #subNav > p {
    position: relative;
    display: inline-block;
    margin-right: 28px;
    padding-left: 9px;
}

footer > #pageTop {
    position: fixed;
    right: 20px;
    bottom: 15px;
}

footer > #pageTop > a {
    display: block;
    width: 81px;
    height: 81px;
}

footer > #copyRight {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #333333;
    text-align: center;
}