﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul ,li {
	list-style:none;
}
caption, th {
	text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.clear_both {
	border-top:0px solid transparent !important;
	margin-top:0px !important;
	border-top:0px;
	margin-top:0px;
	visibility:hidden;
	clear:both;
}
.float_left{ float:left;}
.float_right{ float:right;}
body {
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
	font-size: 12px;
	color: #999;
	line-height: 18px;
	-webkit-text-size-adjust: none;
}

/*footer永遠置底*/
body {
	height: 100%;
}
.wrap {
	min-height: 100%;
 *display: table; /* For IE7 Hack */
 *height: 100%; /* For IE7 Hack */
	/*padding-bottom: 150px;*/
}