@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;
}
.subt-text strong{
	font-weight: bold;
	color: #2f428a;
}



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;
}
* html table.tb{
	margin-left: 56px;
}
table.tb th{
	width:40%;
	font-weight: bold;
	text-align: center;
	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: #666666;
}
table.tb td{
	width:30%;
	font-weight: normal;
	text-align: center;
	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;
}
table.tb td.text{
	text-align: left;
}

table.tb th.green,table.tb td.green{
	background-color: #009900;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}




