@charset "utf-8";

#box{
	width:910px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-right: 20px;
}


.title{
	width:908px;
	display:block;
	overflow:hidden;
	text-align: left;
	height: 0 !important;
	height /**/: 44px;
	padding-top: 44px;
	background-image: url(../images/title.jpg);
	margin-bottom: 15px;
}

.subt-text{
	width:852px;
	margin-left: 15px;
	font-size: 14px;
}
span.red{
	color: #FF0000;
}



table.tb{
	width:796px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
* html table.tb{
	margin-left: 56px;
}
table.tb th{
	width:25%;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #f2f2f2;
	font-size: 14px;
	color: #333333;
}
table.tb td{
	width:75%;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
}


.input_s{
	width:40px;
}
.input_s2{
	width:80px;
}
.input_l{
	width:200px;
}
.input_l2{
	width:400px;
}

.input_l3{
	width:500px;
	height: 200px;
}