@charset "utf-8";
html{
	width:100%;
	height:100%;
}
body {
	color: #424242;
	text-decoration: none;
	font-family: Verdana, "新細明體", sans-serif;
	font-size: 63%;
	line-height: 180%;
	margin: 0px;
	width:100%;
	height:100%;
	text-align: center;/*向下相容舊版Browser無法判別margin:0 auto的置中語法*/
	background-color: #FFFFFF;
}
#wrapper{
	width:100%;
	margin:0 auto;
	/*text-align: left;*//*配合body text-align設定*/
	zoom:1;
	overflow:hidden;
}
a{
	color: #424242;
	text-decoration: none;
}
a:hover { color: #fe7002; }
img {	border-style: none;}

form {	margin: 0px;}
table {	border-collapse:collapse;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


