@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: small;
	background-color: #FFF;
	line-height: 1.8em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #800;
	text-decoration: none;
}
a:visited {
	color: #690;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:active {
	color: #F60;
	text-decoration: underline;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	height: 100px;
}
#t-left {
	float:left;
	width: 400px;
	height: 560px;
	margin: 0;
	padding: 20px;
}
#t-right{
	float:right;
	width: 400px;
	height:560px;
	margin: 0;
	padding: 20px;
}
#footer {
	clear: both;
	text-align: center;
} 
#right {
	text-align:right;
}
.caption{
	font-size: x-small;
	line-height: 1.6em;
}
.more{
	margin: 20px 0px;
	text-align:center;
}
.link{
	padding: 20px 40px 20px 20px;
}
.ta1 {
    width: 100%;
    border-collapse:collapse;
}
.ta1 td {
    border: 1px solid #ccc;
}
.ta1 .status {
    width: 320px;
}
.ta1 .status2 {
    width: 320px;
	vertical-align:top;
}
.ta1 .text {
    padding: 20px 40px 20px 20px;
}
.tp1 {
	width: 100%;
	border-collapse:collapse;
}
.tp1 td {
	border: 1px solid #ccc;
}
.tp1 .process {
	width: 448px;
}
.tp1 .process2 {
	width: 100%;
	border-top-style:none;
	border-bottom-style:none;
}
.tp1 .contact {
	width: 448px;
	border-bottom-style:none;
}
.tp1 .contact2 {
	border-bottom-style:none;
}
.tp1 .text {
	padding: 20px 40px 20px 20px;
	width: 178px;
	height: 38px;
}
.tp1 .text2 {
	padding: 20px 40px 20px 20px;
	height: 38px;
}