@charset "utf-8";

/* ヘッダー */
#header {
    background-color: #4169E1;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
}

#header #logo {
    width: 105px;
    height: 50px;
    background-color: #FFFFFF;
    margin: 5px 0 0 5px;
    float: left;
}

#header #title {
    height: 50px;
    line-height: 50px;
    font-size: 150%;
    color: #FFFFFF;
    margin: 5px 0 0 5px;
    float: left;
    font-weight: normal;
}

#header #menu-title {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 80%;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    margin: 5px 5px 0 0;
    float: right;
} 

#header #menu {
    width: 130px;
    height: 180px;
    background-color: #4169E1;
    list-style-type: none;
    position: fixed;
    top: 65px;
    right: 5px;
}

#header #menu li {
    line-height: 30px;
    padding-left: 5px;
}

#header #menu li.select {
    background-color: #0000FF;
    color: #FFFFFF;
}
#header #menu li a {
    text-decoration: none;
    color: #FFFFFF;
}

/* コンテンツ */

#contents {
    color: #696969;
    /*min-height: 100%;*/
    margin-top: 60px;
    /*margin-bottom: 50px;*/
    padding: 5px;
    font-size: 70%;
}

#contents h1 {
    font-size: 200%;
    font-weight: bold;
}
#contents #school #name {
    font-size: 120%;
    font-weight: bold;
    /*
    position: relative;
    bottom: 35px;
    left: 170px;*/
}
#contents #school #name a {
    text-decoration: underline;
}
#contents #school #explain {
    /*width: 600px;*/
    margin-top: 20px;
}

#contents #school #saturday {
    width: 250px;
    height: 58px;
    margin-top: 20px;
    border: 3px solid #B0E0E6;
}
#contents #school #sunday {
    width: 250px;
    height: 58px;
    margin-top: 10px;
    border: 3px solid #FFC0CB;
}
#contents #school #monday {
    width: 250px;
    height: 58px;
    margin-top: 10px;
    border: 3px solid #90EE90;
}
#contents #school .week {
    width: 100px;
    float: left;
    margin-top: 20px;
}

#contents #school ul {
    float: left;
    list-style-type: none;
}
#contents #school #explain2 {
    margin-top: 20px;
}
#contents #school #price {
    margin-top: 20px;
}

#contents #school #contact {
    /*width: 750px;*/
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
#contents #school #contact #phone {
    color: #FF0000;
    font-weight: bold;
}

#contents #school #pass {
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}


#contents #makeru #explain {
    /*width: 600px;*/
    margin-top: 5px;
}
#contents #makeru #plan {
    /*width: 750px;*/
    margin-top: 20px;
}
#contents #makeru #plan ul {
    margin-left: 20px;
}
#contents #makeru #price {
    margin-top: 20px;
}
#contents #makeru #contact {
    /*width: 750px;*/
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
#contents #makeru #contact #phone {
    color: #FF0000;
    font-weight: bold;
}

/*
#contents #news #infomation {
    margin-top: 10px;
    list-style-type: none;
    margin-bottom: 50px;
}
#contents #news #infomation li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #696969;
}
#contents #news #infomation li .date {
    margin-right: 50px;
}
*/


#contents #gallery {
    /*width: 1008px;*/
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#contents #gallery .clear {
    clear: both;
}
#contents #gallery .item {
    width: 200px;
    float: left;
    margin-left: 25px;
    margin-top: 50px;
    margin-right: 25px;
}
#contents #gallery .item .image {
    width: 200px;
    height: 200px;
    border: 1px solid #696969;
}
/*#contents #gallery .item .image img {
    margin-top: 5px;
    margin-left: 5px;
}*/


#contents #gallery .item .title {
    width: 200px;
    text-align: center;
    /*font-size: 78%;*/
}

#contents #profile #explain {
    /*width: 600px;*/
    margin-top: 5px;
}

#contents #profile #reki {
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}

#contents #profile #hyouka {
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}

#contents #inquiry #explain {
    /*width: 600px;*/
    margin-top: 30px;
}

/* フッター */
#footer {
    background-color: #4169E1;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 20px;
    font-size: 80%;
}
#footer #copyright {
    color: #FFFFFF;
    position: relative;
    top: 10px;
}
