@charset "utf-8";
body {
	font: 100% 細明體, 新細明體;
	background: #666666;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */	color: #000000;
}
.oneColFixCtr #container {
	width: 1200px; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	/* [disabled]border: 1px solid #000000; */ /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	height: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #000;
}
.oneColFixCtr #mainContent {
	padding: 0; /* 請記住，欄位間隔就是 Div 方塊內部的空間，而邊界就是 Div 方塊外部的空間 */
}
#menu_box {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	height: 50px;
}
#menu_box ul {
	list-style-type: none;
	display: block;
	height: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 100px;
	margin-bottom: 0px;
}
#menu_box ul li {
	float: left;
	display: block;
	height: 20px;
	margin-top: 20px;
}
#menu_box ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 265px;
}
#menu_box ul li a:hover {
	text-decoration: underline;
}

#iframe_box {
	height: 850px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
