@charset "utf-8";
/* CSS Document */
body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 25px;
}
body,td,th {
	font-size: 12px;
	font-family: Arial, 新細明體;
}
.header {
	font-size: 16px;
}
.table_head{
	background-color:#75A3D0;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.table_content_01{
	background-color:#FFFFFF;
}
.table_content_02{
	background-color:#E6E6E6;
}