@charset "utf-8";
body {
	background-color: #FFF;
	font-family:"微軟正黑體";
	margin:0 0 0 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
}
.clear {
	clear:both;
}
#all {
	width:100%;
}
#header {
	width:100%;
	height:110px;
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:1000;
}
#header .menu_area {
	width:1250px;
	height:110px;
	background-image:url(images/menu_bg.png);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	z-index:1001;
}
#header .logo {
	width:430px;
	height:110px;
	margin:0 0 0 75px;
	position:relative;
	z-index:1002;
}
#header .menu {
	width:580px;
	margin:-43px 87px 0 0;
	float:right;
	position:relative;
	z-index:1003;
}
#header .menu ul {
	width:580px;
	height:35px;
	float:right;
	list-style:none;
}
#header .menu ul li {
	width:87px;
	text-align:center;
	color:#666;
	display:inline-block;
}
#header .menu ul li a {
	text-decoration:none;
	color:#666;
}
#header .menu ul li a:hover {
	text-decoration:none;
	color:#FFF;
	background-color:#b70005;
	padding:5px 10px 5px 10px;
}
#header .menu .li_20 {
	width:20px;
	font-size:10px;
}
#banner {
	width:100%;
	height:250px;
	margin:0 auto;
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#content {
	width:1250px;
	margin:0 auto;
}
#content .col_left {
	width:175px;
	padding:0 0 0 82px;
	float:left;
}
#content .col_left .sidebar_bg {
	width:176px;
	height:675px;
	background-image:url(images/col_left_bg.jpg);
	background-repeat:repeat;
}
#content .col_left .sidebar {
	width:176px;
	padding:3px 0 0 0;
}
#content .col_left .sidebar ul {
	width:176px;
	list-style:none;
}
#content .col_left .sidebar ul li {
	height:30px;
	background-image:url(images/sidebar_bg.png);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:7px 0 0 30px;
	color:#FFF;
}
#content .col_left .sidebar ul li a {
	display:block;
	width:146px;
	height:30px;
	color:#FFF;
}
#content .col_left .sidebar ul li:hover {
	background-image:url(images/sidebar_bg_over.png);
	background-repeat:no-repeat;
	color:#333;
}
#content .col_left .sidebar ul li:hover a {
	color:#FFF;
	text-decoration:none;
}
#content .col_left .sidebar ul li:hover a:hover {
	color:#333;
}
#content .col_right {
	width:952px;
	padding:0 0 0 40px;
	float:right;
}
#content .col_right .page {
	width:952px;
}
#content .col_right .page .right_area {
	width:833px;
	padding:10px 10px 20px 35px;
}
#content .col_right .page .right_area li {
	font-size:16px;
	padding:10px 0 5px 0;
}
#content .col_right .page .right_area a {
	color:#333;
	text-decoration:none;
}
#content .col_right .page .right_area a:hover {
	color:#C30;
}
.h1_table {
	width:877px;
	background-color:#b60005;
}
.td_left {
	width:22px;
	background-image:url(images/h1_bg_left.jpg);
	background-repeat:no-repeat;
}
h1 {
	height:23px;
	background-color:#FFF;
	padding:7px 30px 0 5px;
	color:#333;
}
.td_right {
	width:15px;
	background-image:url(images/h1_bg_right.jpg);
	background-repeat:no-repeat;
}
h3 {
	display:none;
}
#content .col_right .page .right_area form {
	line-height:30px;
}
#content .col_right .page .right_area form table td {
	vertical-align:top;
	padding:0 5px 0 0;
}
#footer {
	width:100%;
	height:110px;
	background-image:url(images/copyright_bg.jpg);
	background-repeat:repeat-x;
}
#footer .copyright {
	background-image:url(images/copyright.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0 0 0 2px;
	text-align:center;
	padding:60px 0 0 0;
	font-size:12px;
	color:#333;
}
#footer .copyright span {
	font-size:10px;
	color:#FFF;
	float:right;
	margin:0 20px 0 0;
}
#footer .copyright span a {
	text-decoration:none;
	color:#FFF;
}
#footer .copyright span a:hover {
	color:#C30;
}