@charset "utf-8";

* {
margin: 0px;
padding: 0px;
}

body {
margin: 20px;
background: #FBFBFB;
color: #555555;
font-size: 90%;
line-height:135%;
font-family: "ＭＳ Ｐゴシック", Osaka;
}

a {
text-decoration: none;
color : #0C419A;
}

A:link, A:visited {;}
A:active, A:hover {;}

a img {
border:none;
}

p {
margin: 3px 0;
text-align: justify;
text-justify: distribute;
}

input,textarea {
font-size: 1em;
font-family: "ＭＳ Ｐゴシック", Osaka;
}

.fonts {
font-size: 0.9em;
}
.blue {
color: #0000CC;
}
.red {
color: #EE0000;
}
.line0 {
line-height: 1.1em;
}

.clr{
clear:both;
}
.clrl{
clear:left;
}
.clrr{
clear:right;
}
.floatr{
float:right;
}
.floatl{
float:left;
}
img.floatr{
padding-left: 10px;
}
img.floatl{
padding-right: 10px;
}

/* station window */

h1 {
margin: 18px 0 10px;
padding: 0 18px;
background: url(../img/h2_left.gif) left center no-repeat;
font-size: 1.2em;
color: #664455;
}
table {
width: 600px;
}
th {
width: 4em;
padding: 3px 1em 3px 5px;
border-bottom: 1px solid #DDDDDD;
font-weight: normal;
text-align: left;
vertical-align: top;
white-space: nowrap;
text-align: justify;
text-justify: distribute;
}
td {
padding: 3px 5px 3px 0;
border-bottom: 1px solid #DDDDDD;
vertical-align: top;
text-align: justify;
text-justify: distribute;
}
ul {
list-style-type: square;
margin: 0 10px;
}
p {
margin: 10px;
text-align: center;
}

form {
margin: 15px 0;
text-align: center;
}

input {
padding: 1px;
font-size: 1em;
}