@charset "utf-8";
/* CSS Document */
body{
	margin-top: 20px;
	background-color: #CCFFFF;
	}
#wrapper{
	margin-top: 20px;
	width: 1024px;
	height: 600px;
	background-color: #FFFFFF;
	margin: auto;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	}
#systitleup1{
	width: 1024px;
	height: 120px;
	float:left;
	}
#systitleup2{
	width: 1024px;
	height: 80px;
	float:left;
	font-size:48px;
	font-family:"微軟正黑體 Light", "新細明體-ExtB";
	text-align:center;
	}
#systitlemiddle{
	width: 1024px;
	height: 200px;
	float:left;
	}
#wrapper a{text-decoration:none; color:#000000;}
#wrapper a:hover{
	text-decoration: none;
	color: #0000FF;
}
#choice1{
	width: 250px;
	height: 200px;
	float: left;
	}
#choice2{
	width: 200px;
	height: 200px;
	background-color: #CCFF00;
	float: left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 6px 6px 7px #999999;
	font-family:"微軟正黑體 Light", "新細明體-ExtB";
	text-align:center;
	font-size:36px;
	line-height:200px;
	}
#choice2:hover{
	width: 200px;
	height: 200px;
	background-color: #CCFF99;
	float: left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 6px 6px 7px #999999;
	}
#choice3{
	width: 124px;
	height: 200px;
	float: left;
	}
#choice4{
	width: 200px;
	height: 200px;
	background-color: #FFCC33;
	float: left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 6px 6px 7px #999999;
	font-family:"微軟正黑體 Light", "新細明體-ExtB";
	text-align:center;
	font-size:36px;
	line-height:200px;
	}

#choice4:hover{
	width: 200px;
	height: 200px;
	background-color: #FFCC99;
	float: left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 6px 6px 7px #999999;
	}
#choice5{
	width: 250px;
	height: 200px;
	float: left;
	}
#systitledown{
	width: 1024px;
	height: 200px;
	float:left;
	}
#systitledown1{
	width: 1024px;
	height: 160px;
	float:left;
	}
#systitledown2{
	width: 1024px;
	height: 40px;
	float:left;
	text-align:center;
	font-family:"微軟正黑體 Light", "新細明體-ExtB";
	font-size:16px;
	color:#000000;
	}
#gobacklogin{
	width:200px;
	height:120px;
	float:right;
	font-family:"微軟正黑體 Light", "新細明體-ExtB";
	text-align:center;
	font-size:24px;
	line-height:75px;	
	}
#goback{
	width:200px;
	height:120px;
	float:left;
	font-family:"微軟正黑體 Light", "新細明體-ExtB";
	text-align:center;
	font-size:24px;
	line-height:75px;	
	}
.center{
	text-align: center;
	font-size: 25px;
	font-family: "微軟正黑體 Light", "新細明體-ExtB";
	color: #0000FF;
	}