@charset "big5";
/*---- 最外層包裝 ----*/
#WRAPPER {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#HEADER {
	height: 106px;
	width: 980px;

}
#VISION {
	height: 394px;
	width: 980px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
}
#VISION .MOTION {
	height: 273px;
	width: 240px;
	padding-left: 42px;
	padding-top: 31px;
	float: left;
}


#MAIN {
	height: 425px;
	width: 980px;
	background-image: url(../images/game01.gif);
}

#MAIN .team {
	width: auto;
	padding-top: 33px;
	padding-left: 203px;
	margin-top: 0px;
	height: 320px;
}
#MAIN .btn {
	display: block;
	height: 85px;
	padding-left: 63px;
	padding-bottom: 13px;
}

#MAIN .team .pcs {
	height: 305px;
	width: 130px;
	float: left;
	margin-left: 11px;
	margin-right: 11px;
}
#MAIN .team .pcs .img {
	height: 128px;
	width: 128px;
	border: 1px solid #8085CA;
	margin-top: 4px;
}
#MAIN .team .pcs .intro {
	height: 75px;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #5D3B22;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: text-top;
}
#MAIN .team .pcs .go {
	height: 32px;
	width: 130px;
}

#MAIN2 {
	height: 701px;
	width: 980px;
}
#MAIN2 #GAME2 {
	background-image: url(../images/game02.gif);
	background-repeat: no-repeat;
	height: 701px;
	width: 820px;
	float: left;
}

#MAIN2 #GAME2 .team {
	width: auto;
	padding-top: 30px;
	padding-left: 53px;
	margin-top: 0px;
	height: 300px;
}
#MAIN2 #GAME2 .btn {
	display: block;
	height: 85px;
	padding-left: 63px;
	padding-bottom: 13px;
}

#MAIN2 #GAME2 .team .pcs {
	height: 295px;
	width: 130px;
	float: left;
	margin-left: 11px;
	margin-right: 11px;
}
#MAIN2 #GAME2 .team .pcs .img {
	height: 128px;
	width: 128px;
	border: 1px solid #8085CA;
	margin-top: 3px;
	margin-bottom: 4px;
}
#MAIN2 #GAME2 .team .pcs .intro {
	height: 75px;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #5D3B22;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: text-top;
}
#MAIN2 #GAME2 .team .pcs .go {
	height: 32px;
	width: 130px;
}

#MAIN2 #MORE {
	background-image: url(../images/moe.gif);
	background-repeat: no-repeat;
	float: left;
	height: 701px;
	width: 160px;
}


#COPYRIGHT{
	display:block;
	width:980px;
	height:85px;
}



 /*---- 清除float帶來的後遺症----*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
