@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;}


.content{
	background-image:url(../images/con01.png), url(../images/con02.png);
	background-repeat:no-repeat;
	background-position:center top, center bottom;
	position:relative;
	height:780px;}

	
.content h1{
	margin-top:10px;
	margin-left:50px;
	width:530px;
	}
.content img{
	margin-top:5px ;}

		

.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:#F00;
	font-weight:bold;
	font-size:22px;}

.GG td a img:hover{
	width:160px;
	height:110px;}

