@charset "utf-8";
/* topbox.css */


/*********************************************

	TOPにある jQuery iframe

**********************************************/




/* テーブル */

table#tbl_departures{
	margin:0 0 10px 0;
	color:#000;
	border:5px solid #CBE9E8;
	border-collapse:collapse;
	border-spacing:0;
	font-size:85%;
	width:180px;
}

table#tbl_departures th,
table#tbl_departures td {
	padding:5px;
	color:#000;
	background-color:#DAF2F1;
	border:1px solid #93D3D1;
}

table#tbl_departures td {
	width:45px;
	text-align:center;
}

table#tbl_departures th {
	width:80px;
	font-weight:normal;
}

table#tbl_departures span {
	color:#0E6585;
	font-weight:bold;
}

#date {
	margin:0;
	padding:0;
	width:170px;
	font-size:90%;
}

#bikou_text {
	margin:0;
	padding:1px 3px;
	font-size:90%;
	color:#0E6585;
	width: 190px;	
/*	background: #CCFFFF;*/
	font-weight: bold;
}
