<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    text-align: center;
    font-size: 12px;
    font-family: 'MS UI Gothic' ;
    background-color: #ddffff;
}
#map {
    margin-top: 0px;
    width: 620px;
    height: 510px;
}
#attention {
    text-align: left;
    margin-top: 0px;
    background-color: #ceceff;
    color: #000000;
    font-size: 12px;
    font-family: 'MS UI Gothic';
    font-weight: normal;
}
.list-header {
    width: 270px;
}
.list-header th {
    background-color: #ceceff;
    color: #000000;
}
#scroll-box {
    overflow: auto;
    height: 495px;
    padding: 0px;
    margin: 0px;
}
#scroll-box-local {
    overflow: auto;
    height: 510px;
    padding: 0px;
    margin: 0px;
}
.list-table {
    width: 270px;
}
.list-table td{
    border: 1px solid #0000ff;
    height: 50px;
}
.list-table td.type-title {
    text-align: left;
    background-color: #ceceff;
    color: #000000;
    height: 35px;
    font-size: 14px;
}
.list-table td.odd-center {
    text-align: center;
    background-color: #ffffff;
    color: #000000;
}
.list-table td.even-center {
    text-align: center;
    background-color: #ffffca;
    color: #000000;
}
.list-table td.odd-left {
    text-align: left;
    background-color: #ffffff;
    color: #000000;
}
.list-table td.even-left {
    text-align: left;
    background-color: #ffffca;
    color: #000000;
}
.map-data {
    margin-top: 7px;
    border: 3px solid #0000ff;
    colspan: 2;
    padding: 0px;
}
.map-data td {
    border: 1px solid #0000ff;
    padding: 5px;
}
.map-data td.title {
    text-align: center;
    background-color: #ceceff;
    color: #000000;
}
.map-area {
    text-align: left;
    margin-left: 30px;
    margin-right: auto;
    background-color: #ceceff;
    border: 1px solid #0000ff;
}
#header {
    text-align: left;
    margin-top: 2px;
    margin-left: 30px;
    margin-right: auto;
    padding: 0px;
    width: 910px;
}
#header td {
    padding: 5px;
}
#header td.link {
    width: 910px;
    border: 1px solid #0000ff;
    text-align: center;
    background-color: #ddffff;
    color: #000000;
}
#header td.title {
    width: 910px;
    text-align: center;
}
#header td.update-block {
    text-align: right;
}

.count {
    color: #ff0000;
    font-weight: bold;
}
#prepare {
    background-color: #000000;
    width: 600px;
    height: 500px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.map-tab {
    width: 920px;
    text-align: left;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: auto;
}
#information {
    width: 620px;
    height: 32px;
    text-align: left;
    color: #000000;
    margin-top: 5px;
}
.icon-descript {    width: 920px;    text-align: left;    margin-top: 5px;    margin-left: 30px;    margin-right: auto;}#icon-description {
    color: #000000;
    font-family: 'MS UI Gothic';
    font-weight: normal;
}
#tab {
    text-align: left;
    position: absolute;
    left:663px;
}
#local_list {
    position: absolute;
    left:663px;
    display: none;
}
#add-tag {
    width: 910px;
    text-align: center;
    margin-left: 30px;
    margin-right: auto;
    color: #000000;
}
</pre></body></html>