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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #FFFFFF;
	background-color: #c4d700;
}
div.bgarea {
	width: 100%;
	background-color: #c4d700;
	background-repeat: repeat-x;
	background-position: center center;
	position: relative;
}
div.area {
	width: 1004px;
	text-align: left;
	background-color: #c4d700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	position: relative;
	height: 690px;
	margin-right: auto;
	margin-left: auto;
}
div.swfarea {
	height: 580px;
	width: 1004px;
	/*background-image: url(../images/index_swfarea.jpg);*/
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
}
div.copyright {
	font-size: 12px;
	line-height: 20px;
	background-color: #c4d700;
	color: #666666;
	text-align: left;
	position: absolute;
	width: 584px;
	height: 100px;
	top: 590px;
	left: 420px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	text-indent: 10px;
}
#copyright div {
	height: 24px;
}

div.copyleft {
	height: 100px;
	left: 0px;
	top: 590px;
	width: 410px;
	position: absolute;
	text-align: right;
	margin-right: 10px;
}
.copyleft div {
	height: 24px;
}
div.text {
	height: 36px;
}
div.text2 {
	height: 45px;
	vertical-align: middle;
}



#copyright .text {
	font-size: 12px;
	color: #666666;
}
#copyright span {
	font-family: Arial, Helvetica, sans-serif;

}
#copyright a:link,#copyright a:visited {
	color: #000000;
	text-decoration: none;
}
#copyright a:hover,#copyright a:active {
	color: #666666;
	text-decoration: none;
}
div.pagination {
	padding-top: 10px;
	padding-bottom: 10px;
}


.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
}

.pagination li{
	list-style-type: none;
	display: inline;
}
