@charset "utf-8";

.form table {
width:100%;
font: 13px/1.52 Verdana, Arial, Helvetica, sans-serif;
border-collapse:collapse;
}
	.form table th {
	line-height:1.8;
	padding:14px;
	font-weight:normal;
	text-align:left;
	background:url(../imgdir/common/dot02.gif) repeat-x 0 bottom;
	}
	.form table td {
	line-height:1.8;
	padding:14px;
	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#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:100px; }
.form #submit input { width:170px;}

/* span style */
span.att { color:#CC0000; }

