@charset "utf-8";
/* CSS Document */
#container {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header {
	width: 800px;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	background-color: #FFF;
}
#date {
	height: 322px;
	width: 800px;
	background-color: #0CF;
	text-align: center;
}
#top {
	width: 800px;
	background-color: #F36;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	font-family: "微軟正黑體";
}
#title {
	width: 800px;
	background-color: #1FAD98;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	font-size: 24px;
	line-height: 50px;
	color: #FFFF4D;
	font-weight: bold;
	font-family: "微軟正黑體";
}
#article {
	width: 740px;
	height: auto;
	color: #000;
	text-align: left;
	line-height: 21px;
	font-size: 15px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FF9;
	letter-spacing: 0.2em;
	text-indent: 24pt;
	font-family: "微軟正黑體";
}
#footer {
	text-align: center;
	width: 800px;
	font-family: "微軟正黑體";
	font-size: 10px;
	color: #FFF;
	background-color: #FF4A85;
	line-height: 17px;
	height: 50px;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
	
#h3 {
	font-size: 15px;
	color: #03F;
	font-family: "微軟正黑體";
}
#h3-center {
	text-align: center;
	font-family: "微軟正黑體";
}
body {
	background-color: #CCC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.center{
	text-align: center;}
#video {
	height: auto;
	width: 800px;
	padding-top: 10px;
	background-color: #000;
	padding-bottom: 10px;
}
