@charset "utf-8";
/* CSS Document */
body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #FFFFFF;
	background-color: #2E2E2E;
}
A:link {
	text-decoration : none;
	color: #FFFF00;
}
A:visited {
color : #FFFF00;
text-decoration : none;
}
A:active {
color : #FFFF00;
text-decoration : none;
}
A:hover {
color : #FFFF00;
text-decoration : underline;
}
#navigation {
	width: 780px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 34px;
	overflow: hidden;
}
#navigation li {
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 6px 0 8px 0;
	color: #FFFFFF;
	background-color: #4C924D;
	background-image: url(images/list_bg.gif); /* 指定滑鼠未移到連結上方時顯示的底圖 */
	background-position: left top; /* 滑鼠未移到連結上方時，底圖顯示位置為對齊左上角 */
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	background-color: #297E27; /* 指定滑鼠移到連結上方時顯示的底圖 */
	background-position: right top; /* 滑鼠移到連結上方時，底圖顯示位置為對齊右上角 */
	color: #000000;
	font-weight: bold;
}
#space {
	background-image: url(images/nfswo_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

