@charset "utf-8";
/* CSS Document */
#content_title {
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	font-family: Arial, "微軟正黑體";
	position: absolute;
	left: 220px;
	top: 48px;
	z-index: 50;
}
#notice {
	width:660px;
	position: relative;
	margin: 0 auto;
	line-height: 24px;
}
#notice a {
	color: #CE5A5A;
	text-decoration: underline;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#notice a:visited {
	color: #CE5A5A;
	text-decoration: underline;
}
#notice a:hover {
	color: #F30;
	text-decoration: underline;
}
#notice table td {
	padding: 5px 0;
	letter-spacing: 0px;
}
#notice span1 {
	color: #B0961F;
	font-size:22px;
	font-weight:bold;
	font-family: Consolas, "新細明體";
}
#notice span2 {
	color: #E3CC7A;
}
