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

#form_block{
	width:640px;
	margin:2em auto;
	overflow:hidden;
}

#form_block ul{
	margin:0px auto 2em auto;
	overflow:hidden;
	text-align:center;
}

#form_block ul li{
	list-style-type:none;
}

#form_block table{
	width:100%;
}

#form_block table th{
	width:30%;
	text-align:left;
	padding:0px 0px 3em 0px;
	vertical-align:top;
	color:#009147;
	font-size:15px;
	line-height:40px;
}

#form_block table td{
	padding:0px 0px 3em 0px;
	vertical-align:top;
}

#btn_block{
	text-align:center;
}

#form_block table td input{
	width:90%;
	background-color:#DDDDDD;
	border:none;
	line-height:40px;
	display:inline;
	height:40px;
}

#form_block table td textarea{
	width:90%;
	background-color:#DDDDDD;
	border:none;
	height:10em;
}

.msg{
	color:#C00;
}