﻿body {
    -webkit-appearance: none;
    color: #000;
    font-family: Tahoma, sans-serif;
}

form {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
}

.CenterPage {
    width: 1400px;
    background-color: white;
}

.CenterPage, .Header, .Content, .Footer, .Menu {
    width: 949px;
}

    .CenterPage .Header {
        height: 80px;
    }

    .CenterPage .Menu {
        margin: 5px 0px 5px 0px;
        height: 64px;
        background-color: white;
        line-height: 45px;
    }

    .CenterPage .Header .Logo {
        height: 80px;
        width: 120px;
        float: left;
    }

    .CenterPage .Header .Title {
        height: 35px;
        margin-left: 5px;
        padding: 10px 0 0 10px;
    }

    .CenterPage .Content {
        Height: auto;
    }

        .CenterPage .Content .Main {
            Height: auto;
            padding: 10px 0 0 10px;
        }

    .CenterPage .Footer {
        height: 40px;
        clear: both;
        margin-top: 5px;
        text-align: center;
    }

.span {
    margin-bottom: 2px;
    margin-top: 2px;
}

.Freezing {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}

.imgLog {
    vertical-align: central;
}

.menuButtonDiv {
    width: 820px;
    border: none;
    float: right;
    height: 70px;
}

.subButtonDiv {
    width: 230px;
    float: right;
}

.menuButton {
    font-size: 16px;
    border: 1px solid #999;
    border-radius: 4px;
    height: 32px;
    cursor: pointer;
    background-color: #e0e0e0;
    width: 130px;
    color: #000;
    text-align:center;
    vertical-align:central;
}

/* ホバー時 */
.menuButton:hover {
    background-color: #333;     /* ホバー時：濃い色 */
    color: #fff;
    border-color: #333;
}

.menuButton:focus {
    outline: none;
    box-shadow: none;
}

.menuButton:active {
    background-color: #111;
    color: #fff;
}


input[type=submit].logoutButton {
    height: 32px;
    float: right;
    font-size: 16px;
    width: 90px;
    border-radius: 5px;
    border: none;
    background-color: #E6E6E5;
    color: #000;
    text-align:center;
    vertical-align:central;
}

input[type=submit].miniButton {
    font-size: 16px;
    float: right;
    height: 32px;
    border-radius: 5px;
    border: none;
    background-color: #E6E6E5;
    color: #000;
    text-align:center;
    vertical-align:central;
}

.borderDiv {
    width: 100%;
    border: thin solid;
    margin-top: 2px;
}
