@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}	


.small{
font-size:100%;
}
/*****　ここから時刻表　*****/

.timetable {
	margin-left:66px;
}

.timetable table{
	margin-top:10px;
}

.timetable .sakura{
	margin:20px 0;
}

p.bus{
	margin:0 0 10px 60px;
	width:160px;
	height:40px;
}
p.bus a{
	background:url(../../access/img/sakura_timetable.gif) no-repeat;
	width:160px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
p.rinji{
	margin:0 0 10px 60px;
	color:#ffcc00;
	font-size:14px;
	line-height:1.6;
}

p.bustime{
	margin:0 0 40px 60px;
	font-size:14px;
	line-height:1.6;
}

