body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
	font-size: 13px;
	color: #0e0e0e;
	font-family: 新細明體, 細明體, Arial;
	line-height: 16pt;
	letter-spacing: 1px;
}


#DefaultWeb /*首頁*/
{
	position: relative;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	top: 0px;
}


A:link
{
	color: red;
	text-decoration: none;
}
A:visited
{
	color: yellow;
	text-decoration: none;
}
A:active
{
	color: yellow;
}
A:hover
{
	color: red;
}


table
{
	border-collapse: collapse;
	border-spacing: 0;
	padding: expression(this.cellPadding=0);
}

.DarkRed12
{
	font-family: 新細明體, 細明體, Arial;
	color: DarkRed;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 16pt;
}

.DarkRed13
{
	font-family: 新細明體, 細明體, Arial;
	color: DarkRed;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 16pt;
}


.DarkRed14
{
	font-family: 新細明體, 細明體, Arial;
	color: DarkRed;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 16pt;
}


.DarkRed12b
{
	font-family: 新細明體, 細明體, Arial;
	color: DarkRed;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}

.DarkRed13b
{
	font-family: 新細明體, 細明體, Arial;
	color: DarkRed;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}


.DarkRed14b
{
	font-family: 新細明體, 細明體, Arial;
	color: DarkRed;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}


.DarkRed16b
{
	font-family: 新細明體, 細明體, Arial;
	color: DarkRed;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}




.Purple12
{
	font-family: 新細明體, 細明體, Arial;
	color: purple;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 16pt;
}

.Purple13
{
	font-family: 新細明體, 細明體, Arial;
	color: purple;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 16pt;
}


.Purple14
{
	font-family: 新細明體, 細明體, Arial;
	color: purple;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 16pt;
}


.Purple12b
{
	font-family: 新細明體, 細明體, Arial;
	color: purple;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}

.Purple13b
{
	font-family: 新細明體, 細明體, Arial;
	color: purple;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}


.Purple14b
{
	font-family: 新細明體, 細明體, Arial;
	color: purple;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}



.SaddleBrown12
{
	font-family: 新細明體, 細明體, Arial;
	color: #d8fc6c;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}

.SaddleBrown13
{
	font-family: 新細明體, 細明體, Arial;
	color: saddlebrown;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 16pt;
}


.SaddleBrown14
{
	font-family: 新細明體, 細明體, Arial;
	color: saddlebrown;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 16pt;
}


.SaddleBrown12b
{
	font-family: 新細明體, 細明體, Arial;
	color: saddlebrown;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}

.SaddleBrown13b
{
	font-family: 新細明體, 細明體, Arial;
	color: #093e77;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 16pt;
	font-weight: bold;
}


.SaddleBrown14b
{
	font-family: 新細明體, 細明體, Arial;
	color: saddlebrown;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}


.Red13b
{
	font-family: 新細明體, 細明體, Arial;
	color: gold;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}


.Red16b
{
	font-family: 新細明體, 細明體, Arial;
	color: gold;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 16pt;
	font-weight: bold;
}

.Gray12
{
	font-family: 新細明體, 細明體, Arial;
	color: #542e01;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 16pt;
}

#container
{
	text-align: left;
	position: relative; /*定位採相對位置  */
	width: 1000px; /*容器寬度980px   */
	left: 50%; /*往左移50% */
	margin-left: -500px; /*容器置畫面中間 */
	z-index: 300;
}

.bt
{
	position: absolute;
	left: 410px;
	top: 517px;
	width: 590px;
	z-index: 400;
}

.ContentPlaceHolder /*event內容位置*/
{
	position: absolute;
	left: 410px;
	top: 120px;
	width: 576px;
	height: 396px;
	z-index: 300;
}

.ContentPlaceHolder1 /*中獎名單內容位置(查詢)*/
{
	position: absolute;
	left: 260px;
	top: 230px;
	width: 480px;
	height: 290px;
	z-index: 300;
}


.Winnerlist /*中獎名單-清單*/
{
	position: relative;
	left: 0px;
	width: 550px;
	height: 335px;
	z-index: 300;
}


.WinnerlistPlaceHolder /*Winner內容位置*/
{
	position: absolute;
	left: 390px;
	top: 120px;
	width: 610px;
	height: 500px;
	z-index: 300;
}




.winnertable
{
	position: absolute;
	top: -20px;
}

.winnerps
{
	position: absolute;
	left: 20px;
	top: -55px;
	width: 450px;
	height: 20px;
	font-size: 12px;
	color: black;
	font-family: 新細明體, 細明體, Arial;
	line-height: 12pt;
	letter-spacing: 0px;
}





#apDiv1
{
	position: absolute;
	top: 0px;
	z-index: 300;
}



.BT_A
{
	position: absolute;
	top: 250px;
	left:100px;
	z-index: 400;
}



.BT_B
{
	position: absolute;
	top: 270px;
	left:110px;
	z-index: 400;
}




.FB
{
	position: absolute;
	top: 350px;
	z-index: 400;
	
}





#tv
{
	position: absolute;
	left: 740px;
	top: 380px;
	z-index: 400;
}


#plurk
{
	position: absolute;
	left: 930px;
	top: 565px;
	z-index: 400;
}


#facebook
{
	position: absolute;
	left: 960px;
	top: 565px;
	z-index: 400;
}







#Master_plurk
{
	position: absolute;
	left: 10px;
	top: 565px;
	z-index: 400;
}


#Master_facebook
{
	position: absolute;
	left: 40px;
	top: 565px;
	z-index: 400;
}








.game_result
{
	position: absolute;
	left: 0px;
	top: 150px;
	width: 300px;
	height: 50px;
	z-index: 500;
}


.game_ps
{
	position: absolute;
	left: 0px;
	top: 230px;
	width: 400px;
	height: 50px;
	z-index: 500;
}


.ContentPlaceHolder3
{
	position: absolute;
	left: 450px;
	top: 280px;
	width: 500px;
	height: 240px;
	z-index: 300;
}


.ContentPlaceHolder2
{
	position: absolute;
	left: 440px;
	top: 140px;
	width: 600px;
	height: 430px;
	z-index: 300;
}

