@charset "utf-8";
/* CSS Document */


h2 {
	margin: 30px 0;
}

h3 {
	font-weight: normal;
	background: url(../image/in/point.gif) left 3px no-repeat;
	padding: 0 0 0 14px;
	font-size: 14px;
}

#accessarea {
	width: 840px;
	margin: 0 auto;
	padding: 0 0 70px;
}

#place, #map {
	margin: 15px 0 20px;
}

h3.trainaccess {
	background: url(img/icon_train.gif) top left no-repeat;
	padding: 10px 0 0 40px;
	height: 39px;
	font-size: 14px;
}

h3.caraccess {
	background: url(img/icon_car.gif) top left no-repeat;
	margin: 21px 0 0;
	padding: 10px 0 0 40px;
	height: 39px;
	font-size: 14px;
}
h3.busaccess {
	background: url(img/icon_bus.gif) top left no-repeat;
	margin: 21px 0 0;
	padding: 10px 0 0 40px;
	height: 39px;
	font-size: 14px;
}

div.box {
	background-color: #f8f9fb;
	padding: 25px 40px;
}

.notice {
	margin: 10px 0 0;
	font-size: 10px;
	color: #656565;
}

.notice a {
	color: #656565;
}

#pagetop {
	text-align: right;
	margin: 20px 0 0 0;
}

a {
	color: #e61f13;
	text-decoration:underline;
}
a:hover {
	color: #e61f13;
	text-decoration:underline;
}

#tktcap {
	margin: 0px 0 0;
}

table.bus-table{
	border-top:2px solid #999999;
	border-right:2px solid #999999;
	margin:10px 0 0 10px;
}

table.bus-table th,
table.bus-table td{
	border-left:2px solid #999999;
	border-bottom:2px solid #999999;
	padding:3px 0;
}

table.bus-table td{
	padding-left:7px;
}

table.bus-table td.place{
	width:70px;
	background:#f6cfc8;
	text-align:left;
	padding-left:3px;
}
table.bus-table td.place02{
	width:100px;
	background:#ffffff;
	text-align:left;
	padding-left:3px;
}
table.bus-table td.start{
	width:30px;
	background:#f6cfc8;
	text-align:center;
	padding-left:0px;
}
table.bus-table td.time{
	width:80px;
	background:#ffffff;
	text-align:center;
	padding-left:0px;
}

