@charset "utf-8";
body {
	margin: 0px;
	text-align: center;		
}
#under {	
	margin: 5px auto;
	border-style: solid;	
	height: 1810px;
	width: 1200px;
	box-shadow:3px 3px 3px rgb(20%,20%,20%,1),-2px 3px 3px rgb(20%,20%,20%,0.6);
	//z-index: 0;
}
#logo {	
	margin:auto;
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	position: relative;
	height: 90px;
	width: 100%;	
	z-index: 2;
}
#Banner {
	margin:auto;
	background-image: url("img/banner.png");
	background-repeat: no-repeat;
	//background-size: 100% 92%;
	border: 3px solid #80ff80;
	position: relative;
	height: 320px;
	width: 100%;
	top: -30px;
	padding: 0px 0px 0px -5px;	
	z-index: 1;
}
#nav1 {	
	position: relative;
	//border-style: solid;
	//background-color:#00FF4C;
	border-radius:10px 10px 10px 10px;	
	top:-32px;
	left: 600px;
	width: 600px;
	height: 30px;
	z-index: 3;
}
#nav {
	//background-color: #222222;
	background-image: url("img/nav.png");
	position: relative;
	border-style: solid;
	//background-color:#00FF4C;
	border-radius:3px 3px 3px 3px;	
	top:-30px;
	left: 3px;
	width: 99%;
	height: 28x;
	z-index: 3;
}
.Capt {
	//top: 30px;
	//margin-top: 10px;
	//padding:10px 10px;
	font-size: 18px;
	font-family: "微軟正黑體",Verdana,Sans-serif;
	font-weight: bold;
	color: #ffff00;
	padding-bottom: 50px;
}
#blk0 {
	position: relative;
	//background-color: #0000aa;
	//border-style: solid;	
	width: 100%;
	height: 1273px;
	top: -28px;
}
	#blk1 {
		float:left;	
		width: 230px;
		height: 100%;
		top: -28px;
	}
		#Menu1 {
			float:left;	
			background-image: url("img/G10.png");
			background-repeat: no-repeat;	
			margin:0px 0px;
			//border-style: double;
			width: 230px;
			height: 407px;			
			//top: -30px;
			//z-index: 3;
			padding: 7px 0px 0px 0px;
		}
		#Menu2 {
			float:left;	
			background-image: url("img/G10.png");
			background-repeat: no-repeat;	
			margin:0px 0px;
			//border-style: double;
			width: 230px;
			height: 407px;			
			//top: -30px;
			//z-index: 3;
			padding: 7px 0px 0px 0px;
		}
		#Sport {
			float:left;	
			background-image: url("img/G4.png");
			background-repeat: no-repeat;	
			margin:0px 0px;	
			width: 230px;
			height: 230px;			
			//top: -30px;		
			padding: 7px 0px 0px 0px;
		}
	#blk2 {
		float:left;	
		//border-style: solid;	
		width: 735px;
		height: 100%;
		top: -28px;
	}
		#yutu {
			float:left;
			background-image: url("img/youtu.png");
			background-repeat: no-repeat;	
			margin:0px 0px;
			/*border-style: solid;	*/
			width: 735px;	
			height: 500px;
			/*top: -30px; */
			padding: 7px 0px 0px 0px;
		}
#news {
  font-family: "Microsoft JhengHei", sans-serif;
  width: 735px;
  height: 435px;
  background-image: url("img/news.png");
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 20px 14px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#news .title {
  font-size: 18px;
  font-weight: bold;
  color: #ffff00;
  text-align: center;
  margin: 0 0 6px 0;
  padding: 0;
  letter-spacing: 2px;    /* 字間距 */
  line-height: 1.2;
}

#news table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 15px;
  flex: 1;
  margin: 0;
}

#news th {
  background-color: #f1f8e9;
  color: #555;
  text-align: center;
  padding: 6px 4px;
  border-bottom: 2px solid #dce775;
  font-size: 14px;
  font-weight: normal;
}

#news td {
  padding: 7px 4px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  line-height: 1.3;
}

#news td:nth-child(1) { width: 64%; color: #2e7d32; font-weight: 500; }
#news td:nth-child(2) { width: 21%; color: #666; }
#news td:nth-child(3) { width: 15%; color: #666; white-space: nowrap; text-align: center; }

#news tr:hover td {
  background-color: #f5f5dc;
}

.no-style-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.no-style-link:hover {
  color: #2e7d32;
}

.pagination {
  text-align: center;
  padding: 6px 0;
  margin: 0;
  background: rgba(255,255,255,0.98);
}

.pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  background-color: #f1f8e9;
  color: #666;
  text-decoration: none;
  border-radius: 50%;
  border: 2px solid #dce775;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.pagination a:hover,
.pagination a.current {
  background-color: #dce775;
  color: #2e7d32;
  border-color: #c0c040;
}


		#fans {
			float:left;
			background-image: url("img/fans.png");
			background-repeat: no-repeat;	
			//border-style: solid;	
			margin:0px 0px;	
			width: 735px;	
			height: 155px;			
			//top: 30px;
			padding-top: 8px;
		}
		#phw {
			float:left;
			background-image: url("img/phw.png");
			background-repeat: no-repeat;	
			//border-style: solid;	
			margin:0px 0px;	
			width: 735px;	
			height: 175px;			
			//top: 30px;
			padding-top: 8px;
		}
	#blk3 {
		float:left;
		//background-color:#00FF00;
		//position: relative;
		//border-style: solid;	
		width: 230px;
		height: 100%;
		top: -28px;
	}
		#Enro {
			float:left;
			background-image: url("img/G9.png");
			background-repeat: no-repeat;	
			//margin:0px 0px 0px 0px;
			//border-style: solid;	
			width: 100%;
			height: 380px;			
			//top: 30px;
			padding: 7px 0px 0px 0px;			
		}
		#pm25 {
			float:left;
			background-image: url("img/G7.png");
			background-repeat: no-repeat;	
			//margin:27px 20px;
			//border-style: solid;	
			width: 100%;
			height: 310px;			
			//top: 20px;
			padding: 10px 0px 0px 0px;			
		}
		#Outnav {
			float:left;
			background-image: url("img/G7.png");
			background-repeat: no-repeat;	
			//margin:-35px 0px;
			//border-style: solid;	
			width: 100%;
			height: 310px;			
			top: 0px;
			padding: 10px 0px 0px 0px;
		}
/*#msg0 {
	margin: 12% 35%;	
	background-image: url(img/bg1.png);	
	width: 410px;
	height: 620x;	
	position:absolute;
	z-index: 1;
	
	background-color: #FFFFFF;
	background-color: #A0D7FF;
	background-position: center;
	opacity: 0.5;	
	top: 50%;
}*/
#footer {	
	background-image: url("img/bottom.png");
	background-repeat: no-repeat;	
	//border-style: solid;
	height: 120px;
	width: 100%;
	//margin: -25px 0px;	
}
