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

h2 {
	margin: 0 0 28px 40px;
}

h3 {
	margin: 0 0 3px 0;
	padding: 0;
}

#telfax {
	width: 760px;
	margin: 0 0 40px 40px;
	padding: 0;
}

#telfax table {
	width: 700px;
	margin: 8px 0 0 0;
	padding: 0;
}

#telfax table td {
	padding: 2px 0;
	font-size: 13px;
	text-align: center;
}

/*-------------------------webform---*/

#webform {
	height: 820px;
	width: 600px;
	margin: 0 0 0 40px;
	padding: 0;
	text-align: center;
}

#webform table {
	width: 600px;
	height: 700px;
	margin: 0 auto;
	text-align: left;
}

#webform th {
	background-color: #fff;
	padding-left: 10px;
	font-weight: normal;
	line-height: 130%;
}

#webform input {
	height: 18px;
}

td.hidden {
	height: 1px;
	font-size: 1px;
}

.address {
	text-align: right;
}

#webform textarea {
	height: 60px;
}

.sousin {
	padding-top: 20px;
	text-align: center;
}

.sousin input[type="submit"] {
	width: 50px;
	height: 30px;
	background: #EEE;
	border: 1px solid #CCC;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	padding: 1px 0;

}