@charset "UTF-8";
.form table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 660px;
}
.form   table td {
	text-align: left;
	vertical-align: top;
	padding: 12px;
	font-size: 93%;
	line-height: 150%;
	color: #666666;
}
.form table th {
	font-size: 93%;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	vertical-align: top;
	width: 110px;
}
h4       {
	font-size: 108%;
	background-image: url(../common/h3Bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #663300;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: both;
}
.Box {
	padding-top: 17px;
	clear: both;
}
.Box     .L250 {
	width: 250px;
	padding-left: 16px;
	float: left;
	font-size: 93%;
	line-height: 150%;
	color: #666666;
}
.Box .L250 p {
	margin-bottom: 2em;
}
.Box      .R430 {
	float: right;
	width: 430px;
}

