/*@charset "utf-8";
 CSS Document */

/* 共通 css開始  */
body {
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
	background:#A7DFFF;
	font-size:16px;
	color:#31465B;
	overflow-x:hidden;
}
a {
	text-decoration:none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());		
}
.wrap{
	width:960px;
	margin:0 auto;
	position:relative;
}
.cloud{
	width: 1920px;
	height: 645px;
	position: fixed; /*不轉動(不會向下向上移動) */
	z-index: -1;  /*不轉動(不會向下向上移動) */
	background:url(../img/cloud.png) top center no-repeat;
	left: 0px;
	top: 0px;
}
.top{
	width:960px;
	height: 71px;
	margin-top:3px;
	background:url(../img/topbk.png) top center no-repeat;
	position:relative;
}
.navi{
	width:960px;
	height:33px;
	background:#0C5BA5 top center no-repeat;
}
.navibt{
	width:80px;
	height:33px;
	line-height:33px;
	color:#fff;
	font-size:16px;
	float:right;
	text-align:center;
	display:block;
	margin:1px 0px 0 0;
}
.navibt:hover{
	background:#76B506;
}
.slider{
	width:960px;
	height:220px;
	position:relative;
}
.slider img{
	position:absolute;
}
.content{
	width:960px;	
	background:#FEFEFE;
	padding:15px 0;
}
.contenttitle{
	marign:10px 0 10px 10px;
	font-size:18px;
	color:#0080C0;
	width:100px;
	font-weight:700;
	padding-left:7px;
	}
.contenttitle2{
	marign:10px 0 10px 10px;
	font-size:18px;
	color:#0080C0;
	width:390px;
	font-weight:700;
	padding-left:7px;
	}	
.footer{
	width:960px;
	height:62px;
	position:relative;
	background:url(../img/footer-s.png) top center no-repeat;
	clear:both;
}
