@charset "utf-8";


div#access {
	margin-bottom: 50px;
	}

div#access h3 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	background: url(../img/header/double_line.gif) center bottom no-repeat;
	text-align: left;
	}

div#access h3 span {
	padding-left: 25px;
	background: url(../img/header/blue_square.gif) left 50% no-repeat;
	font-weight: bold;
	font-size: 123.1%;
	}

div#access div#gmap {
	margin-bottom: 15px;
	width: 100%;
	height: 347px;
	text-align: center;
	}

div#access p {
	margin-bottom: 15px;
	text-align: center;
	}

div#access table {
	border: 1px solid #ccc;
	width: 100%;
	}

div#access th {
	padding: 3px 5px;
	border-bottom: 1px solid #fff;
	width: 8em;
	color: #fff;
	background: #74aacf;
	font-weight: bold;
	white-space: nowrap;
	font-size: 93%;
	}

div#access td {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
	background: #f8fafd;
	font-size: 93%;
	}

	

