@charset "shift_jis";

fieldset{
	width:500px;
	background: rgb(255,255,255) url(images/bg-form-2.jpg);
	margin-left:20px;
	border-top:2px solid  rgb(254,227,239) ;
	border-left:2px solid  rgb(254,227,239) ;
	border-right:2px solid  rgb(196,141,164)  ;
	border-bottom:2px solid  rgb(196,141,164)  ;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}
input{
	border-top:2px solid  rgb(196,141,164)  ;
	border-left:2px solid   rgb(196,141,164)  ;
	border-right:2px solid rgb(254,227,239) ;
	border-bottom:2px solid rgb(254,227,239);
}
textarea{
	border-top:2px solid  rgb(196,141,164)  ;
	border-left:2px solid   rgb(196,141,164)  ;
	border-right:2px solid rgb(254,227,239) ;
	border-bottom:2px solid rgb(254,227,239);
}
input[type="submit"], input[type="reset"]{
	border-top:2px solid   rgb(255,250,209)   ;
	border-left:2px solid    rgb(255,250,209)  ;
	border-right:2px solid rgb(97,123,157);
	border-bottom:2px solid rgb(97,123,157);
}
input.on, textarea.on{
	ime-mode:active;
}
input.off, textarea.off{
	ime-mode:disabled;
}