@charset "utf-8";

/* reset */
html, body, div, span, p, a, font, img, tt, dl, dt, dd, ol, ul, li, table, tr, td, input, select, textarea {
	margin:0px;
	padding:0px;
	border:0px;
}
html,body {
	height:100%;
	width:100%;
	text-align:left;
	-webkit-text-size-adjust:none;
	font-family:  Arial, 'Microsoft Yahei', 新細明體, Helvetica,sans-serif;
	background:#ed6d00;
	color:#555555;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
}

.fixPNG {
	_behavior: url("css/iepngfix.htc");
}

a, a *{
	color:inherit;
	font-size:inherit;
	text-decoration:none;	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}

a:hover, a:hover *{
	text-decoration:none;
}

/* body content */
.outer {
	position:relative;
	width:100%;
	min-height: 100%;
	height: auto !important;
	margin:0px auto;
	z-index:1;
	min-width:1180px;
	
}

.wrapper{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:700px;
	z-index:1;
}

.container{
	position:relative;
	width:100%;
	margin:0px auto;
	display:inline-block;
	z-index:10;
	background:#fff;	
}

.content{
	position:relative;
	width:1180px;
	margin:0px auto;
	z-index:10;
	text-align:left;
	padding-bottom:30px;		
}
