@charset "utf-8";
/* CSS Document */



.timeTable {
	width: 300px;
	margin: 10px 10px 10px 0px;
	float: left;
}
.timeTable th,
.timeTable td {
	padding:3px;
	border:#aaaaaa 1px solid;
}
.timeTable th {
	text-align:center;
}

.timeTable td {
	padding:3px 0 3px 8px;
}

.station {
	background:#999999;
	color:#ffffff;
}

.timeDay {
	background:#c6e4ff;
}

.timeHolly {
	background:#ffe1eb;
}

.timeTable .odd {
	background-color: #eeeeee;
}

.timeTable .arrive {
 margin:0 4px;
 text-align:center;
 float:left;
}

.timeTable .red {
 color:#dc4b82;
}

.timeTable .winered {
 color:#b70069;
}

.timeTable .green {
 color:#00aa36;
}

