@charset "utf-8";

.form dl {
border:#F4F4F4 solid 4px;
padding:8px 10px;
margin:0 0 30px 0;
}
	.form dl dt {
	font-weight:bold;
	margin:0 0 4px 0;
	}
	.form dl dd {
	background:url(../imgdir/common/arrow_01.gif) 3px center no-repeat;
	padding:0 0 0 15px;
	margin-bottom:5px;
	position:relative;
	}
	
	.form dl dd span {width:13px; height:13px; position:absolute; top:5px; margin-left:5px; }
	* html .form dl dd span { top:2px; } /* IE6 */
	.form dl dd a span { background:url(../imgdir/common/icon_window.gif) no-repeat left top;}
	.form dl dd a:hover span { background:url(../imgdir/common/icon_window_on.gif) no-repeat left top;}
	
		.form dl dd span.tel {position:absolute; text-align:right; top:0; left:425px; width:250px; }
		* html .form dl dd span.tel { left:410px; } /* IE6 */


.form table {
width:100%;
border-collapse:collapse;
}

* 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;
	width:60%;
	}
	.form table th.last,
	.form table td.last {
	background:none;
	}
	.form table th.address {
	text-align:right;
	}
	
.form input { 
padding:3px;
border:1px solid #ccc;
width:300px;
background:url(../imgdir/contact/form_bg.gif) repeat-x left top;
}
	.form input#zip {
	width:80px;
	}
	.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; }
