@charset "utf-8";
/* CSS Document */


#top{
	position:absolute; 
	
	z-index:10; 
	width:100%;
}

#mainbody{

	width:100%;
	padding:0;
	font-family:"微軟正黑體";
}


footer{
	
	background:#313131;
	font-family:"微軟正黑體";
	
}


footer .bottom{
	background:#f95e04;
	color:#fff;
	
	height:40px;

}


footer .bottom p{
	
	width:100%;
	max-width:1080px;
	text-align:right;
	line-height:40px;
	padding-right:2%;
	margin:0 auto;
}

@media (max-width:1080px){
	#top{
position:relative; 
z-index:1;

}
}
