@charset "utf-8"; 
/* CSS Document */

/********************全体********************/
#info_wrapper{
    width:640px;
	float:right;
	margin:0 0 50px 20px;
	display:inline;
}
#info_wrapper h2.info{
	background:url(../info/img/tit.gif);
	width:550px;
	height:37px;
	line-height:37px;
	padding:0 0 0 90px;
	margin:0;
	font-size:10px;
	float:left;
	display:inline;
}
/*ie6*/
* html #info_wrapper h2.info{width:640px;}

#info_wrapper p{
    width:620px;
	float:left;
	margin:10px 0 0 20px;
	display:inline;
}


.info_form {
    width:640px;
	border-top: solid 1px #8FC114;
	border-left: solid 1px #8FC114;
	border-collapse:collapse;
	float:left;
	margin:30px 0 15px 0;
	display:inline;
	font-size:12px;
}
.info_form th {
    width:200px;
	border-bottom: solid 1px #8FC114;
	border-right: solid 1px #8FC114;
	padding: 10px 5px 10px 20px;
	background-color: #DAECAE;
	text-align: left;
	color:#336601;
}


.info_form td {
    width:390px; 
	border-bottom: solid 1px #8FC114;
	border-right: solid 1px #8FC114;
	padding: 10px 5px 10px 20px;
	vertical-align: center;
}

.txt_center{
    width:640px;
    float:left;
	margin:10px 0 0 0;
	display:inline;
}

.txt_center p{
    text-align:center;
}