@charset "utf-8";
/* Design by Arlen (asia93994.com) */

/* 頁面整體設計 */
body{
	font-size:12px;
	font-family: "新細明體", Tahoma, Verdana;
	background-color:#8691A2;
}

a, a:link, a:visited{
	text-decoration:none;
	color:#0066CC;
}
a:hover, a:active{
	color:#0066FF;
}

/* 主頁框 */
#mainFrame{
	position:absolute;
	width:800px;
	left:40%;
	margin-left:-300px;
	top:20px;
}

/* 頁面頂部 */
#Banner{
	width:100%;
	background:url('../images/banner.jpg'); /* 網頁橫幅 */
	background-repeat:no-repeat;
	background-position:center;
	height:200px;
	padding:2px;
}

/* 頁面尾部 */
#footer{
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
	padding:2px;
	border:#000000 1px solid;
	clear:both;
}

/* 主要頁面 */

/* 選單 */
#Menu{
	width:290px;
	height:300px;
	padding:2px;
	background:#FFFFFF;
	border:1px solid #000000;
	margin:2px;
	float:right;
	overflow:hidden;
}
#menu_list{
	height:14px;
	margin:2px;
	text-align:center;
	padding:2px;
	color:#F60
}
#menu_list:hover{
	height:16px;
	background:#6666CC;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
}
#menu_space{
	border-bottom:#666666 dotted 1px;
	text-align:center;
	margin:1px;
	padding:1px;
}
/* 內文 */
#body{
	width:490px;
	height:300px;
	padding:2px;
	background:#FFFFFF;
	border:1px solid #000000;
	margin:2px;
	float:left;
	overflow:hidden;
}
#mainbody{
	width:490px;
	height:300px;
	float:left;
	overflow:hidden;
}
#mainscroll{
	width:18px;
	float:right;
	height:298px;
}

#maintext{
	width:100%;
	margin:5px;
}
#loading{
	position:absolute;
	width:200px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #000000;
	color:#000000;
	background:#FFFFFF;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-10px;
	z-index:500;
}
/* 表單設定 */
#button{ /* 表單按鈕請加上 id="button" 的值 */
	border:#000000 1px solid;
	background:#FFFFFF;
	font-size:12px;
}
input{
	font-size:11px;
	border-bottom:1px #000000 solid;
	border-left:hidden;
	border-top:hidden;
	border-right:hidden;
	background:#FFFFFF;
}
#email_check, #password_check, #username_check{
	float:right;
	height:14px;
}
#username, #passowrd, #password2, #email{
	height:14px;
}