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


a:link {
	color: #0033cc;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}
a:hover {
	color: #ff3300;
	text-decoration: none;
}
a:active {
	color: #0033cc;
	text-decoration: none;
}</pre></body></html>