/*------------------------------------------------------------------------
アクセスページ(横幅860px)
------------------------------------------------------------------------*/

html, body {
	background: url(../../images/access_bg.jpg) top center no-repeat;
}
/*------------------------------------------------------------------------
メインメニュー
------------------------------------------------------------------------*/
#g-nav {
	position:absolute;
	left: 0;
	top: 449px;
	width: 914px;
	height: 56px;
	z-index:100;
	overflow: hidden;
	_zoom: 1;
}
#g-nav ul li {
	float: left;
}
#g-nav ul li span{
	display: none;
}
a#nav1 {
	width: 118px;
	height: 56px;
	display: block;
	background: url(../../images/acce_nav01_off.gif) no-repeat;
}
a#nav2 {
	width: 148px;
	height: 56px;
	display: block;
	background: url(../../images/acce_nav02_off.gif) no-repeat;
}
a#nav3 {
	width: 124px;
	height: 56px;
	display: block;
	background: url(../../images/acce_nav03_off.gif) no-repeat;
}
a#nav4 {
	width: 119px;
	height: 56px;
	display: block;
	background: url(../../images/acce_nav04_off.gif) no-repeat;
}	
a#nav5 {
	width: 125px;
	height: 56px;
	display: block;
	background: url(../../images/acce_nav05_off.gif) no-repeat;
}
a#nav6 {
	width: 133px;
	height: 56px;
	display: block;
	background: url(../../images/acce_nav06_off.gif) no-repeat;
}
a#nav7 {
	width: 147px;
	height: 56px;
	display: block;
	background: url(../../images/acce_nav07_off.gif) no-repeat;
}
/*マウスオーバー
------------------------------------------------------------------------*/
a#nav1:hover {
	background: url(../../images/acce_nav01_on.gif) no-repeat;
}
a#nav2:hover {
	background: url(../../images/acce_nav02_on.gif) no-repeat;
}
a#nav3:hover {
	background: url(../../images/acce_nav03_on.gif) no-repeat;
}
a#nav4:hover {
	background: url(../../images/acce_nav04_on.gif) no-repeat;
}	
a#nav5:hover {
	background: url(../../images/acce_nav05_on.gif) no-repeat;
}
a#nav6:hover {
	background: url(../../images/acce_nav06_on.gif) no-repeat;
}
a#nav7:hover {
	background: url(../../images/acce_nav07_on.gif) no-repeat;
}

/*------------------------------------------------------------------------
上段
------------------------------------------------------------------------*/

.access-wrap {
	margin: 0 0 20px 0;
	overflow: hidden;
	_zoom: -1;
}

.root-map {
	float: left;
	width: 368px;
	margin: 0 20px 0 10px;
	font-size: 10px;
}
.root-map img {
	margin: 0 0 10px 0;
}
.root-map p {
	padding: 0 0 10px 0;
	margin: 0 10px 20px 10px;
	line-height: 140%;
	border-bottom: 1px solid #E4BC96;
}

.root-map dl {
	margin: 0 0 0 20px;
	overflow: hidden;
	_zoom: -1;
}

.root-map dl dt {
	clear: both;
	margin: 0 0 5px 0;
}

.root-map dl dd{
	margin: 0 0 10px 0;
}
.root-map dl dd img {
	float: left;
	vertical-align: middle;
}


.root-info {
	float: left;
	width: 422px;
	margin: 0;
	font-size: 10px;
}
.root-car {
	margin: 0 0 20px 0;
	padding: 0;
}

h5 {
	margin: 0 0 15px 0;
}
.root-title {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 25px;
	display: block;
	background: #E6F5FA url(../../images/arrow03.gif) 10px 50% no-repeat;
	font-weight: bold;
}
.root-info p {
	margin: 0 0 20px 10px;
	line-height: 160%;
}
.root-info a {
	color: #0060B6;
}

.root-info p span{
	margin: 0 0 0 10px;
	color: #00A0C6;
}

.root-info2 {
	float: left;
	width: 422px;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 10px;
	border-top: 1px solid #E4BC96;
}
.root-info2 ul {
	margin: 0 0 30px 0;
}
.root-info2 ul li {
	margin: 0 0 5px 0;
}
.root-info2 ul li strong {
	font-size: 12px;
}
/*------------------------------------------------------------------------
下段
------------------------------------------------------------------------*/
.bus-box1 {
	float: left;
	width: 269px;
	margin: 0 20px 0 20px;
	display: inline;
}
.bus-box1 img {
	border: 1px solid #D4D4D4;
}
.bus-box1 p {
	margin: 10px;
}
.bus-box2 {
	float: left;
	width: 530px;
	margin: 0;
	display: inline;
}
.bus-box2 table {
	margin: 0 0 20px 0;
	background: #BFBFBF;
}
.bus-box2 table th {
	padding: 10px 0 10px 0;
	background: #FFF;
}
.bus-box2 table th#title1 {
	background: #CCECF4;

}
.bus-box2 table th#title2 {
	background: #F5FFCC;
}
.bus-box2 table th#title3 {
	background: #FFC;
}
.bus-box2 table td {
	padding: 10px;
	background: #FFF;
	text-align: center;
	line-height: 120%;
}
.bus-box2 table td.title4 {
	padding: 0 0 0 20px;
	background: #F5F5F5;
	text-align: left;
	font-size: 12px;
}
.bus-box2 table td span {
	font-size: 10px;
}

.bus-box2 p {
	padding: 0 0 10px 0;
	margin: 0 10px 20px 10px;
	line-height: 160%;
}