@charset "utf-8";

.content_page_title,
.page_title {
	background: url(../img/h1_bg.jpg) no-repeat;
}


/* ---------- */
table.route {
	border: 1px solid #999;
	width: 673px;
}
table.route th,
table.route td {
	border-top: 1px dotted #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px dotted #CCC;
	border-left: 1px solid #999;
	padding: 4px;
}
table.route th {
	background-color: #eee;
	font-weight: bold;
	text-align: center;
}
table.route td {
	width: 190px !important;
}


