#contents ul {
	margin: 0.5em 0 0 20px;
	font-family: Arial;
}

#contents .t1 table,
#contents .t2 table,
#contents .in table {
	border: 1px solid #8e8e8e;
	padding: 0.2em;
}

#contents .t1 table td,
#contents .t2 table td,
#contents .in table td {
	border: 1px solid #8e8e8e;
	font-family: Arial;
	padding: 0.5em;
}

#contents .t1 table th {
	background-color: #8f1818;
	color: #ffffff;
	font-family: Arial;
	padding: 0.15em;
}

#contents .t2 table th {
	/*background-color: #316bb3;*/
	background-color: #2B5E9B;
	color: #ffffff;
	font-family: Arial;
	padding: 0.15em;
}

#contents .in table th {
	background-color: #065121;
	color: #ffffff;
	font-family: Arial;
	padding: 0.15em;
}

#contents #bus_table table th {
	background-color: #007BBB;
	color: #ffffff;
	font-family: Arial;
	font-weight:bold;
}

#contents #bus_table table {
	margin: 5px;
}
#contents #bus_table table .pref {
	width: 100px;
	background-color:#E3F4FC;
	color:#007BBB;
	font-weight:bold;
}
#contents #bus_table table .destination {
	width: 481px;
}

#contents #caption {
	margin: 1em 0 0.7em 470px;
	font-family: Arial;
}

#caption a {
	padding: 0.2em 14px 0.2em 0.3em;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #676767;
	border-bottom: 1px solid #676767;
	background: #e4e4e4 url(../images/externalLink.gif) no-repeat center right;
}

#caption a:hover {
	padding: 0.2em 14px 0.2em 0.3em;
	border-left: 1px solid #676767;
	border-top: 1px solid #676767;
	background-color: #535353;
	background: #535353 url(../images/externalLink_hover.gif) no-repeat center right;
	color: #ffffff;
}

