@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/back.gif);
	background-repeat: repeat;
	font-family: "儷黑 Pro", "微軟正黑體", "新細明體";
}#news {
	position:relative;
	width:500px;
	height:20px;
	z-index:1;
	background: #dddddd;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	background-image: url(images/new_background.jpg);
}
.style-date {color: #555555; font-weight: bold;}
#update {
	position:relative;
	width:500px;
	height:20px;
	z-index:2;
	background: #dddddd;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0000FF;
	background-image: url(images/new_background.jpg);
}
.style-notice {
	color: #FF0000;
	font-size: 12px;
}
.style-content {
	color: #000066;
	font-family: "微軟正黑體", "新細明體";
}
.style-year {
	color: #330033;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體";
}
