/* 確認画面 */
/*#form_body {
	background-image: url(../form/images/back01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	text-align: center;
}
#form_div{
	margin: 0 auto;
	width: 600px;
	padding: 0 10px;
	background-image: url(../form/images/back01_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}*/
dt{
	font-weight:bold;
	color: #2D645B;
	clear: left;
	margin:0;
	padding:0;
	float: left;
	height: 20px;
}
dd{
	border-left: 3px solid #2D645B;
	padding: 0 0 0 5px;
	margin: 0 0 15px 7em;
	height: auto;
	text-align: left;
}

td#form dl{
width:300px;
}

td#form dt{
	font-weight:normal;
	color: #000000;
	clear: left;
	margin:0;
	padding:3px 0 0 0;
	float: left;
	height: auto;
}
td#form dd{
	border-left: none;
	padding: 0 0 0 5px;
	margin: 0 0 0 6.5em;
	height: auto;
	text-align: left;
	width:auto;
}
.txt{
margin: 20px;
}
.btn{
	text-align:left;
	padding-left:20px;
}
.input {
	color : #ffffff;
	border-color:#2D645B;
	background-color:#2D645B;
	font-size:10pt;
}
.imeoff {
	ime-mode:disabled;
}
