@charset "Shift_JIS";

/*  tH[
------------------------------------------*/
form {
	background: #D2D2D2;
	margin: 0px;
	padding: 3px;
}

form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form li {
	padding: 6px;
	background: #F5F5F5;
	margin-bottom: 1px;
}

form label {
	color: #333;
	font-weight: bold;
}
form input.txt
, form textarea{
	padding:2px;
	border:1px solid #ccc;
	vertical-align:middle;
}
form input.txt:focus
, form textarea:focus {
	border: 1px solid #666;
	vertical-align:middle;
}

input.f02 {
	width:2em;
}

input.f03 {
	width:3em;
}

input.f05 {
	width:5em;
}

input.f08 {
	width:8em;
}

input.f10 {
	width:10em;
}

input.f15 {
	width:15em;
}

input.f20 {
	width:20em;
}
input.f25 {
	width:25em;
}

input.f40 {
	width:40em;
}

.imp {
	background: #F66;
	color: #FFF;
	padding: 0 3px;
	font-size: 90%;
}

textarea {
	width:850px;
	height: 10em;
}
