@charset "shift_jis";
/* CSS Document */

h2, #route, #car {
	background-image: url(../image/map.jpg);
	background-repeat: no-repeat;
}
h2 {
	display: block;
	height: 53px;
	width: 809px;
}
h2 span, #car span {
	display: none;
}
#route {
	height: 600px;
	background-position: 0 -53px;
	position: relative;
}
#route div {
	position: absolute;
	left: 517px;
	top: 145px;
	background-color: #000;
}
#car {
	height: 300px;
	background-position: 0 -653px;
	clear: left;
}
table {
	font-family: Verdana;
	width: 809px;
	font-weight: bold;
	line-height: 20px;
}
th {
	width: 150px;
	text-align: center;
	background-color: #333;
}

