@charset "utf-8";
/* CSS Document */
body {
	background: #666666;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	font-family: "細明體", "新細明體";
	font-size: 100%;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.oneColFixCtr #container {
	width: 850px;
	margin: 0 auto; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	border: 1px solid #000000;
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	background-color: #FFFFFF;
	background-image: url(images/yoyo_mix_r3_c1.gif);
}
.oneColFixCtr #mainTop {
	background-image: url(images/yoyo_mix_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 308px;
	width: 850px;	
}
.oneColFixCtr #mainMenu {
	background-image: url(images/yoyo_mix_r2_c1.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 850px;	
}
.oneColFixCtr #mainContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12pt;
	line-height: 120%;
}
.oneColFixCtr #mainFoot {
	background-image: url(images/yoyo_mix_r4_c1.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 850px;	
}
.size_11 {
	font-size: 11px;
}
.size_12 {
	font-size: 12px;
}
.size_14 {
	font-size: 14px;
}
.size_16 {
	font-size: 16px;
}
.color_01 {
	color: #666;
}
.color_02 {
	color: #F00;
}
.color_03 {
	color: #00F;
}
.color_04 {
	color: #F60;
}
.color_05 {
	color: #060;
}
.color_06 {
	color: #F09;
}
.color_07 {
	color: #60C;
}
.color_08 {
	color: #369;
}
.color_09 {
	color: #FFF;
}
.color_10 {
	color: #990000;
}
#left_list a:link {
	text-decoration: none;
	color: #fff;
}
#left_list a:visited {
	text-decoration: none;
	color: #fff;
}
#left_list a:hover {
	text-decoration: underline;
	color: #FF0;
}
#left_list a:active {
	text-decoration: none;
	color: #FF0;
}
