@charset "UTF-8";

/* reset */
/* ----------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
	}

/* default */
/* ----------------------------------------------------- */
img {
	vertical-align: bottom;
	}
a {
	color: #39c;
	cursor: pointer;
	}
a:focus,
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #069;
	}
.imgLeft {
	float: left;
	margin: 0.5em 2em 1em 0;
	}
.imgRight {
	float: right;
	margin: 0.5em 0 1em 2em;
	}
.imgLeft .caption,
.imgRight .caption {
	margin-top: 5px;
	font-size: 94%;
	}
a.imagelink img {
	border: 1px solid #ccc;
	padding: 4px 4px 19px 4px;
	background: #fff url('../img/linked-image.png') bottom right no-repeat;
	}

/* layout */
/* ----------------------------------------------------- */
body { 
	background: #fff;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	color: #111;
	}
#wrapper { 
	width: 840px;
	margin: 0 auto;
	}
h1 {
	margin: 16px 0 8px;
	padding: 8px 10px;
	background: #000;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	}
h1+p {
	margin: 8px 10px 20px;
	}

/* Table */
/* ----------------------------------------------------- */
table.route {
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 16px 0;
	width: 840px;
	}
table.route caption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 5px;
	}
table.route>td {
	width: 410px;
	padding: 0;
	text-align: left;
	}
table.route td.lt{
	vertical-align: bottom;
	}
table.route td.rt{
	vertical-align: bottom;
	padding: 0 0 0 20px;
	}
table.route td.lb{
	vertical-align: top;
	}
table.route td.rb{
	vertical-align: bottom;
	padding: 0 0 20px 20px;
	background: url(../route/img/goryu.png) no-repeat top left;
	}

table.route_parts {
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0;
	width: 410px;
	}
table.route_parts td {
	padding: 0 0 20px;
	vertical-align: top;
	text-align: left;
	}
table.route_parts td.image {
	width: 180px;
	text-align: center;
	}
table.route_parts td.text {
	width: 230px;
	}
