@charset "euc-jp";

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}
select {
	font-family: Osaka, Verdana, Arial, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}
hr {
	display: none;
}

body {
	background: #ffffff url(../image/static/background.gif) repeat-y center;
}

#all {
	position: absolute;
	top: 0px;
	left: 50%;
}

#head {
	width: 740px;
	height: 90px;
	position: absolute;
	top: 10px;
	left: -370px;
}
#head h1 {
	font-size: 1px;
	text-indent: -9999px;
}
#head p {
	font-size: 1px;
	text-indent: -9999px;
}
#head #time {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 515px;
	text-align: center;
}
#head #time h3 {
	width: 100px;
	height: 22px;
	font-size: 1px;
	text-indent: -9999px;
}
#head #time p.day {
	font-size: 10px;
	font-weight: bold;
	text-indent: 0px;
	width: 100px;
	position: absolute;
	top: 22px;
	left: 0px;
}
#head #time p.day span {
	font-size: 10px;
	font-weight: normal;
}
#head #time p.time {
	font-size: 19px;
	font-weight: bold;
	text-indent: 0px;
	width: 100px;
	position: absolute;
	top: 35px;
	left: 0px;
}
#head #time p.time span {
	font-size: 12px;
}
#head #weather {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 625px;
	text-align: center;
}
#head #weather h3 {
	width: 100px;
	height: 19px;
	font-size: 1px;
	text-indent: -9999px;
}
#head #weather p a img {
	margin: 5px 25px;
	border: none;
	display: block;
}


#body {
}

#body #route {
	height: 590px;
	width: 350px;
	position: absolute;
	top: 110px;
	left: -370px;
}
#body #route h2 {
	background: url(../image/static/route.gif) no-repeat;
	width: 350px;
	height: 40px;
	font-size: 1px;
	text-indent: -9999px;
}
#body #route #route_map {
	height: 550px;
	width: 350px;
	position:absolute;
	top: 40px;
	left: 0px;
}

#body #search {
	background: url(../image/static/search.gif) no-repeat;
	height: 170px;
	width: 380px;
	position: absolute;
	top: 110px;
	left: -10px;
}
#body #search h2 {
	height: 40px;
	width: 380px;
	display: block;
	font-size: 1px;
	text-indent: -9999px;
}
#body #search p {
	font-size: 12px;
	line-height: 150%;
	margin: 0px 15px 10px 15px;
}
#body #search .departure,
#body #search .arrival {
	width: 100px;
	margin: 0px 3px;
}
#body #search p.when input {
	margin: 0px 3px;
}
#body #search .day {
	width: 110px;
	margin: 0px 3px;
}
#body #search .hour {
	width: 50px;
	margin: 0px 3px;
}
#body #search .minuteT,
#body #search .minuteO {
	width: 40px;
	margin: 0px 3px;
}
#body #search #submit {
	text-align: center;
}
#body #search #submit input {
	width: 100px;
}

#body #information {
	background: url(../image/static/information.gif) no-repeat;
	height: 490px;
	width: 380px;
	position: absolute;
	top: 290px;
	left: -10px;
}
#body #information h2 {
	height: 40px;
	width: 380px;
	display: block;
	font-size: 1px;
	text-indent: -9999px;
}
#body #information img {
	margin: 0px 15px;
}
#body #information h3 {
	font-size: 14px;
	line-height: 150%;
	margin: 0px 15px;
}
#body #information p {
	font-size: 12px;
	line-height: 150%;
	margin: 0px 15px;
}

#foot {
}
#foot ul {
	list-style-type: none;
}

#foot #use {
	background: url(../image/static/use.gif) no-repeat;
	height: 70px;
	width: 350px;
	position: absolute;
	top: 710px;
	left: -370px;
}
#foot #use a {
	height: 70px;
	width: 350px;
	display: block;
	font-size: 1px;
	text-indent: -9999px;
	text-decoration: none;
}

#foot #copy {
	background: url(../image/static/copy.gif) no-repeat;
	height: 60px;
	width: 740px;
	position: absolute;
	top: 790px;
	left: -370px;
	font-size: 1px;
	text-indent: -9999px;
}