


#form_style table{
	font-size: 1.1em;
	margin-top: 15px;
}


.left{
	background-color: #e8f6de;
	width: 150px;
}

.right{
	background-color: #fffdf6;
	padding: 5px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.hissu{
	color:#ee3333;
	font-size: 0.8em;
}


input{
	margin: 0 0 5px 0;

	font-size: 1.2em;
	vertical-align: middle;
}

input[type=text]{
	width: 300px;
}

textarea{

	border: solid 1px #999966;
	width: 400px;
}

.bgc_y{
	background-color:#FFF395;
}
.bgc_r{
	background-color:#FF9966;
}