@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	/*-webkit-user-select: none;*/
	/*-webkit-text-size-adjust: none;*/
	margin:0;
	padding:0;
	background: #000 url(../images/dark_stripes.png) repeat;
}
img {
	border:0;
}
/*a {
	color:#c9c9c9;
}
a:hover {
	color:#FFF;
}*/
.main {
	width:1024px;
	margin:0 auto;
	position: relative;
}
/*====================================================*/
.title {
	height:70px;
	width:1024px;
	background: #fff;
}
.top-list {
	margin:22px 0 0 0;
	padding:0;
	float:right;
	width:420px;
	list-style-type:none;
}
.top-list a {
	color:#666;
	font: 13px "微軟正黑體";
	padding-right: 5px;
}
.top-list a:hover {
	color:#000;
}
.top-list li {
	margin:0;
	padding:0;
	float:left;
}
.foot {
	height:50px;
	padding:20px 10px 10px;
	text-align:center;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
	line-height: 20px;
}
