@charset "utf-8";
	body,html {
		margin:0px;
		padding:0px;	
	}
	
	body {
		font-size:13px;
		font-family:"Arial";
		height:100%;
	}
	
	img {
		border:none;	
	}
	
	a {
		text-decoration:none;	
	}
	#bgindex{
	height:510px;
	position:relative;

}
	#header_bg{
	width:100%;
	z-index:40;
	height:99px;
	position:relative;
	top:0px;
	background-color: #eeeeee;
}
	#header{
		width:980px;
		margin:0px auto;
		padding-top:4px;
		position:absolute;
		height:100px;
		z-index:50;
        top:-20px;
		left:50%;
		margin-left:-450px;

		
	}
	
	#header > a {
		position:absolute;
		left:-28px;
		top:35px;	
	}

	#header > ul,
	#header > ul > li{
			list-style:none;
			}	

	.brand {
		position:absolute;
		float:right;
		bottom:0px;
		right:0px;

	}
	
	#header > .brand > li {
		float:right;
		position:relative;
		top:-10px;
		
	}

	
	#header > .brand > li > a{
	color: #000;
	margin-right: 30px;
		
	}
	
	#header > .brand > li:first-child +li +li {
    background-image: url(../template/images/index/logo2.png);
	background-repeat: no-repeat;
	padding-left: 20px;	
	top:5px;

		
	}
	
	
	#menu_bg {
	width:100%;
	z-index:50;
	height:40px;
	top:0px;
	position:relative;
	background-image: url(../template/images/menu_bg.png);
	background-repeat: repeat-x;	
}		
	#menu {
	width:980px;
	position:absolute;
	height:32px;
	top:110px;
	z-index:50;
	left:50%;
	margin-left:-480px;


	
	}
	#menu > ul,
	#menu > ul > li{
			list-style:none;
			}	

	#navi {
	float:left;
	position:absolute;
	left: -40px;
	width: 979px;
	bottom:0px;

	}
	
	#menu > #navi > li {
	float:left;
    border-left: 2px;
	border-left-style: solid;
	border-left-color: #6899ba;
	padding-right: 40px;
	padding-left: 45px;
	margin-bottom: -10px;
	height:40px;	
		
	}
	
	#menu > #navi > li:first-child {
    border-left: none;
	}
	
	#menu > #navi > li > a {
	display:block;
	
	color:#FFF;
	font-size:18px;
	z-index:5;
/*	font-weight: bold;*/
	padding-top: 8px;
	font-family:"微軟正黑體";
	cursor:  pointer; 

	
	
	
	}
	

	
	#menu > #navi > li:hover > a {
	color:#FC0;
	}
	
	
	
	#footer_bg {
	width:100%;
	height:100px;
	position:relative;
	z-index:99;
	background-color:#00527c;
	background-repeat: repeat-x;
clear: both;

}	
	.footer {
	
	padding:20px 0;
	position:absolute;
	margin:0 auto;
    line-height:20px;
	color:#FFF;
	font-size: 14px;
	text-align: center;
	left:50%;
    margin-left: -280px;
}	
	.footer>a {
	color:#ffff00;
}	
	.footer>a:hover {
	color:#ffff00;
}
