@charset "UTF-8";
body {
    background-color: #E2E2E2;
    background-repeat: repeat-x;
    margin-top: 0px;
    background-image: url(image/border02.gif);
}
#container {
    width: 900px;
    height: 2000px;
    font-family: "ヒラギノ角ゴシック W1";
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
#container #header {
    width: 900px;
    float: left;
    height: 250px;
}
#header #Logo_area {
    width: 235px;
    height: 250px;
    float: left;
    display: inline-block;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 30px;
}
#header #Mark_area {
    width: 500px;
    height: 240px;
    float: right;
    margin-right: 130px;
    margin-top: 5px;
}
#container #content {
    width: 900px;
    float: left;
    height: 1000px;
}
div #content #MainBox {
    width: 260px;
    height: 1500px;
    margin-top: 10px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#MainBox .MainTitle h2 {
    font-size: small;
    margin-top: 10px;
    background-color: #547F95;
    color: #DFDFDF;
    width: 260px;
    height: 20px;
}
.banner p img {
    float: none;
    margin-left: 47px;
}
#content #MainBox h3 {
    width: 260px;
    height: 20px;
    background-color: #547F95;
    color: #DFDFDF;
    font-size: small;
}
#container #footer {
    width: 900px;
    float: left;
    font-size: small;
}
