<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.imgR {
	float:right;
	margin:35px 0 10px 15px;
}

form dd textarea{
	width:420px;
	height:160px;
	margin:4px 0;
	background:#ffffe2;
	border:1px solid #707070;
}
form dd input{
	width:350px;
	margin:4px 0;
	background:#ffffe2;
	border:1px solid #707070;
}
form dd input.short{
	width:250px;
}
form dd span.hissu{
	padding-left:10px;
	color:#af1818;
}

#dl_table {
	margin-bottom:20px;
}
form p#submitimage{
	text-align:center;
	padding:0 10px 10px 10px;
}

form p#submitimage input:hover{
	filter: alpha(style=0, opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
</pre></body></html>