@charset "utf-8";
/* CSS Document */
	
#contents {
	color:#000;
}
	
#formWrap {
	width:600px;
	padding:10px;
	margin:10px 0 10px 0;
	line-height:120%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:solid 1px #666666;
	padding:15px;
	color: #006;
	background-color:inherit;

}

table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}
