@charset "utf-8";

form#mailform {
}

#mailform table {
	margin: 0 0 15px;
}

#mailform th,#mailform td {
	border: solid 1px #999;
	padding: 7px 5px 7px 5px;
}

#mailform th {
	background: #FFF7FA;
	width: 170px;
	font-weight: bold;
}

#mailform span {
	color: #EB4C85;
}

#mailform textarea {
	height: 120px;
}

.send {
	background: url(img/send_on.gif) 0 0 no-repeat;
	width: 182px;
	margin: 0 auto;
}

.send input:hover {
    filter: alpha(opacity=00); /*IE6～7*/
    -ms-filter: "alpha( opacity=00 )"; /*IE8*/
    opacity:0;
}