@charset "UTF-8";
#main {
	width: 500px;
	margin: 10px;
}
#main td {
	font-size: 100%;
	line-height: 1.4;
}

form#mailform {
	padding: 10px 5px 5px;
}
table.mailform {
	background-color:#FFFFFF;
	margin-bottom: 20px;
}
table.mailform th {
	color: #009999;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px dotted #FF6600;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	letter-spacing: 0.5em;
	text-align: center;
}
table.mailform td {
	padding: 5px;
	color: #006699;
	background-color: #FFC097;
	border: 1px solid #FF6600;
}
table.mailform span {
	font-size: 12px;
	color: red;
}
table.mailform textarea {
	width: 100%;
	height: 120px;
}