@charset "utf-8";

#contents {
    width: 914px;
    max-width: 100%;
}

#contents #title {
    width: 186px;
    max-width: 100%;
    height: 72px;
    background-image: url(../img/top_logo.jpg);
    margin-top: 5px;
    color: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#contents #titleline {
    width: 296px;
    max-width: 100%;
    height: 21px;
    background-image: url(../img/top_title_line.jpg);
    margin-top: 8px;
}

#contents #break {
    height: 20px;
}

#contents #school,
#contents #makeru,
#contents #gallery,
#contents #profile,
#contents #inquiry {
    width: 457px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    float: left;
}

#contents #school img,
#contents #makeru img,
#contents #gallery img,
#contents #profile img,
#contents #inquiry img {
    vertical-align: middle;
}

#contents #school-title,
#contents #makeru-title,
#contents #gallery-title,
#contents #profile-title,
#contents #inquiry-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 120%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#contents #school-title {
    position: absolute;
    top: 50%;
    left: 53%;
}

#contents #makeru-title {
    position: absolute;
    top: 44%;
    left: 50%;
}

#contents #gallery-title {
    position: absolute;
    top: 67%;
    left: 33%;
}

#contents #profile-title {
    position: absolute;
    top: 48%;
    left: 52%;
}

#contents #inquiry-title {
    position: absolute;
    top: 7%;
    left: 42%;
}

#copyright {
    width: 914px;
    max-width: 100%;
    text-align: center;
    clear: both;
    padding: 20px 0;
    font-size: 80%;
}
