@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;}

.header h1 a{
	background-image: url(../images/upvd.png);
	display: block;
	width: 180px;
	height: 36px;

	margin-left:700px;
	}

.content{
	background-image:url(../images/con01.png), url(../images/con02.png), url(../images/con02.png);
	background-repeat:no-repeat;
	background-position:center top, center 580px, center bottom;
	position:relative;
	height:750px;}

	
.content h1{
	margin-top:10px;
	margin-left:50px;
	width:530px;
	}
.content img{
	margin-top:20px ;}

		

.content .GG table{
	width:800px;
	margin:0 auto;
	font-family:"微軟正黑體",  Arial;
	border:#999 1px dashed;
	}
.content .GG tr{
	}
.content .GG th{
	height:35px;
	border:#999 1px dashed;
	font-size:24px;
	line-height:35px;
	color:#C03;
}
.content .GG td{
	text-align:center;
	border:#999 1px dashed;
	}
.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:22px;}

.GG td a img:hover{
	width:160px;
	height:115px;}

