@charset "utf-8";
/*
/////////////////////////////////////
style.css
/////////////////////////////////////
*/
.leadat{
color:#FF6600;
font-weight:bold;
}
.err{
color:#FF6600;
}
table.formTable{
width:590px;
background:#999999;
margin-bottom:10px;
}
.formTable th{
background:#E4E4E4;
padding:10px 5px;
width:140px;
text-align:left;
}
.formTable td{
background:#FFF;
padding:10px 5px;
}

.radioBlock label{
display:block;
}
.formTable input,.formTable textarea,.formTable select{
margin:0px 5px;
}


.essential{
margin-right:5px;
}
th .essential{
margin-left:5px;
}
.full{
width:97%;
}
.at{
padding-left:5px;
}
.btns{
text-align:center;
}
.formBtn{
	margin:10px 10px;
	background:#E3E8ED;
	border-top:1px solid #7F9DB9;
	border-right:1px solid #6B7683;
	border-bottom:1px solid #6B7683;
	border-left:1px solid #7F9DB9;
	padding:2px 10px;
}

/*完了*/
.done{
margin-top:50px;
text-align:center;
}

.done .pagetop{
margin-top:50px;
text-align:center;
}
/*概要*/
.info{
margin-bottom:20px;
}
.info dt{
font-weight:bold;
padding:10px 0px;
}

.info dd{
background:url(line_dot.gif) left top repeat-x;
padding:10px 0px;
}
.info1{
text-align:center;
}
.Plus{
text-align:center;
font-weight:bold;
margin:0px 0px 10px 0px;
}


