<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* style */
#top {
	text-align:center;
	font-size:14px;
	line-height:160%;
	color:#333;
	letter-spacing:1px;
}

#top h1 {
	margin:50px 0 70px;
}
#top h2 {
	margin:70px 0 40px;
}
#top h3 {
	margin:40px 0 7px;
	font-size:120%;
}
#top p {
	margin-bottom:10px;
}

.pa {
	font-size:110%;
}
.caption {
	font-size:90%;
	color:#999;
}
.map {
	margin:30px 0 0 100px;
	text-align:left;
	font-size:90%;
	line-height:200%;
	color:#666;
}
.hours {
	width:350px;
	margin:0 auto 20px;
	padding:0 30px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.hours td {
	padding:3px 10px;
}
.hours .line {
	border-top:1px solid #ccc;
}

#footer .copyright {
	margin:80px 0 15px;
	text-align:center;
	color:#666;
}</pre></body></html>