﻿#subinfo
{
	padding: 30px;
}
.subinfo_title
{
	text-align: center;
}
.subinfo_title h1
{
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}
.subinfo_table, .subinfo_notice
{
	padding: 20px;
}
.subinfo_table input, .subinfo_table select, .subinfo_table textarea
{
	border: 1px solid silver;
	padding: 2px;
}
.subinfo_table #Button1, .subinfo_table #Button2
{
	background: green;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.subinfo_notice ul
{
	padding-left: 2em;
	list-style-type: decimal;
}
.info_sub_a
{
	text-align: center;
	padding: 30px 0 20px;
}
.info_sub_a a
{
	font-size: 20px;
	font-weight: bold;
	font-family: 黑体;
	padding: 10px;
	border: 1px solid silver;
	color: #fff;
	background: #F87600;
}
.info_sub_a a:hover
{
	border: 1px solid silver;
	color: #fff;
	background: red;
}
.info_main_top a, .info_main_top a:visited
{
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 600px;
	padding: 8px;
	color: red;
}
.info_main_top a:hover
{
	color: #fff;
}

