@charset "iso-8859-1";

body {
    background-color: #fcefde;
    /*dde4e9*/
}

h2 {
    text-align: center;
}

a {
    text-decoration: none;
}

#wrapper {
    font-family: verdana;
    margin: -8px -8px 0px -8px;
}

#banner {
    width: 100%;
    height: auto;
    max-width: 900px;
    margin: 0px 0px 0px 0px;
    /*-20px 0px 0px -35px; */
}

#header {
    background-color: #fcefde;
    /*558abb*/
    width: 100%;
    color: #000000;
    text-align: center;
    padding: 0px 0px;
}

#main {
    background-color: #ffffff;
    width: 100%;
    max-width: 700px;
    padding: 14px;
    margin: 0 auto;
    word-wrap: break-word;
}

.navlist {
    list-style-image: url("image/highlightdot2.gif");
    line-height: 28px
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}

.footer img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

p {
    margin-bottom: 1.8rem;
}

.h2 {
    font-size: 17px;
    text-align: center;
}