@charset "utf-8";

/* R500m */
/* 2010/07/23 */


body#home .contentsLeft {
	float: left;
	width: 630px;
	height: auto;
	min-height: 550px;
	background: rgb(255, 255, 255);
}

.title {
	font-weight: bold;
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lines {
	width: 100%;
	border-top: 0px;
	border-left: 0px;
}
.lines td{
	width: 33%;
	border-right: 0px;
	border-bottom: 0px;
}
.stations {
	width: 100%;
	border-top: 0px;
	border-left: 0px;
}
.stations td{
	width: 33%;
	border-right: 0px;
	border-bottom: 0px;
}

