<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 固定 */

body {
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	

#MORE {
	height: 187px;
	width: 770px;
	padding-top: 23px;
	padding-left: 130px;
}
#MORE .game {
	float: left;
	height: auto;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 10px;
}
#MORE .game .img {
	height: 128px;
	width: 128px;
	border: 1px solid #666666;
	filter:alpha(opacity=70);
	opacity:0.7;
	zoom:1;
	background-color: #000000;	
	
}
#MORE .game .name {
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 12px;
	color: #333333;
	height: 30px;
	width: 125px;
	padding-top: 4px;
	float: left;
	padding-bottom: 1px;
	padding-left: 3px;
	line-height: 15px;
	background-image: url(../images/load3.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

/* OVER */

#MORE .gameov {
	float: left;
	height: auto;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	background-color: #91e7f6;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
#MORE .gameov .img {
	height: 128px;
	width: 128px;
	border: 1px solid #666666;
}
#MORE .gameov .name {
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 12px;
	color: #000000;
	height: 30px;
	width: 125px;
	padding-top: 4px;
	float: left;
	padding-bottom: 1px;
	padding-left: 3px;
	line-height: 15px;
	background-image: url(../images/load3_ov.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
</pre></body></html>