/* CSS Document */
div.bus {
	width:300px;
	float:left;
	margin-left:10px;
}

div.bus table {
	width:300px;
	border:1px solid #333;
	border-collapse:collapse;
}

div.bus table th,
div.bus table td {
	text-align:center;
	border:1px solid #333;
	border-collapse:collapse;
	padding:3px 0;
}

div.bus table th {
	background:#FC9;
}

div.bus table th.bgpink,
div.bus table td.bgpink  {
	background:#FCC;
}


div#attention {
	width:580px;
	float:right;
	padding:10px;
	margin:10px;
	border:1px solid #F00;
}

div#attention h4 {
	font-size:1.2em;
}

div#attention p {
	letter-spacing:0.05em;
	line-height:160%;
}





