@charset "utf-8";

*{
	
	padding:0;
	margin:0 ;
	}

.header h1 a{
	background-image: url(../images/upvd.png);
	display: block;
	width: 180px;
	height: 36px;
	margin-left:700px;
	}





.content {
	height:1800px;
	background-repeat:no-repeat;
	border-radius:0 0 20px 20px;
	background-position:center top, center bottom;
	position:relative;

	
	}	

.content .GG{
	height:1200px;
	width:820px;
	font-family:"華康中圓體","微軟正黑體", Arial;
	position:relative;}

.content .GG h2{
	font-size:50px;
	color:#F36;
	font-family:"華康娃娃體","華康中圓體","微軟正黑體", Arial;
	margin-top:10px;
	margin-left:25px;}
.content .GG h4{
	font-size:24px;
	color:#03C;
	font-family:"華康中圓體","微軟正黑體", Arial;
	margin-top:0px;
	margin-left:700px;}
.content .GG h4 a:hover{
	color:#F30;}
	
.content .GG table{
	text-align: center;
	width:800px;
	margin-left:50px ;
	margin-top:15px;
	font-family:"微軟正黑體",  Arial;
	border:#999 1px dashed;
	}


.content .GG tr{
	}

.content .GG td{
	border:#999 1px dashed;
	height: 150px;
	width:150px;
	}
.content .GG td a{
	text-decoration:none;
	height:30px;
	font-size:20px;
	line-height:30px;
	color:#03F
	}
.content .GG td a:hover{
	color:#F33;
	font-weight:bold;
	font-size:20px;}
	
.GG td a img{
	max-height:80%;  
    max-width:80%; 
    margin: auto;
	}
.GG td a img:hover{
	}






.footer{
	clear:both;
	height:100px;
	position:relative;
    top:150px;
	}
.footer p{
	display: block;
	color: #333;
	height: 50px;
	width: 600px;
	text-align: center;
	position: absolute;
	left: 150px;
	top: 350px;
	font-size:18px;
	}
