html {
    color: #000;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}


h1 {
    padding-left: 10px;
    border-left: solid 15px #000;
    color: #000;
}

legend {
    text-align: center;
    font-size: 30px;
}

fieldset {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 600px;
}

#submit {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    width: 130px;
    height: 40px;
    border: solid 1px #f13d2f;
    color: #ffffff;
    background-color: #f13d2f;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

#submit:hover{
    background-color: #fff;
    border: solid 1px #f13d2f;
    color: #f13d2f;
}

.exit {
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #000;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 30px;
    font-size: 18px;

}

.exit:visited {
    color: #000;
}

#message {
    font-size: 21px;
}

#cancel-form dt {
    text-align: right;
    width: 150px;
    height: 30px;
    font-size: 20px;
}

#cancel-form dl {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#cancel-form dd {
    margin-left: 20px;
    text-align: left;
    color: #000000;
}

a.link , a#top , a#logout {
    border-color: #000;
    color: #000;
}

a.link:visited , a#top:visited , a#logout:visited {
    border-color: #000;
    color: #000;
}

a.list{
    text-decoration: none;
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #223a70;
    margin-left: 5px;
}

#fitslogo img {
    border-radius: 8px;
}

.logo {
    text-indent: 0rem;
    text-align: center;
}