<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ãƒšãƒ¼ã‚¸ã®åŸºæœ¬ãƒ‡ã‚¶ã‚¤ãƒ³ç”¨CSS */
h2 a {
	display: block;
	width: 180px;
	text-align: center;
	background-image: url(linkbutton6.gif);
	height:50px;
	line-height:50px;
	}
h2 a:hover {
	background-position:left center;
	}
h2 a:active {
	background-position:left bottom;
	}
</pre></body></html>