@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: #000000;
}
div.bgarea {
	width: 100%;
	background-color: #000000;
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
div.area {
	width: 1004px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-x;
	background-color: #501519;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
div.swfarea {
	height: 580px;
	width: 1004px;
	/*background-image: url(../images/index_swfarea.jpg);*/
	background-repeat: repeat;
	background-position: center center;
}
div.copyright {
	font-size: 12px;
	line-height: 20px;
	background-color: #000000;
	color: #999999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#copyright .text {
	font-size: 12px;
	color: #7E1615;
}
#copyright span {
	font-family: Arial, Helvetica, sans-serif;

}
#copyright a:link,#copyright a:visited {
	color: #FF6600;
	text-decoration: none;
}
#copyright a:hover,#copyright a:active {
	color: #FFFFFF;
	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;
}
.pagination .icon {
	background-image: url(../images/index_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	position: relative;
}

