﻿body {
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.8em;
	font-family:"新細明體";
	color: #595959;
	text-align:justify;
	text-justify:inter-ideograph;
}
dl{
	margin:15px 0 15px 35px;
}
dt{
	padding:0px;
	margin:15px 0px 0px 0px;
	font-weight:bold;
}
dd{
	padding-left:28px;
	margin:10px 0 0 0;
}


/*---- 頁首 ----*/
#HEADER{
	width:100%;
	height:200px;
	background:url(images/top_bg.jpg) 0 0 repeat-x;

}

/*---- 主選單 ----*/
#MAIN_NAV{
	width:180px;
	min-height:480px;
	background-color:#fff;
	background:url(images/menu_image.jpg) center bottom no-repeat;
}


/*---- 標題 ----*/
#main_title{
	padding-left:50px;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	color:#2D4455;
	background-image: url(images/point.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-left:35px;
}


/*---- 內容區 ----*/
#CONTENT {
	height: ;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;

}
#graph_left {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

.SECTION{
	margin:30px 10px;
}
#CONTENT p{
	margin:15px 0 15px 10px;
}
#CONTENT p a:link{
	color:#595959;
	text-decoration:none;
}
#CONTENT p a:hover{
	color:#595959;
	text-decoration:none;
}


#CONTENT H2{
	padding-left:45px;
	color:#4C6C89;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	background-position: 0px 5px;
}
#CONTENT H2 a:link,
#CONTENT H2 a:visited
{
	color:#4C6C89;
	text-decoration:none;
}
#CONTENT H2 a:hover{
	color:#4C6C89;
}

#CONTENT H3{
	color:#5151A2;
	font-size:16px;
	font-weight:bold;
	padding-left: 10px;
}
#CONTENT H3{
	color:#5151A2;
	font-size:16px;
	font-weight:bold;
	padding-left: 10px;
}
#CONTENT H3 a:link,
#CONTENT H3 a:visited{
	color:#5151A2;
	text-decoration:none;
}
#CONTENT H3 a:hover{
	color:#7E3D76;
}

#CONTENT H4{
	color:#3D7878;
	font-size:16px;
	font-weight:bold;
	padding-left: 10px;
}
#CONTENT H4{
	color:#3D7878;
	font-size:16px;
	font-weight:bold;
	padding-left: 10px;
}

#CONTENT H5{
	color:#4E9A9A;
	font-size:16px;
	font-weight:bold;
	padding-left: 43px;
}
#CONTENT H5{
	color:#4E9A9A;
	font-size:16px;
	font-weight:bold;
	padding-left: 43px;
}

.p-indent{
	text-indent: 26px;
}
.graph_text{
	font-size:16px;
	text-align:center;
}
.graph_explain{
	font-size:11px;
	line-height: 14px;
}
.graph table {
	border-collapse:collapse;
	border:0px;
}
.graph thead td{
	background-color:#4C6C89;
	color:#F2F5F8;
	text-align: center;
}
.graph tbody th,
.graph tbody td{
	background-color:#e0eaf7;
	text-align:center;

}

td div.leftNoPadding { 
	text-align:left;
}

td div.left {         
	text-align:left;    
	padding-left:80px;  
}                     


td div.theadstyle { 
	background-color:#4C6C89;
	color:#F2F5F8;
	text-align: center;
}

/*---- 頁尾 ----*/
#FOOTER {
	height:51px;
	background:url(images/footer_bg.jpg) 0 0 repeat-x;
	padding-top: 12px;
	text-align: center;
	line-height: 1.5em;
}
#FOOTER p {
	font-size: 12px;
	font-family: Arial;
	color: #565656;
	text-align:center;
	line-height:18px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}