#content .box h3 { color: #222; }
#content .box table, 
#content .box table th, 
#content .box table td {
	border: 1px solid #27ad3a;
	font-size: 88%;
}
#content .box table th, 
#content .box table td {
	padding: 5px;
	vertical-align: top;
}
#content .box table th { background: #e9f7eb; }

/* IE6でカラム落ちを確認したのでコメントアウト */
/* #content .box form table td.textarea { padding-right: 10px; } */

#content .box table td input,
#content .box table td textarea { border: 1px solid #27ad3a; }
#content .box table td textarea { width: 250px; height: 88px; }
#content .box table td.textarea pre {
  width: 250px;
  height: 88px;
  overflow-x: auto;
}
#content .box table td.radio input { border: none; }

#content .box .head { color: #27ad3a; }
#content .box .caution { font-size: 80%; }
#content .box .must { color: red; }

#content .box p {
	margin-top: 1.5em;
	text-align: center; 
}
#content .box p.input_button a,
#content .box p input {
	width: 150px;
	border: 1px solid #27ad3a;
}
#content .box p.input_button { margin-left: 50px; }
#content .box p.input_button a { float: left; }
#content .box p.input_button a:hover { text-decoration: none; }
#content .box p.input_button a.submit,
#content .box p.input_button a.reset {
  width: 160px;
  margin: 0 5px;
  display: block;
}

#content .box a.reset,
#content .box input.reset {
	background: #d7e7ae;
	color: #27ad3a;
}
#content .box a.submit,
#content .box input.submit {
	background: #27ad3a;
	color: white;
}

#content .box table td.textarea { width: 250px; height: 88px; }


