* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Tahoma", "Helvetica", "Arial", "hiragino kaku gothic pro", "MalgunGothic Bold";
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
	clear: both;
}

.hidden {
    display: none;
}

div#message {
    position: fixed;
    top: 2em;
    right: 7em;
    max-width: 22em;
    background: #000000;
    color: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2;
    font-size: 1em;
    display: none;
    padding: 0 1em 1em 1em;
}

a#message-close {
    text-align: right;
    cursor: pointer;
    max-width: 22em;
    font-size: 1em;
    color: #6FA5FD;
    font-weight: 700;
    display: block;
}

body {
    width: 68em;
    margin: auto;
}

img {
    border: none;
}

hr.seperator {
    margin-bottom: 1em;
}

.thumbnail {
    width: 90px;
    height: 90px;
    text-align: center;
}

.td-submit {
    text-align: right;
}

input[type=submit] {
    background: url('/media/images/button-background72.jpg') #CECECE repeat-x;
    border: solid 2px #CECECE;
    font-size: 1.2em;
    padding: 0.5em;
    width: auto;
    line-height: 2em;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

input[type=submit]:hover {
    border: solid 2px #333333;
    color: #FFFFFF;
}

input[type=submit]:active {
    background-color: #000000;
    border: solid 2px #99CC00;
    color: #FFFFFF;
}

/* ===== navigation==== */
div#navigation {
    background-color: #666666;
    width: 68em;
    height: 25px;
}

    div#navigation span a:hover {
        text-decoration: underline;
    }

    div#navigation span.nav-left {
        float: left;
        vertical-align: middle;
    }

        div#navigation span.nav-left span.nav-item {
            color: #FFFFFF;
            font-size: 12px;
            margin-left: 1em;
        }

    div#navigation span.nav-right {
        float: right;
        vertical-align: middle;
    }

        div#navigation span.nav-right span.nav-item {
            color: #FFFFFF;
            font-size: 12px;
            margin-right: 1em;
        }

/* ==== main-top ==== */
div#main-top {
    background-color: #18A500;
    height: 20em;
}

/* ===== main-middle ==== */
div#middle-menu {
    background-color: #333333;
    text-align: center;
    line-height: 3em;
    margin-bottom: 1em;
}

    div#middle-menu span.menu-item {
        margin: 0 0.4em 0 0.4em;
    }

        div#middle-menu span.menu-item a {
            color: #FFFFFF;
            font-size: 1.2em;
            text-decoration: none;
        }

        div#middle-menu span.menu-item a span {
            color: #FFFFFF;
           font-weight: bold;
        }

        div#middle-menu span.menu-item strong {
            margin: 0 0.2em 0 0.2em;
            font-size: 1em;
            font-weight: bolder;
        }

        div#middle-menu span.menu-item a:hover {
            color: #FADC84;
        }

        div#middle-menu span.menu-item a span:hover {
            text-decoration: underline;
        }

/* ===== main-bottom ==== */
div#main-bottom {
    background-color: #FFFFFF;
}

/* ===== tail ===== */
div#tail {
    position: relative;
    color: #777777;
    text-align: center;
    font-size: 0.7em;
    margin: 4em 0 1em 0;
}
    div#tail a {
        color: black;
    }

