@charset "utf-8";

/*
	Site Name: ANA HOTEL OSAKA
	Description: renewal
	Version: beta
	Author: t.hasegawa
	lastmod: 2008/09/10

/*
===== CONTENTS ===========================================

	1: ACCESS STYLE

==========================================================
*/


/* 交通のご案内
--------------------------------------*/
div#access-cnt h3#taraffic {
	margin: 10px 10px 7px;
}
div#access-left {
	display: inline;
	width: 390px;
	float: left;
	margin: 0 10px 0 25px;
}
div#access-right {
	width: 345px;
	float: left;
}
div#access-left h4 {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-left: 4px solid #990000;
	margin-bottom: 5px;
	padding-left: 8px;
}
div#access-left ul {
	margin-bottom: 15px;
}
div#access-left ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;	
}
div#access-cnt span.attention {
	color: #990000;
}
p#map-link {
	margin-top: 18px;
	float: left;
	background: url(../common/ico_arrow.gif) left center no-repeat;
	padding-left: 13px;
}
p#map-link a {
	text-decoration: underline;
}
p#map-mark {
	margin-top: 12px;
	float: right;
	width: 80px;
}
div#access-right p {
	text-align: right;
	margin-top: 5px;
}
div#access-cnt p.text-center {
	text-align: center;
}


/* バス時刻表
---------------------------------------*/
div#access-bus {
	width: 670px;
	margin:10px 0 0 55px;
}
div#access-bus h4 {
	margin-bottom: 8px;
}
div#access-bus p#bus-lead {
	margin-bottom: 10px;
}
div#access-bus table {
	float: left;
	width: 298px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
div#access-bus table#bus-left {
	margin-right: 70px;
}
div#access-bus table th,
div#access-bus table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding: 2px 0;
	width: 50%;
}	
div#access-bus table th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}	
div#access-bus table td.bus-pos {
	background-color: #EEEADB;
}
p#bus-attention {
	clear: both;
	text-align: center;
	padding-top: 10px;
}		
