@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:600px;
	background-repeat:no-repeat;
	background-position:left bottom;
	border-radius:0 0 20px 20px;
	}	

.content_R{
	height:400px;
	width:900px;
	font-family:"華康中圓體","微軟正黑體", Arial;
	position:relative;}


.content_R h1{
	display:block;
	height:90px;
	width:95px;
	background-repeat:no-repeat;
	background-image:url(../images/pic1.png);
	background-position:left center;
	margin-left:30px;
	}	

.content_R p{
	display:block;
	height:90px;
	width:600px;
	font-size:30px;
	color:#039;
	margin-left:90px;
	line-height:110px;
	position: absolute;
	top: 6px;
	
	}

	
.content_R table{
	text-align: center;
	border:#6C9 1px solid;
	position: absolute;
	left: 15px;
	top: 100px;
	
	}

	
.content_R tr th{
	background-color:#6C9;
	height:40px;
	color:#FFF;
	font-size:20px;
	line-height:40px;
	}

.content_R tr td{
	height:35px;
	line-height:35px;
	border:#6C9 1px solid;
	font-size:18px;
	
	}
.content_R tr td h4{
	font-weight:normal;
	text-align:left;
	text-indent:15px;
	font-size:18px;
	
	
		}
.content_R tr td a{
	font-size:18px;
	color:#666;
	
	}
.content_R tr td a:hover{
	color:#06F;
	font-size:18px;
	text-decoration:none;}



.footer{
	clear:both;
	height:100px;
	position:relative;
    top:200px;
	}
.footer p{
	display: block;
	color:#333;
	height: 50px;
	width: 600px;
	text-align: center;
	position: absolute;
	left: 150px;
	top: -70px;
	font-size:18px;
	}
