body{
    margin: 0;
    padding: 0 8 8 8;
}

#BASE_01 {
/*    font-size: x-small; */
}

td.base_01{
/*    font-size: x-small; */
}

/* 一番上の駅名入力 */
.st_inp_text{
    color: #000000;
    font-style:normal;
    font-size:larger;
    font-weight:bold;
    border-bottom:solid 2px red;
}

table.st_inp_form{
    height: 100%;
    border: solid 1px #c0c0c0;
    background-color: #ffdddd;
}


/* 一番上の「http://○○○駅.jp」の表示方法 */

h1.station_name{
    font-size: 32pt;
    font-weight: bold;
    font-style: serif;
    font-family: sans-serif;
    margin: 0em 0em 0em 0em;
}

a.station_name:link {
    color: #000000;
    text-decoration: none;
}
a.station_name:visited{
    color: #000000;
    text-decoration: none;
}
a.station_name:active{
    color: #000000;
    text-decoration: none;
}
a.station_name:hover{
    color: #000000;
    background-color: #c0c0c0;
    text-decoration: none;
}

span.station-name-sub{
    font-size: 12pt;
    font-weight: 700;
    font-style: serif;
    margin: 0em 0em 0em 0em;
}


/* 「○○」で〜 「○○」の〜 */

h2.label_02{
    font-size: 16pt;
    font-weight: bold;
    font-style: serif;
    font-family: sans-serif;
    margin: 0em 0em 0em 0em;
    color: #ff6666;
}

td.label_02{
    background: #cc0001;
}


/* 「○○」周辺で〜 「○○」周辺の〜 */

h2.label_03{
    font-size: 16pt;
    font-weight: bold;
    font-style: serif;
    font-family: sans-serif;
    margin: 0em 0em 0em 0em;
    color: #ffffff;
}

td.label_03{
    background: #ff6666;
}


/* 50音、地域、路線など、駅がたくさん表示されるとき */
div.stations{
	font-size: small;
	line-height: 1.6;
}
td.stations{
	background: #eee;
	padding: 10px;
}

/* 一番上のリンクの表示方法 */
a.top_link:link{
    color: #ffffff;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}
a.top_link:visited{
    color: #ffffff;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}
a.top_link:active{
    color: #ffffff;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}
a.top_link:hover{
    color: #ffffff;
    font-size: x-small;
    font-weight: bold;
    background-color: #c0c0c0;
    text-decoration: none;
}


/* 一番上のリンクの表示方法 */
a.top_link_old:link{
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}
a.top_link_old:visited{
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}
a.top_link_old:active{
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}
a.top_link_old:hover{
    color: #cc0000;
    font-weight: bold;
    background-color: #c0c0c0;
    text-decoration: none;
}


/* 左側のテーブルとか */
#info_menu_01 a:link{
}
#info_menu_01 a:visited{
}
#info_menu_01 a:active{
}
#info_menu_01 a:hover{
    background-color: #c0c0c0;
}
#info_menu_01 table{
    width: 100%;
}

#info_menu_01 td{
/*    font-size: x-small; */
    background: #ffffff;
    border-style: none;
}
#info_menu_01 th{
/*    font-size: x-small; */
    background: #d2dcff;
    border-style: none;
}

