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: 70px;
	}

#video {
	height: 365px;
	background: url(img/3_author05.jpg) no-repeat;
	padding: 0px 0px 0px 175px;
	}

#readF {
	clear: both;
	}
#readF img{
	float: left;
	}
.article{
	background:#000 url(img/6_read03.jpg) no-repeat;
	float: left;
	width: 685px;/*700-15*/
	height: 640px;
	padding-right: 15px;
	overflow: auto;
	font-size: 15px;
	color: #a4b6bb;
	line-height: 1.5em;
	}
.article p {
	margin-bottom: 20px;
	}

#footer {
	height: 171px;
	background: url(img/footer.jpg) no-repeat;
	clear: both;
	}
#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 23px 20px;
	font-size: 15px;
	color: #000;
	background-color: #ccb890;
	cursor: pointer;
	border-radius:50px;
	}
	#gotop:hover {
		background-color: #ed6f07;
		color: #e2e7e8;
		cursor: pointer;
	}

