@charset "utf-8";
/* CSS Document */

/* ====== FormTB ====== */

table.infosection tr td.infosection01 {
	width:30% !important;
	padding:5px 15px 5px 15px;
	line-height:1.5em;
}
table.infosection tr td.infosection03,
table.infosection tr td.infosection02 {
	padding:7px 10px 7px 10px;
}
table.infosection tr td.infosection03 textarea {
	width:100%;
	height:180px;
	
	border:1px solid #aaa;
	border-radius:5px 5px 0px 5px;
	resize:vertical;
	overflow-y:auto;
}
table.infosection tr td.infosection03 textarea:focus {
	outline:none;
	border-color:#719FE8;
}
table.infosection tr td.infosection03 input,
table.infosection tr td.infosection02 input,
table.infosection tr td.infosection02 select {
	width:100%;
	border:1px solid #aaa;
	padding:7px 1% 6px;
	border-radius:5px;
}
table.infosection tr td.infosection03 input:focus,
table.infosection tr td.infosection02 input:focus,
table.infosection tr td.infosection02 select:focus {
	outline:none;
	border-color:#719FE8;
}
table.infosection tr td.infosection02 input {
	max-width:250px;
}
table.infosection tr td.infosection02 select {
	max-width:250px;
}

table.infosection {
	border:1px solid #ccc;
	border-width:1px 0 0px 1px;
	width:100%;
	border-collapse: collapse;
}
table.infosection tr td {
border:1px solid #ccc;
border-width:0px 1px 1px 0px;


}
table.infosection tr td.infosection01 {
	padding:5px 5px 5px 15px;
	width:138px;
	background:#EEEEEE;
	font-size: 90%;
	color: #000000;
	
}
table.infosection tr td.infosection02 {
	padding:7px 5px 7px 15px;
	width:auto;
	
	background-color: #fff;
}
table.infosection tr td.infosection03 {
	padding:10px 5px 7px 15px;
	width:300px;
	background-color: #fff;
}
textarea {
	width:440px;
	height:200px;
	overflow-y:scroll;
	border:1px solid #ccc;
	margin-bottom:5px;
	border-width: 2px 1px 1px 2px;
}
table.infosection tr td.infosection03 {
padding:7px 5px 3px 15px;
	width:auto;
}

table.infosection tr td.infosection02 input {
}

a:link {
color:#588CAF;
text-decoration:underline;
}
.contact_img_right{
margin-top:10px;
margin-left:7px;
margin-bottom:10px;

}

