table#stationlist {
    width: 864px;
    margin: 24px auto 0 auto;
    border-spacing: 0px;
    border: 1px solid black;
    border-style: outset;
}

table#stationlist th{
    font-weight: normal;
    text-align: center;
    background-color: #dff;
    border: 1px solid black;
    border-style: inset;
    padding: 1%;
}

table#stationlist td{
    border: 1px solid black;
    border-style: inset;
    padding: 1%;
}

table#stationlist td:first-of-type{
    background-color: #dff;
    width: 28%;
}

table#stationlist td:nth-of-type(2){
    width: 24%;
}

table#stationlist td:nth-of-type(3){
    width: 14%;
    text-align: center;
}

table#stationlist td:nth-of-type(n+4){
    width: 12%;
    text-align: right;
}

table#stationlist td:nth-of-type(6){
    width: 10%;
}

div#stationlistlead{
    width: 100%;
    margin: auto;
    text-align: center;
}

div#stationlistlead img{
    width: 528px;
}

div#stationlistlead p{
    text-align: left;
}

div#stationlistnotice{
    width: 816px;
    margin: auto;
}

ul {
    font-size: 95%;
}

#wmap {
    width: 480px;
    margin: auto;
}

#wmap img {
    width: 100%;
}

