@charset "big5";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	height: 164px;
	background-image: url(images/header_line.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
}
#header_body {
	font-family: "微軟正黑體", Arial;
	line-height: 15px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 56px;
}
#header #header_body ul li{
	display: inline;
	font-family: "微軟正黑體", Arial;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0080CB;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: none;
}
#header #header_body ul {
	padding-top: 25px;
	margin: 0px;
}
#header #header_body #logo {
	margin-right: 30px;
}
#login_content {
	font-family: "微軟正黑體", Arial;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
}
#login {
	width: 474px;
	border: 1px solid #999;
	background-image: url(images/login_bg.png);
	padding-top: 50px;
	height: 220px;
	text-align: left;
	margin-top: 20px;
}
#footer {
	background-image: url(images/footer_line.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	font-family: "微軟正黑體", Arial;
	font-size: 11px;
	line-height: 24px;
	color: #333;
	text-align: center;
	padding-top: 10px;
	margin-top: 50px;
	clear: left;
}

#member_main {
	font-family: "微軟正黑體", Arial;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#member_menu {
	width: 203px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	float: left;
	margin-bottom: 30px;
}
#menu_body {
	width: 160px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 180px;
	margin-bottom: 50px;
}
#member_main #member_menu #menu_body li a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	display: block;
	line-height: 50px;
	width: 100%;
}
