@charset "utf-8";
/* CSS Document */
/*over all*/

body {
	margin:0;
	padding:0;
}
a {
	color:#AD6327;
	font-size:12px;
	text-decoration:none;
}
a:visited {
	color:#603813;
}
a:hover {
	color:#E8BB95;
}
a:active {
	color:#522929;
}
.emphi {
	color:#996633;
}
h2 {
	font-family:標楷體
}
.title {
	font:20px 標楷體;
}
/*layout*/
.background {
	position:absolute;
	padding:0 auto;
	background:scroll url(image/NCKUMagazine.jpg) no-repeat;
	width:1024px;
	height:768px;
	margin:auto;
	z-index:1;
}
.main {
	width:600px;
	height:590px;
	position:absolute;
	float:right;
	top:22%;
	left:30%;
	z-index:2;
}
.navi {
	height:40px;
	z-index:3;
}
.content {
	height:510px;
	z-index:3;
}
.info {
	height:40px;
	z-index:3;
	font-size:10px;
	color:#999999;
	padding:5px;
}
.thumb {
	background-color:#CCCCCC;
	width:20%;
	position:absolute;
	top:37px;
	padding:2px;
}
.text {
	width:80%;
	position:absolute;
	left:20%;
	top:40px;
	font-size:12px;
	overflow:visible;
	padding:10px;
}
.line {
	background:#CCCCCC none repeat scroll 0 0;
	height:0.5px;
	overflow:hidden;
	padding:2px;
}
.counter {
	position:absolute;
	top:210px;
	*top:220px;
	left:90px;
	width:250px;
	color:#666666;
	font-size:10px;
	z-index:4;
}
/*NCKU link*/
.toNCKU {
	background:url(image/toNCKU.png) no-repeat;
	display:block;
	width:98px;
	height:35px;
	position:absolute;
	top:710px;
	margin:10px 80px
}
.toNCKU span {
	visibility:hidden;
	font-size:23px;
}
.toNCKU:hover {
	cursor:pointer;
}
/*nav bar*/
.navBlock {
	background-position:center center;
	background-repeat:no-repeat;
	width:98px;
	height:25px;
	position:relative;
	top:0px;
	padding:5px;
}
.index {
	background:url(image/index.png) no-repeat;
	display:block;
	position:absolute;
	left:0px;
}
.index span {
	visibility:hidden;
	font-size:23px;
}
.index:hover {
	background:url(image/indexF.png) no-repeat;
	cursor:pointer;
}
.about {
	background:url(image/about.png) no-repeat;
	display:block;
	position:absolute;
	left:94px;
}
.about span {
	visibility:hidden;
	font-size:23px;
}
.about:hover {
	background:url(image/aboutF.png) no-repeat;
	cursor:pointer;
}
.recent {
	background:url(image/recent.png) no-repeat;
	display:block;
	position:absolute;
	left:192px;
}
.recent span {
	visibility:hidden;
	font-size:23px;
}
.recent:hover {
	background:url(image/recentF.png) no-repeat;
	cursor:pointer;
}
.history {
	background:url(image/history.png) no-repeat;
	display:block;
	position:absolute;
	left:290px;
}
.history span {
	visibility:hidden;
	font-size:23px;
}
.history:hover {
	background:url(image/historyF.png) no-repeat;
	cursor:pointer;
}
.subscribe {
	background:url(image/subscribe.png) no-repeat;
	display:block;
	position:absolute;
	left:388px;
}
.subscribe span {
	visibility:hidden;
	font-size:23px;
}
.subscribe:hover {
	background:url(image/subscribeF.png) no-repeat;
	cursor:pointer;
}
.contact {
	background:url(image/contact.png) no-repeat;
	display:block;
	position:absolute;
	left:486px;
}
.contact span {
	visibility:hidden;
	font-size:23px;
}
.contact:hover {
	background:url(image/contactF.png) no-repeat;
	cursor:pointer;
}
/*independent pages*/
.abouttd {
	font-size:13px
}

