@charset "utf-8";

.form p.toEsti {
border:#F4F4F4 solid 4px;
line-height:2;
padding:8px 10px;
margin:0 0 15px 0;
}
.form p.toEsti a {
background:url(../imgdir/common/arrow_01.gif) 5px 5px no-repeat;
padding:0 0 0 18px;
}

.form table {
width:100%;
border-collapse:collapse;
border:none;
}

* html .form table {
width:98%;
} /* IE6 */

.form table th ,
.form table td { _font: 13px/1.52 Verdana, Arial, Helvetica, sans-serif; }

	.form table th {
	line-height:1.8;
	padding:10px;
	font-weight:normal;
	text-align:left;
	background:url(../imgdir/common/dot02.gif) repeat-x 0 bottom;
	
	}
	.form table td {
	line-height:1.8;
	padding:10px;
	background:url(../imgdir/common/dot02.gif) repeat-x 0 bottom;
	
	
	}
	.form table th.last,
	.form table td.last {
	background:none;
	}
	
.form input { 
padding:3px;
border:1px solid #ccc;
width:300px;
background:url(../imgdir/contact/form_bg.gif) repeat-x left top;
}
	.form input.regist { 
	padding:3px;
	background:url(../imgdir/contact/form_bg_regi.gif) repeat-x left top;
	border:1px solid #666;
	color:#fff;
	}
.form textarea {
padding:3px;
border:1px solid #CCC;
width:300px;
background:url(../imgdir/contact/form_bg.gif) repeat-x left top;
font-size:100%;
line-height:1.5;
}

.form .submitbtn { text-align:center; margin:20px 0 0 0; }
.form .submitbtn input { width:120px; }

/* span style */
 span.att { color:#CC0000; }
