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

#linup1 {
	width:720px;
	margin: 0 auto;
}


#linup1 li {
	float: left;
	margin:0 2px 10px 0;
}

#btn {
	margin:0 5px 10px 0;
	width:720px;
	float:left;
}

#btn li {
	float: left;
	margin:0 10px 10px 0;
}

.gn_btn a {
	background: url(../images/common/btn.jpg);
	display: block;
	width: 170px;
	height: 40px;
	text-indent:-9999px;
}

.gn_btn a:hover {
	background-position: 0 -40px;
}

.gn_btn .end {
	background: url(../images/common/btn_off.jpg);
  	display: block;
	width: 170px;
	height: 40px;
	text-indent:-9999px;
}</pre></body></html>