body  {
    font-size: 16px;
    text-align: center;
    font-family: '‚l‚r ‚oƒSƒVƒbƒN' ;
    background-color: #e1ffff;
    background-attachment: fixed;
}
h1 {
    font-size: 20px;
    color: #000000;
}
img {
    border: none;
}
#container {
    text-align: center;
    width: 100%;
}
#update {
    text-align: right;
    width: 100%;
}
.update-time {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}
.update-next {
    font-size: 16px;
    font-weight: bold;
    color: #0000ff;
}
#navi {
    width: 100%;
    text-align: center;
    margin: 15px 0px 30px;
    color: #000000;
}
#navi-footer {
    width: 100%;
    text-align: center;
    margin: 15px 0px 30px;
    color: #000000;
}
.description {
    color: #000000;
}
.menu {
    text-align: left;
}
#contents {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.contact {
    text-align: center;
}
#station-box {
    width: 100%;
}
.station-block {
    margin-bottom: 20px;
}
.station-table {
    border: 3px solid #015f96;
    font-size: 16px;
    width: auto;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.station-table th {
    white-space: nowrap;
    border: 1px solid #015f96;
    background-color: #008ed2;
    color: #ffffff;
}
.station-table td {
    border: 1px solid #015f96;
    text-align: center;
}
.station-table td.odd {
    background-color: #ffffff;
    color: #000000;
}
.station-table td.even {
    background-color: #e8ffe6;
    color: #000000;
}
.station-table td.leftodd {
    text-align: left;
    background-color: #ffffff;
    color: #000000;
}
.station-table td.lefteven {
    text-align: left;
    background-color: #e8ffe6;
    color: #000000;
}
.company-station-table {
    border: 3px solid #015f96;
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 540px;
}
.company-station-table td {
    border: 1px solid #015f96;
}
.company-station-table td.icom1 {
    background-color: #008ed2;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.company-station-table td.icom2 {
    background-color: #008ed2;
    color: #ffffff;
    text-align: left;
    width: 170px;
}
.company-station-table td.icom3 {
   background-color: #e8ffe6;
   color: #000000;
    text-align: left;
}
#image-box {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
}
.image-block {
    margin-bottom: 20px;
}
.image-table {
    border: 3px solid #015f96;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
}
.image-table td.even {
    border: 1px solid #015f96;
    font-weight: bold;
    font-size: 18px;
    background-color: #e8ffe6;
    color: #000000;
    width: 160px;
}
.image-table td.odd {
    border: 1px solid #015f96;
    font-weight: bold;
    font-size: 18px;
    background-color: #ffffff;
    color: #000000;
    width: 25%;
}
.image-table td.odd-img {
    border: 1px solid #015f96;
    font-weight: bold;
    font-size: 18px;
    background-color: #e8ffe6;
    color: #000000;
    width: 160px;
    height: 160px;
}
.image-table td.yachin {
    border: 1px solid #015f96;
    font-weight: bold;
    font-size: 18px;
    background-color: #008ed2;
    color: #ffffff;
    width: 160px;
}
#footer {
    margin-bottom: 20px;
    width: 640px;
    margin-right: auto;
    margin-left: auto;
}
.address {
   text-align: left;
}
a:link { color: #0000ff }
a:visited { color: #800080 }
