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

	#nav1{
		float:left;
		}
	#nav1 a{
		width:150px;
		height:45px;
		display:block;
		background:url(../images/menu_zh.jpg) no-repeat 0 0; 
		}
	#nav1 a:hover{
		background:url(../images/menu_zh.jpg) no-repeat 0 -45px; 
	}	



	#nav2{
		float:left;
		}
	#nav2 a{
		width:150px;
		height:45px;
		display:block;
		background:url(../images/menu_zh.jpg) no-repeat -150px 0; 
		}
	#nav2 a:hover{
		background:url(../images/menu_zh.jpg) no-repeat -150px -45px; 
	}
	
	
	
	#nav3{
		float:left;
		}
	#nav3 a{
		width:150px;
		height:45px;
		display:block;
		background:url(../images/menu_zh.jpg) no-repeat -300px 0; 
		}
	#nav3 a:hover{
		background:url(../images/menu_zh.jpg) no-repeat -300px -45px; 
	}
	
	
	
	#nav4{
		float:left;
		}
	#nav4 a{
		width:150px;
		height:45px;
		display:block;
		background:url(../images/menu_zh.jpg) no-repeat -450px 0; 
		}
	#nav4 a:hover{
		background:url(../images/menu_zh.jpg) no-repeat -450px -45px; 
	}
	
	
	
	#nav5{
		float:left;
		}
	#nav5 a{
		width:150px;
		height:45px;
		display:block;
		background:url(../images/menu_zh.jpg) no-repeat -600px 0; 
		}
	#nav5 a:hover{
		background:url(../images/menu_zh.jpg) no-repeat -600px -45px; 
	}
	
/*各抬頭設定*/	
.title1 {width:310px;height:40px; background:url(../images/title_zh.png) no-repeat 0 0; }
.title2 {width:310px;height:40px; background:url(../images/title_zh.png) no-repeat 0 -50px;}
.title3 {width:310px;height:40px; background:url(../images/title_zh.png) no-repeat 0 -100px;}
.title4 {width:310px;height:40px; background:url(../images/title_zh.png) no-repeat 0 -150px;}
.title5 {width:310px;height:40px; background:url(../images/title_zh.png) no-repeat 0 -200px;}
.title6 {width:310px;height:40px; background:url(../images/title_zh.png) no-repeat 0 -250px;}
.title7 {width:310px;height:40px; background:url(../images/title_zh.png) no-repeat 0 -300px;}
.title8 {width:310px;height:40px; background:url(../images/title_zh.png) no-repeat 0 -350px;}
	