@charset "Shift-JIS";
@import "default.css";

input, select, textarea {
	border: 3px #6c6 double;
}
input.def {
	border: none;
}
p {
	padding: 5px 0;
}
p.memo {
	margin: 5px 0;
	border-left: 10px #6c6 solid;
	padding: 5px 0 5px 5px;
}
strong {
	font-weight: bold;
	color: #696;
}
span.caution {
	font-weight: bold;
	color: #c00;
}