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

body{
	background-repeat: repeat-x;
}

/*--最外層--*/
#WRAPPER{ width:1024px;
	margin:0 auto;
	padding:0 ;}
	
/*----主選單---*/
#Header{background-color: #78797b ;
	width:1024px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
}

#Header img{
	position: absolute;
	left: 128px;
	top: 1px;
}

#Header ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 150px;
	
	
}

#Header li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
	
}

#Header li a{
	display: block;
	width: 80px;
	height: 20px;
	text-align: center;
	padding-top: 60px;
	text-decoration: none;
	color: #ffffff;
	
}
#Header li a:hover{
	 background-color:#990000; height:20px;
	 }

/*---次選單---*/
#MAIN{float:left; margin:0; padding:0; width:224px; padding-top:15px; background-color:#f7f7f7;}
#MAIN ul{width:180px; margin-left:50px; color#333333; padding-right:10px}
#MAIN li{display:block; list-style-type:none; line-height:20px; font-size:10px}
#MAIN li a{ text-decoration:none; }
#MAIN li a:hover{padding-right:5px;}


/*----內容區----*/
#CONTENT{ width:800px;  margin-right:0; float:right	}
#CONTENT h1{display: none}
	
#CONTENT img{ margin:0; padding:0;
	}
	

		
	
	
/*----頁尾----*/

#Bottom{
clear:both;
	width: 100%;
	height:auto;		
	font-size:11px;
	
	}
#Bottom h1{font-size:10px;
	text-align:center; text-align:right; font:Arial, Helvetica, sans-serif; font-weight:normal}
