@import url(cssforms.css);
/*指定語系 */
@charset "utf-8";
body,html {
	margin: 0px;
	padding:0px;
	font-family:'微軟正黑體',Arial,"新細明體";
	text-align: center;
	font-size:15px;
	vertical-align:top;	
	scrollbar-shadow-color:#fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #000;
	scrollbar-track-color: #f7f7f7;
	scrollbar-arrow-color: #000;
	scrollbar-base-color:#fff;
	background:#FFF;
}
a {
	color:#717070;
	text-decoration: none;
}
a:hover{
	color: #0068b7;
}
img{border:0px;}
form {
margin: 0px;
padding:0px;
}


/*樣版大小設定 */
#allitem{
	margin:0 auto 0 auto;
	width:1001px;
	text-align:left;
	background-color:#FFF;
}
.Top1{
}
.Top2{

}
.Left{
}
.Center{
}
.Right{
}
.Bot1{
}
.Bot2{
}
.clear{clear:both;font-size:1px;width:1px;height:1px;visibility:hidden;}

ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#header .tabs {
		float:left;
		padding:4px 0 0 0;
		position:relative;
		width: 869px;
	}
	#header .tabs li {
		float:left;
		position:relative;
	}
	#header .tabs li a {
				float:left;
				font-size:15px;
				color:#4b4b4b;
				text-decoration:none;
				text-transform:uppercase;
				text-align:center;
				background:url(../images/nav-bg.png) no-repeat 0 0;
				width:115px;
				line-height:32px;
				margin-right:-15px;
				position:relative;
				text-indent:-10px;
			}
	#header .tabs li a:hover {
				background:url(../images/nav-bg-act.png) no-repeat 0 0;
				color:#fff;
			}
			#header .tabs li.active {
				z-index:100 !important;
			}
				#header .tabs li.active a {
					background:url(../images/nav-bg-act.png) no-repeat 0 0;
					color:#000;
				}
	
	#header .tabs li.item1 {
		z-index:7;
	}
	#header .tabs li.item2 {
		z-index:6;
	}
	#header .tabs li.item3 {
		z-index:5;
	}
	#header .tabs li.item4 {
		z-index:4;
	}
	#header .tabs li.item5 {
		z-index:3;
	}
	#header .tabs li.item6 {
		z-index:2;
	}
	#header .tabs li.item7 {
		z-index:1;
	}
	/*內容*/
	div.tab_container {
		clear: left;
		width: 100%;
		border-top: none;
		background: #dcdada;
	}
	div.tab_container .tab_content {
		padding:20px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}
		
.nav{
	position:relative;
}
.accesskey{
	position:absolute;
	top:0px;
	left:0px;
}