<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	background-color: #35281a;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
#wrapper {
	font-family: "微軟正黑體", "新細明體", Arial;
	margin: auto;
	width: 800px;
	background-color: #FFF;
	padding: 6px;
	border: 1px solid #000;
	font-size: 12pt;
}
#header {
	background-image: url(images/index_01.png);
	background-repeat: no-repeat;
	height: 500px;
}
#header_gif1{
	position:relative;
	top:341px;
	left:459px;
	width:70px;
}
#header_play{
	position:relative;
	top:468px;
	left:335px;
	width:127px;
}
#menu {
	height:90px;
}
#menu_btn {
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	text-align: center;
}
#main_action {
	text-align: center;
}
#content {
	padding: 10px 15px 30px 15px;
}
#title {
	padding: 18px 0px 0px 0px;
}
#content_text {
	line-height: 1.5em;
	font-size: 12pt;
}
#rulelist{
	font-size: 12pt;
	line-height: 1.5em;
}
#footer {
	font-size: 12pt;
	height: 50px;
	background-color: #CCC;
	color: #333;
	text-align: center;
	line-height: 1.5em;
	padding: 5px;
}
#footer_logo {
	float: left;
}
#clear {
	clear: both;
	height: 0px;
}
#top{
	text-align: right;
	padding: 10px 0px 10px 0px;
}
.reward_table {
	border-collapse: collapse;
	width: 775px;
	margin: 0 auto;
}
.reward_table th {
	background-color: #760e18;
	color: #FFF;
	border:1px solid #FFF;
}
.reward_table td {
	background-color: #ffe1e5;
	border:1px solid #FFF;
	font-size: 12pt;
	text-align: center;
	color: #333;
}

.item_table {
	border-collapse: collapse;
	width: 680px;
	margin: 0 auto;
}
.item_table th {
	background-color: #4499BB;
	color: #FFF;
	border:1px solid #FFF;
}
.item_table td {
	background-color: #CCEEFF;
	border:1px solid #FFF;
	font-size: 12pt;
	text-align: center;
	color: #333;
}

.info_table {
	border-collapse: collapse;
	width: 680px;
	margin: 0 auto;
}
.info_table th {
	background-color: #333;
	color: #FFF;
	border:1px solid #FFF;
}
.info_table td {
	background-color: #CCC;
	border:1px solid #FFF;
	font-size: 12pt;
	text-align: center;
	color: #333;
}

.red {
	color: #C00;
	font-weight: bold;
}
.white {
	color: #FFF;
}
.highlight {
	background-color: #FF6;
	font-weight: bold;
}	
</pre></body></html>