@charset "utf-8";
/* CSS Document */
body{
	text-align: center;
	font-size: 92%;
	font-family:"Times New Roman", Times, serif,"AR MingtiM BIG-5";
	line-height: 1.5;
	letter-spacing: 0.1em;
	color:#333333;
	background-color:#FFFFFF;
	margin: 0 10px 0;
	padding: 0;
}
h1{
    text-align: left;
	font-size:150%;
	color:#0850B2;
	background-color:#F0F6FD;
	border-top: 7px solid #0850B2;
	border-bottom: 3px solid #CCCCCC;
	margin: 0 0 20px 0;
	padding: 10px;
}
h2{
    text-align: left;
	font-size:117%;
	color:#0850B2;
	background-color:#EFEFEF;
	border-left: 5px solid #0850B2;
	border-bottom: 3px solid #CCCCCC;
	margin: 0;
	padding: 5px;
}
p{
    margin: 10px 0 10px 0;
	text-align: left;
}
#content { 
	width: 980px;
}
.section{
	text-align: center;
	margin: 30px 10px;
}
.tables{
    border-top: none;
	border-bottom:  none;
	border-left: none;
	border-right: none;
	text-align: center;
	margin: 0 250px 0;
}
.tables td{
    border-top: none;
	border-bottom:  1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
.tables th{
    border-top: none;
	border-bottom:  1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	font-weight: normal;
	padding: 10px;
}
#footer{
    height: 20px;
}