﻿body {
    font-family: "Gill Sans MT";
    width: 920px;
    margin: 0 auto;
    background-color: #C0C0C0;
    padding-left: 120px;
    padding-top: 30px
}

#navi-box {
    text-align: left;
    width: 800px;
    font-weight: bold;
}

#logo-box {
    float: left;
    width: 40%;
    text-align: left;
}

#navi-link-box {
    float: right;
    width: 60%;
    text-align: right;
}

.logo-style1 {
    color: white;
    font-size: xx-large;
    text-decoration: none;
}

.logo-style2 {
    color: black;
    font-size: small;
    text-decoration: none;
}

.navi-link-invisible-style {
    font-size: xx-large;
    color: #C0C0C0;
}

.navi-link-style {
    font-size: small;
    margin-left: 15px;
    color: gray;
    text-decoration: none;
}

.navi-link-style:hover {
    color: white;
}

.navi-style:link {
    background-color: #FFCC66;
    color: #0000CC;
    text-decoration: none;
}

#fader-box {
    margin-top: 65px;
    margin-bottom: 15px;
    height: 15px;
    text-align: right;
    width: 800px;
    font-weight: bold;
}

#label-box {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    width: 800px;
}

.label-style {
    font-size: medium;
    color: gray;
    white-space: nowrap;
}

.image-style {
    max-width: 800px;
    height: auto;
    text-align: left;
}

img {
    border: 1px solid #FFFFFF;
}

figcaption {
    font-size: medium;
    color: gray;
    width: 200px;
    text-align: center;
}

.img150 {
    float: left;
    width: 150px;
    padding: 3px;
    font-size: 0.7em;
}