body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { padding:0; margin:0;}
img{ border:none; padding: 0; margin: 0;}

/*歸零*/
  
body {
	text-align:center;
	background: #000 url(img/bg.gif) no-repeat 50% 0% fixed;
	font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	}
a {
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
	}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000;
	overflow: hidden;
	}

#top {
	height: 830px;
	}

#menu {
	height: 75px;
	background: url(img/menu_bg.jpg) no-repeat 0 0;
	}
.menu {
	margin-left: 90px;
	list-style: none;
	text-indent: -90000px;
	}
.menu li {
	float:left;
	}
	.menu1,.menu2,.menu3,.menu4,.menu5 {display:block;height:75px;}
	.menu1 {width:170px; background:url(img/menu1.jpg);}
	.menu2 {width:260px; background:url(img/menu2.jpg);}
	.menu3 {width:145px; background:url(img/menu3.jpg);}
	.menu4 {width:130px; background:url(img/menu4.jpg);}
	.menu5 {width:120px; background:url(img/menu5.jpg);}
	.menu1:hover,.menu2:hover,.menu3:hover,.menu4:hover,.menu5:hover {background-position:0 -75px;}

/*最新集數*/
#link_new {
	width: 1000px; height: 200px;
	background: url(img/new3.jpg) no-repeat 0 0;
	position: relative;
	}
	.link_new {
		position: absolute;
		right: 152px;
		bottom: 44px;
	}

/*歷史檔案*/
#history1 {
	width: 1000px; height: 363px;
	background: url(img/history1.jpg) no-repeat 0 0;
	position: relative;
	}
	.link_history1A {
		position: absolute;
		left: 409px;
		bottom: 2px;
	}
	.link_history1B {
		position: absolute;
		left: 570px;
		bottom: 2px;
	}
	.link_history1C {
		position: absolute;
		left: 731px;
		bottom: 2px;
	}
	.link_history1All {
		background: url(img/history1all.jpg) no-repeat 0 0;
		width: 1000px; height: 30px;
	}
#history2 {
	width: 1000px; height: 300px;
	background: url(img/history2.jpg) no-repeat 0 0;
	position: relative;
	}
	.link_history2A {
		position: absolute;
		left: 409px;
		bottom: 4px;
	}
	.link_history2B {
		position: absolute;
		left: 570px;
		bottom: 4px;
	}
	.link_history2C {
		position: absolute;
		left: 731px;
		bottom: 4px;
	}
	.link_history2All {
		background: url(img/history2all.jpg) no-repeat 0 0;
		width: 1000px; height: 30px;
	}

/*延伸閱讀*/
#other1A {
	background: url(img/other1A.jpg) no-repeat 0 0;
	width: 1000px; height: 30px;
	position: relative;
	}
	.link_other1A {
		position: absolute;
		left: 357px;
		bottom: 3px;
	}
#other1BC {
	background: url(img/other1BC.jpg) no-repeat 0 0;
	width: 1000px; height: 30px;
	position: relative;
	}
	.link_other1B {
		position: absolute;
		left: 372px;
		bottom: 3px;
	}
	.link_other1C {
		position: absolute;
		left: 739px;
		bottom: 3px;
	}
#other2 {
	background: url(img/other2.jpg) no-repeat 0 0;
	width: 1000px; height: 240px;
	position: relative;
	}
	.link_other2A {
		position: absolute;
		left: 263px;
		bottom: 63px;
	}
	.link_other2B {
		position: absolute;
		left: 661px;
		bottom: 41px;
	}



#footer {
	width: 1000px; height: 207px;
	background: url(img/footer.jpg) no-repeat;
	clear: both;
	}
#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 25px 20px;
	font-size: 15px;
	color: #000;
	background-color: #e33630;
	cursor: pointer;
	border-radius:50px;
	}
	#gotop:hover {
		background-color: #85b622;
		color: #fff;
		cursor: pointer;
	}

