/* CSS Document */
body
{
font-size: 11px;
font-family: font-family: Arial, Helvetica, sans-serif;
line-height: 16px;
background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #00AFEC;
	text-decoration: none;
}
a:active {
	color: #00AFEC;
	text-decoration: none;
}
#outer
{
position: relative;
width: 938px;
margin: 0 auto;
}
#header{
	position : absolute;
	float:left;
	left:0px;
	top:0px;
	width:983px;
	height:365px;
}
#header1{
	position : absolute;
	float:left;
	left:0px;
	top:365px;
	width:983px;
	height:38px;
	background: url('img/2.png') no-repeat;
}
#header2{
	position : absolute;
	float:left;
	left:0px;
	top:9px;
	width:983px;
	height:38px;
}
#header2 ul{
	text-align:right; /*文字靠右對齊*/ 
}
#header2 ul li{
	font-size : 10pt; /*文字大小*/ 
	font-weight:bold; /*文字粗體*/ 
	padding-right:30px; /*右邊框留空白*/ 
	display:inline;
}
#header3{
	position : absolute;
	float:left;
	left:0px;
	top:403px;
	width:983px;
	height:13px;
	background-color:#FFFFFF;
}
#header4{
	position : absolute;
	float:left;
	left:-36px;
	top:497px;
	width:983px;
	height:57px;
	background: url('img/4.png') no-repeat;
}
#header5{
	position : absolute;
	float:left;
	left:311px;
	top:10px;
	width:284px;
	height:57px;
	color: #FFFFFF;
	font-size : 6pt; /*文字大小*/ 
	line-height : 100%;
}
#header6{
	font-size : 6pt; /*文字大小*/ 
	position : absolute;
	float:left;
	left:607px;
	top:10px;
	width:364px;
	height:57px;
	color: #FFFFFF;
	line-height : 100%; /*設定行高*/ 
}

#footer
{
position: relative;
clear: both;
}
