/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:新細明體;
	color:#A38F6E;
}

a{
	text-decoration: none;
}

#main_menu{
	color: #B92932;
}
#main_menu a:visited {
	text-decoration: none;
	color: #ABABAB;
}
#main_menu a:active {
	text-decoration: none;
	color: #B92932;
}
#main_menu a:link {
	text-decoration: none;
	color: #ABABAB;
}
#main_menu a:hover {
	text-decoration: none;
	color: #B92932;
}

.news{
	color: #B92932;
	font-size:12px;
}
.news a:visited {
	text-decoration: none;
	color:#A38F6E;
	font-size:12px;
}
.news a:active {
	text-decoration: none;
	color: #B92932;
	font-size:12px;
}
.news a:link {
	text-decoration: none;
	color:#A38F6E;
	font-size:12px;
}
.news a:hover {
	text-decoration: none;
	color: #B92932;
	font-size:12px;
}

.menu{
	color:#A38F6E;
}
.menu a:visited {
	text-decoration: none;
	color:#A38F6E;
}
.menu a:active {
	text-decoration: none;
	color:#A38F6E;
}
.menu a:link {
	text-decoration: none;
	color:#A38F6E;
}
.menu a:hover {
	text-decoration: none;
	color:#A38F6E;
}

.form_text{
	font-size:12px;
	color:#4E4E4E;
}
.form_unit{
	border:1px #A7A6AB solid;
}