@import url("reset.css");

body{
	background-color:#ccc;
	font-family:"微軟正黑體";
}


/*=====================頁首======================*/

#TOP{
	width:100%;
	background-color:#0089D2;
	height:61px;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: left;
}

#TOP h1{
	float:left;
	text-indent:-9999px;
	background-image:url(images/phone.png);
	background-repeat: no-repeat;
	height:61px;
	}
	
#TOP h1 a{
	display:block;
	width:220px;
	line-height:61px;
	}

#TOP ul{
	float:right;
	padding-right:5px;
	
}

#TOP li{
	float:left;
}

#TOP li a{
	display:block;
	line-height:61px;
	color:#FFF;
	text-decoration:none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
}


/*=====================頁尾======================*/


#FOOTER{
	background-color:#666;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	padding-top:20px;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	
}

#FOOTER ul{
	margin: 0 25px;
	
	}

#FOOTER li{
	color:#FFF;
	line-height:20px;
	font-weight:normal;
	font-size:14px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	display:inline-block;
}

#FOOTER a,a:hover{
	color:#FFFFFF;
	}

