@charset "utf-8";

#Content2 {
	width: 980px;
	min-height:550px;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #666;
	min-height:400px;
	text-align: left;
	float: left;
	background-color: #FFF;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 20px;
}


#goback {
	background-image: url(images/goback.jpg);
	background-repeat: no-repeat;
	width: 254px;
	height: 200px;
	float: left;
	position:fixed;
	_position:fixed;
	margin-top: 200px;
}
#goback .inner{
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	_margin-left: 20px;
	width: 180px;
	height: 90px;
	font-size: 15px;
	color: #282828;
}
#goback .inner ul li {
	line-height: 28px;
	background-image: url(images/list2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#goback .inner ul li a {
	text-decoration: none;
	color: #333;
}
#goback .inner ul li a:hover {
	text-decoration: none;
	color: #6A864F;
}



/* CSS Document */

#left {
	float: left;
	width: 254px;
}
#right {
	float: right;
	width: 675px;
	padding-left: 50px;
	text-align: left;

}
#right ul li {
	line-height: 20px;
	background: url(images/list.jpg) no-repeat left center;
	margin-top: 10px;
	font-size: 12px;
	padding-left: 12px;
	color: #333;
}

#right ul li a {
	color: #282828;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #282828;
}
#right ul li a:hover {
	color: #500;
	text-decoration: none;
}
.newsabstract {
	margin-left: 12px;
	_margin-left: 12px;
	color: #828282;
}
