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


#left p{
	margin:auto 30px;
	font-size:80%;
}

#left table{
	font-size:80%;
	text-align:left;
	width:540px;
	margin:14px auto;
	border-collapse:collapse;
}

#left th,#left td{
	padding:4px;
	border:solid 1px #999999;
}

#left th{
	vertical-align:top;
	width:30%;
	background:#FCF8FA;
}

#left table textarea{
	width:98%;
}

#left span.asterisk{
	vertical-align:super;
	color:#FF0000;
	font-size:smaller;
}

#left td input.mail{
	width:60%;
}


