@charset "utf-8";
/* CSS Document */

img {border:none;}

.heading{
	font-family:"新細明體";
	font-size:16px;
	color:#790000;
	line-height: 25px;
	font-weight: bold;
}
.heading2{
	font-family:"新細明體";
	font-size:16px;
	color:#4e751a;
	font-weight: bold;
}
.content{
	font-family:"新細明體";
	font-size:13px;
	color:#333333;
	line-height: 20px;
	text-align:justify;
}

.smallfornt{
	font-family:"新細明體";
	font-size:13px;
	color:#F60;
}
.smallfornt a:link {
	color:#F60;
}
.smallfornt a:visited {
	color:#F60;
}
.smallfornt a:hover {
	color:#F90;
}
.smallfornt a:active {
	color:#F60;
}
.footer {
	font-family:"新細明體";
	font-size:13px;
	color:#333333;
	line-height: 16px;
	word-spacing: 1em;
	height: 18px;
}
.footer3 {
	font-family:"新細明體";
	font-size:12px;
	color:#333333;
	line-height: 16px;
	height: 18px;
}

.footer a:link {
	text-decoration: none;
	color:#333333;
}

.footer a:visited {
	color:#333333;
}
.footer a:hover {
	color:#0066cb;
}

.footer2 {
	
	font-family:"新細明體";
	font-size:11px;
	color:#333333;
	line-height: 16px;
	word-spacing: 1em;
	height: 18px;
}
.footer2 a:link {
	text-decoration: none;
	color:#333333;
}

.footer2 a:visited {
	color:#333333;
}
.footer2 a:hover {
	color:#0066cb;
}

.link {
	font-family:"新細明體";
	font-size:11px;
	color:#666666;
}

a:link {
	text-decoration: none;
	color: #0066cb;
}
a:visited {
	text-decoration: none;
	color: #0066cb;
}
a:hover {
	text-decoration: underline;
	color: #0066cb;
}
.image-left{
	float:left;
	margin:0 10px 5px 0;
}
.image-right{
	float:right;
	margin:0 10px 0 5px;
}
.image-top{
	float:top;
	margin:5px 0 0 0;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.footer4 {	
	font-family:"新細明體";
	font-size:15px;
	color:#333333;
	line-height: 16px;
	word-spacing: 1em;
	height: 18px;
}
.style7 {
	color: #790000;
	font-family: "新細明體";
	font-size: 13px;
	font-weight: bold;
	line-height:15px;
}

table #innerTable {
    border-collapse: collapse;
}
table #innerTable td, table #innerTable th {
    border: 1px solid grey;
}
table #innerTable tr:first-child td {
    border-top: 0;
}
table #innerTable tr:last-child td {
    border-bottom: 0;
}
table #innerTable tr td:first-child,
table #innerTable tr th:first-child {
    border-left: 0;
}
table #innerTable tr td:last-child,
table #innerTable tr th:last-child {
    border-right: 0;
}