body{
	margin: 0px;
	padding: 0px;
	font-family: '微軟正黑體',Aril,sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
}

p{
	text-align:justify;
}

#wrapper{
	width: 100%;
}

.layer{
	width: 100%;
}

.wrapper{
	position: relative;
	width: 90%;
	max-width: 1000px;
	min-width: 1000px;
	height: inherit;
	margin: 0 auto;
}

.radius{
	border-radius: 5px;
	overflow: hidden;
}

.radiusB{
	border-radius: 10px;
	overflow: hidden;
}

*:active {
	outline: none;
	border: none;
}

*:focus {outline:0 !important;}

/*acccount*/

#account{
	display: none;
}

/*header*/

#header{
	height: 95px;
	background: #fff;
}

#logo{
	position: absolute;
	top:15px;
	left:0px;
}

#mainMenu{
	display: none;
}


/*marquee*/

#marquee{
	display: none;
}
/*content*/

#content{
	padding: 25px 0 50px;
	background: #d2d2d2;
}

#contentArea{
	background: #f2f2f2;
}

/*footer*/

#footer{
	height: auto;
	min-height: 45px;
	background: #fff;
	margin-top: 50px;
}

#footer .wrapper{
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	height: auto;
	overflow: hidden;
}

#subMenu{
	position: relative;
	top:0px;
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

#subMenu li{
	display: inline-block;
	margin: 0 12.5px;
	color: #666;
	transition:.2s;
}

#subMenu li:hover{
	text-decoration: underline;
}

#contact{
	display: none;
}

#footerLogo{
	display: none;
}

#copyright{
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #666;
	text-align: center;
}

.back{
	float: right;
	margin: 35px 0;
	padding: 5px 15px;
	background: #fff;
	color: #fff;
}

.newsback{
	float: right;
	margin: 15px 50px;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 30px;
	background: #fff;
	color: #fff;
}

#insideContent p{
	margin: 25px 100px !important;
	font-size: 15px !important;
	line-height: 30px !important;
	color: #555;
}

.agree{
	width: 100%;
	padding: 25px 0;
	border-top: #aaa 1px solid;
	text-align: center;
}

#mallSelect {
	display: none;
}



