@charset "utf-8";
body {
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
}
#header {
    background-color: #454649;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
a {
    text-decoration: none;
}

#header .navi {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#header .navi ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#header .navi ul li {
    float: left;
}
#header .navi-line {
    clear: both;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
}




#title-area {
    background-color: #CCC;
    background-image: url(../pict/top/top-background.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
    width: 1000px;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-position: center top;
}
#contents {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}
#contents .navi-line {
    clear: both;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
}
#contents .copy {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
#footer {
    background-color: #FFF;
    margin-top: 10px;
}
#footer .under-menu {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #378E8C;
    line-height: 20px;
    font-size: 12px;
}
#footer .under-menu a {
    color: #378E8C;
    text-decoration: none;
}

#footer .copyright {
    font-size: 12px;
    text-align: right;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 12px;
}
