div#otoiawase{
	width:700px;
	margin:0 auto;
	margin-top:15px;
}
div#otoiawase h1{
	font-size:150%;
	color:#026e95;
	font-weight:bold;
	margin-bottom:10px;
}
div#otoiawase p.subtxt{
	margin-bottom:5px;
	color:#333333;
}
div#otoiawase input{
	padding:5px;
	font-size:140%;
}
div#otoiawase table{
	width:100%;
}
div#otoiawase th{
	padding:10px;
	width:20%;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
}
div#otoiawase th span.dot{
	color:#bb1212;
	font-weight:bold;
}
div#otoiawase td{
	padding:10px;
	width:80%;
}
div#otoiawase td textarea{
	width:100%;
	height:300px;
}
p.Error{
	color:#bb1212;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}
p.form-message{
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}
p.form-message-success{
	color:#155724;
}
p.form-message-error{
	color:#bb1212;
}
