@charset "utf-8";

/*
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif, 細明體;
	color: #333333;
	text-align:center;
	background-color:#000000;
	
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
img {
	border: none;
}
td {
	word-break:break-all;
} 

#all{
    width:1024px;
}

#header{
    width:100%;
	
}

#footer{
    width:100%;
	height:81px;
	background-image:url(../images/index_02.gif);
}
#a{
    width:950px;
	height:50px;
	margin-top:20px;
	
}
