@charset "utf-8";
html{
	width:100%;
	height:100%;
	background-image: url(../images/bg_html.gif);
	background-repeat: repeat;
	behavior: url(scripts/csshover3.htc);
}
body {
	color: #666;
	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-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper{
	width:100%;
	margin:0 auto;
	text-align: left;/*配合body text-align設定*/
	background-image: url(../images/bg_wrapper.png);
	background-repeat: repeat-y;
	background-position: center top;
	zoom:1;
	overflow:hidden;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover { color: #b90000; }
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;
}
.required {
	vertical-align: 10%;
	color: #FF0000;
}
a.more{
	background-image:url(../images/btn_01.png);
	background-repeat: no-repeat;
	text-indent: -2000px;
	display: block;
	height: 17px;
	width: 37px;
	overflow: hidden;
	cursor:pointer;
}
