@charset "utf-8";

@import url("../../css/common/common.css");
@import url("../../css/common/layout-basic.css");

/* メインイメージ
------------------------------------------------------------*/

#title {
	clear: both;
	margin: 0px auto 5px;
	width: 790px;
	height: 120px;
	background-image: url(../img/category_title.jpg);
	background-repeat: no-repeat;
}

#title h3 {
	text-indent: -9999px;
}

h4 {
	margin: 10px 0 20px;
	padding: 5px;
	background-color: #F8F2E1;
	border-bottom: #D08B93 solid 1px;
	border-left: #D08B93 solid 7px;
	font-size: 16px;
}

/* 地図＋アクセス
------------------------------------------------------------*/

#access {
	clear: both;
	margin-top: 20px;
}

#access #map {
	float: left;
	width: 400px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#access #map img {
	padding-bottom: 10px;
}

#access #route {
	float: left;
	width: 370px;
	padding-bottom: 20px;
}

#route .route_tile {
	background-color: #E9D7A3;
	padding: 2px 0 2px 5px;
	font-weight: bold;
}

#route ul{
	margin: 5px 0 10px;
	padding-left: 2px;
	list-style-type: none;
	width: 350px;
}

#route li {
	padding-left: 13px;
	background-image: url(../../img/head_square.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

/* 定期・シャトルバス
------------------------------------------------------------*/

#shuttle {
	clear: both;
	margin-bottom: 20px;
}

#shuttle p {
	margin-bottom: 10px;
}

#shuttle table {
	width: 790px;
	margin-bottom: 10px;
}

#shuttle th {
	padding: 2px 5px;
	padding-right: 10px;
	background-color: #D08B93;
	color: #FFFFFF;
}

#shuttle td {
	width: 70px;
	padding: 2px 5px;
	background-color: #F8F2E1;
	text-align: center;
	empty-cells: show;
}

#shuttle .shuttlebus {
	background-color: #E9D7A3;
}

#shuttle .none {
	background-color: #FFFFFF;
}