﻿@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	background-color:white;
}

form, input, select, div, span, a, p {margin:0; padding:0;}
body, div, td,a,span,p {font-family: 宋体; font-size:12px;color: #5E5E5E;}
img,a img{border:0; margin:0; padding:0;}
input,select{font-size:12px;padding-top:3px;line-height:12px;vertical-align:middle}

textarea {
	display: inline;
	font-size:12px;
	border: 1px solid #7F9DB9;
}
.news_title {
	font-weight:bold;
	color:#B5A65D;
}
.news_title:hover {
	color:#FF7D00;
	text-decoration:underline;
}

.news_class_title {
	color: #FF7D00;
	font-weight: bold;
	padding-bottom:5px;
}

.news_class_title:hover {
	color: #FF5500;
	text-decoration:underline;
}

.news_title2{
	color: #FF7D00;
	font-weight: bold;
}

.news_title2:hover {
	color:#FF5500;
	text-decoration:underline;
}


.news_img {
	border:1px solid #999999;
}

.news {
	color: #808080;
	font-family:Tahoma
	text-decoration:none;
}

.news:hover {
	color: #555555;
	text-decoration:none;
}

a {
	text-decoration:none;
}

a:hover {
	color: #FF7D00;
	text-decoration:none;
}

.info{
	line-height:20px;
}
.img_border {
	border:1px solid #cccccc;
}
.copyright {
	color:#A0A0A0;
	padding-right:5px;
}
.copyright:hover {
	color:#FF7D00;
	text-decoration:none;
}

.submenu {
	color:#808080;
}

.submenu:hover {
	color:#757575;
	font-weight:bold;
	text-decoration:none;
}

.submenu_on {
	font-weight:bold;
	color:#757575;
}

.submenu_on:hover {
	color:#757575;
	text-decoration:none;
}

.left_menu {
	background-image:url(../images/left/line.gif);
	background-repeat:repeat-x;
	vertical-align:bottom;
	height:32px;
}