﻿@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
}
body,td,th {
	font-family: 新細明體, Comic Sans MS, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #DFF8FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #427EFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #427EFF;
}
a:hover {
	text-decoration: underline;
	color: #00287D;
}
a:active {
	text-decoration: none;
	color: #00287D;
}
.footer{
	background-color:#FFA302;
	height:25px;
	vertical-align:middle;
	color:#006600;
	font-weight:bold;
	font-size:12px;
	padding:0px 20px;
}
.footer a:link, .footer a:visited, .footer a:hover{
	color:#009900;
}
.header{
	background-color:#FFA302;
	height:25px;
	vertical-align:middle;
	color:#006600;
	font-weight:bold;
	font-size:16px;
	padding:0px 20px;
}
.header a:link, .footer a:visited, .footer a:hover{
	color:#009900;
}
.content_bg{
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:15px;
}
.index_title{
	background-color:#00ac4d;
}
