@charset "UTF-8";
#container {
	margin: 0 auto; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	width: 980px;
	font-size: 16px;
	background-color: #FFF;
}
#header {
	width: 980px;
	background-color: #FFF;
	position: relative;
}
#menu {
	width: 980px;
	background-color: #FFF;
}
#main {
	width: 980px;
	background-color: #FFF;
}
#main1 {
	width: 280px;
	float: left;
	text-align: center;
	background-color: #FFF;
}
#main2 {
	width: 700px;
	float: right;
	background-color: #FFF;
}
#footer {
	text-align: center;
	clear: both;
	width: 980px;
	background-color: #EBEBEB;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-top: 18px;
}
#datapoint1 {
	height: 780px;
	width: 208px;
	background-color: #FFC;
	padding: 18px;
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 18px;
}
#column {
	width: 646px;
	background-color: #DDFFDF;
	padding: 18px;
	text-align: left;
	margin-top: 18px;
	margin-right: 18px;
	line-height: 30px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.datanumber {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.datanumberup {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
}
.datanumberdown {
	font-family: Arial, Helvetica, sans-serif;
	color: #090;
}
.datanumberequal {
	font-family: Arial, Helvetica, sans-serif;
	color: #63F;
}
.datatext {
	color: #009;
}
.datatextsmall {
	font-size: 12px;
	line-height: 20px;
} 
.newstext {
	line-height: 20px;
}
.font_title {
	font-size: 24px;
	font-weight: bold;
	color: #800000;
	font-family: "微軟正黑體", "標楷體";
	line-height: 32px;
}
.font_subtitle {
	font-size: 18px;
	font-weight: bold;/*color: #009;
	font-family: "微軟正黑體", "標楷體";*/
	line-height: 16px;
}
.font_subsubtitle {
	font-size: 16px;
	font-weight: bold;
	margin-left: 22px;	/*color: #009;
	font-family: "微軟正黑體", "標楷體";*/
	line-height: 16px;
}
.font_reporttext {
	margin-left: 40px;
}
.font_graphtext {
	font-size: 16px;
	line-height: 10px;
	margin-top: 12px;
}
tr {
	vertical-align: top;
	text-align: left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#clock {
	position:absolute;
	left:790px;
	top:75px;
	width:190px;
	height:35px;
	z-index:1;
}
#block1 {
	width: 610px;
	background-color: #CCF;
	padding: 18px;
}
#block2 {
	width: 608px;
	padding: 18px;
	border: 1px solid #099;
}
.font_caution {
	font-weight: bold;
}
hr {
	width: 202px;
	border: 1px solid #660;
}
#subMenu {
	position:absolute;
	width:100px;
	height:110px; /* 一個月遞增 40 px */
	z-index:2;
	left: 770px;
	top: 155px;
	background-color: #CCC;
	padding: 18px;
	visibility: hidden;
	background-image: url(images/subMenu.jpg);
}
