

body {
	font-family: "新細明體";
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
}


table#TableBlue {
	border-collapse: separate;
	height: 10px;
}
table#TableBlue tr td th {
	padding:10px;
	background-color:#FFFFFF;
	border-bottom:1px dashed #ccc;
	height: 23px;
}


/*標題*/
.head {padding:5px 10px; background-color:#1E4580; color:#FFFFFF; font-weight:bold;}
/*右側*/
.subtitle{background-color:#DFE7EF;color:#89691E;font-weight:700;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-color:#aaa;border-bottom-color:#aaa;border-left-color:#aaa;padding-left:10px;}
/*左側*/
.title {background-color:#FFF;color:#333;border-bottom:1px dashed #aaa; border-right:1px solid #aaa;padding-left: 10px;}
.title a:link {color: #669900;	text-decoration: underline;}
.title a:hover {color: #1E4580;}
.title a:active {color: #FF0000;	text-decoration: none;}
.ftitle {background-color:#FFF;color:#333;border-bottom:1px dashed #aaa;border-right:1px solid #aaa; border-left:1px solid #aaa;padding-left: 10px;}
.ftitle a:link {color: #669900;	text-decoration: underline;}
.ftitle a:hover {color: #1E4580;}
.ftitle a:active {color: #FF0000;	text-decoration: none;}
/*文字*/
.text1 {
	font-size: 11px;
	color: #996600;
}