@charset "utf-8";
/* CSS Document */
body{
 	margin:0; padding:0;
	background:#fff4d6;
	font-size:12px;
	line-height:170%;
	font-family:Arial, Helvetica, sans-serif;
}

/*--進場主頁--*/
div#box{
	margin:0; padding:0;
	position: absolute; width:100%; height:100%;
}
div#main{
	top:50%;margin:-310px auto 0px auto;
	position: relative; width:960px; height:670px;
}
div#flashbutton{
	height:45px;
}
div#flashmain{
	width:672px; height:579px;
}

div#flashgame{
	width:960px; height:528px;
}

/*--下載--*/
div#flashfin{
	width:960px; height:211px;
}
div#finbg{
	width:960px; height:317px;
	background:url(../images/03.jpg) no-repeat;
}
div#screen{
	position: relative;
	width:120px;
	height:120px;
	margin:0px auto 10px auto;
	padding-top:5px;
	padding-left:5px;
}

/*--登入--*/
.idpw {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: underline;
}

