
@charset "utf-8";
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

::selection {
    background: #000000;
    color: #fff;
}
::-moz-selection {
	background: #000000;
    color: #fff;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體";
}

#bd {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#bd #head {
	float: left;
	height: 200px;
	width: 950px;
	padding-top: 30px;
}
#bd #head #logo {
	text-align: center;
	height: 200px;
	padding-top: 0px;
	width: 950px;
	float: left;
}

#bd #head #line {
	text-align: center;
	height: 10px;
	width: 950px;
	float: left;
}
#bd #button {
	text-align: center;
	float: left;
	height: 50px;
	width: 950px;
	padding-top: 10px;
}
#bd #content {
	float: left;
	width: 950px;
}
#bd #foot {
	font-size: 10pt;
	color: #5a5a5a;
	text-align: center;
	height: 35px;
	width: 950px;
	padding-top: 15px;
	float: left;
}