#busstop body{
	background-color:#ffffff;
	line-height:1.3em;
	}

#busstop a:link{
	color:#0000ff; text-decoration:none;}
#busstop a:active{
	color:#ff0000; text-decoration:none;}
#busstop a:visited{
	color:#3366cc; text-decoration:none;}
#busstop a:hover{
	color:#ffffff; text-decoration: none;
	background-color:#336633;}

#busstop .Bname{
	font-size:14px;
	background-color:#ccff66; width:70px; line-height:1.2em;
}
#busstop .katata{
	color:#0099ff;
	font-weight: bold;
}
#busstop .uti{
	color:009900;
	font-weight: bold;
}
#busstop .soto{
	color:#993300;
	font-weight: bold;
}
#busstop .hanrei{
	border:1px dashed #555555;
	width:300px;
	text-align:left;
	float:right;
	}
#busstop .busul{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	line-height:1.5em;}
#busstop .buslist{
	display:inline;
	width:150px;
	}
