@charset "UTF-8";

#accessmap {
	cursor: pointer;
}

p.accesstext {
	padding: .5em 0;
	line-height: 150%;
}

p.pagetop + h3.cont_title03{
	margin: 20px 0;
}

table.locationinfo + p.note {
	clear: both;
}

table.locationinfo {
	float: left;
	width: 360px;
	font-size: .85em
}

table.locationinfo + table.locationinfo {
	margin: 0 0 0 20px;
}

table.locationinfo th,td {
	margin: 2px 2px 2px 0;
}

table.locationinfo th {
	background: #6f2828;
	width: 180px;
}
table.locationinfo td {
	background: #444;
	padding: 0 20px;
}

table.locationinfo tr.category th {
	background: #000;
	color: #ff0;
}

.clear	{clear:both;}
