/* CSS Document */

body {
    background: #E6E6E6 none repeat scroll 0 0;
    font-size: 0.85em;
    min-width: 580px;
}

input, textarea {
    margin: 0.1em 0.2em;
    padding: 0.1em;
}

input, select, textarea {
    margin: 0.2em;
}

#wrap {
    padding: 0 10px 10px;
}

h1 {
    margin-bottom: 10px;
}

#caution {
    background: #FFFFFF none repeat scroll 0 0;
    border: 2px solid #CCCCCC;
    color: #444444;
    font-size: 0.8em;
    padding: 0.5em;
}

#formLayout {
    margin-top: 10px;
    width: 100%;
}

#formLayout th, #formLayout td {
    border-bottom: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 0.2em 0.8em;
}

#formLayout th em {
    color: #CC3300;
    font-size: 0.8em;
    margin-left: 0.2em;
}

#formLayout th span, #formLayout td span {
    color: #666666;
    font-size: 0.8em;
}

.ime-off {
    ime-mode: disabled;
}

#submit {
    cursor: pointer;
    padding: 0.2em;
}

#submitBtn {
    margin-top: 0.5em;
    text-align: center;
}

#footer {
    font-size: 0.8em;
    margin-top: 0.5em;
    text-align: center;
}

#courselist {
    font-size: 0.8em;
}

div#contents {
    text-align: center;
    margin-top: 200px;
}

.FFt>img {
    position: relative;
    top: 3px;
}
