@charset "utf-8";
html {
	}
body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #111;
		width: 100%;
		height: 100%;
	}
#center {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	}
.title {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	}
.link{
	margin-top: 0px;
	margin-bottom: 5px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.link a.here{
	color: #FFFF00;
	background-image: url(arrow_over.gif);
	font-weight: bold;
}
.link a{
	font-family: "新細明體";
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 1em;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}
.link a:hover{
	color: #FFFF00;
	background-image: url(arrow_over.gif);
}
#slider {
	position: absolute;
	width: 810px;
	overflow: hidden;
	border: 20px solid #000;
	background-color: #111;
	top: 90px;
	}

#slider  h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9900;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#slider  table{
	margin: 0px;
	width: 100%;
}
#slider  .table_ans{
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#slider  table td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFF00;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	line-height: 20px;
}
#slider  table .ans{
	color: #FF6600;
}
#slider  table a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#slider  table a:hover{
	color: #009999;
}
#slider  ul {
	width: 90%;
}
#slider  ul li{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	list-style-type: none;
}
#slider  ul li a{
	color: #FFFFFF;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 10px;
	text-decoration: none;
}
#slider  ul li a:hover{
	color: #FFFF00;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 10px;
	text-decoration: none;
}
.top {
	color: #FFFF00;
}
.top:hover{
	color: #FF0000;
}

