@charset "shift_jis";

fieldset{
	width:500px;
	background: rgb(217,240,200) url(images/bg-form-1.jpg);
	margin-left:20px;
	border:4px solid  rgb(98,140,146);
}
input.on, textarea.on{
	ime-mode:active;
}
input.off, textarea.off{
	ime-mode:disabled;
}