@charset "utf-8";
*html{	width:100%;	height:100%; /*IE7 and below*/}
body {
	background-color: #FFFFFF;
	color: #706f6f;
	font-family: Arial, "新細明體";
	font-size: 63%;
	line-height: 220%;
	width:100%;
	margin:0;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	/*background-attachment: fixed;*/
}
a:link{
	color: #a2b800;
	text-decoration: none;
}
a:visited{	color: #a2b800;text-decoration: none;}
a:hover {	color: #000;}
a:active{	color: #000;}
form {margin: 0px; padding:0;}
fieldset{margin:0; padding:0; border:none;}
legend{}
img {border-style: none;}
table {border-collapse:collapse;}
thead {display:table-header-group;/*列印時，所有分頁均顯示表頭*/}
tfoot {display:table-footer-group;/*列印時，所有分頁均顯示表尾*/}
.required {/*上標字*/
	vertical-align: 10%;
	color: #FF0000;
}
#wrapper.wrapperForHome{
	min-width:1000px;
	width:auto!important;
	width:1000px;
	height:auto;
	text-align: left;/*配合body text-align設定*/
	overflow:hidden;
	background-image: url(../images/bg_fashion.gif);
	background-repeat: no-repeat;
	background-position: 820px top;
}
#wrapper.wrapperForPage{
	width:auto!important;
	width:1000px;
	min-width:1000px;
	height:auto;
	text-align: left;/*配合body text-align設定*/
	overflow:hidden;
}
input,select{
	font-size:12px;
	color:#c0c0c0;
}