﻿* {
    margin: 0;
    padding: 0;
}

html,
body,
#box {
    height: 100%;
    width: 100%;
}

body {
    font-family: Georgia;
    background-color: #EAF2FF;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#box {
    display: table;
    margin: 0 auto;
    position: relative;
}

    #box > div {
        display: table-row;
    }

#header {
    height: 100px;
}

    #header .logoContainer {
        margin: 50px auto;
        width: 600px;
        position: relative;
    }

        #header .logoContainer .logo {
            width: 100px;
            height: 60px;
            position: absolute;
            left: 0;
            top: 0;
        }

        #header .logoContainer .title {
            width: 500px;
            height: 60px;
            position: absolute;
            left: 100px;
            top: 0;
        }

#content {
    margin: 0 auto;
    position: relative;
    display: table; 
}

.loginContent {
    border-collapse: collapse;
    width: 550px;
    margin: 0 auto;
    background-color: #EAF2FF;
    height: 300px;
    padding: 25px;
}

    .loginContent .loginBox {
        border: solid 1px #89AEE5;
        margin: 50px auto;
        padding: 5px;
        width: 400px;
        height: 150px;
    }

        .loginContent .loginBox tr {
            height: 45px;
        }


.signoutText {
    margin-top: 100px;
    width: 100%;
    display: block;
    float: left;
}

#footer {
    height: 150px;
}

    #footer .text {
        margin: 20px auto 0px auto;
        text-align: center;
        width: 400px;
        height: 20px;
    }

.pre {
    white-space: pre-wrap; /* CSS-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    　word-wrap: break-word;
}

.pre_compatible_text {
    line-height: 14px;
    font-size: 10pt;
    color: rgb(136, 136, 136);
    text-align: left;
    overflow: hidden;
    float: left;
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.loginLb {
    font-size: 16px;
    font-weight: bold;
}

.loginIn {
    font-size: 16px;
    font-weight: bold;
}

.line {
    margin: 0 auto;
    width: 650px;
    height: 1px;
    border-bottom: #89AEE5 2px solid;
}


#header .line {
    height: 80px;
}
