@charset"utf-8";


p.lead{
	margin:0 auto 60px;
	padding:0;
	width:880px;
	font-size:22px;
}

form{
	margin:0 auto 100px;
}

dl.Table{
	margin:0 auto;
	padding:0;
	width:760px;
	background:#fcfbe3;
	border:1px solid #666666;
	border-top:0px solid;
}
dl.Table:after{
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
dl.Table dt{
	clear:both;
	float:left;
	padding:14px 10px 6px;
	width:220px;
	text-align:left;
	border-top:1px solid #666666;
}
dl.Table dt span{
	color:#df0202;
}
dl.Table dd{
	position:relative;
	margin-left:240px;
	padding:10px;
	line-height:2.5;
	background:#FFFFFF;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
dl.Table dd select,
dl.Table dd input[type=text],
dl.Table dd input[type=email],
dl.Table dd input[type=tel],
dl.Table dd textarea{
	padding:6px 8px;
	width:350px;
	font-size:16px;
	border: 1px solid #666666;
}
dl.Table dd select{
	width:115px;
}
dl.Table dd input[name=userfirstname],
dl.Table dd input[name=userlastname],
dl.Table dd input[name=userfirstkana],
dl.Table dd input[name=userlastkana]{
	width:170px;
}
dl.Table dd input[name=zip1]{
	width:70px;
}
dl.Table dd input[name=zip2]{
	width:150px;
}
dl.Table dd textarea{
	width:96%;
	height:10em;
}


form p{
	padding:10px 0;
	text-align:center;
}
form p input[type=submit]{
	width:170px;
	height:53px;
	background:url('../../images/common/contact_submit_btn1.png') no-repeat;
	text-indent:-9999px;
	border:none;
}
form p input[type=reset]{
	width:170px;
	height:53px;
	background:url('../../images/common/contact_submit_btn2.png') no-repeat;
	text-indent:-9999px;
	border:none;
}

form p input[type=submit]:hover,
form p input[type=reset]:hover{
	cursor:pointer;
	opacity:0.9;
	border:none;
}



label.error{
	position:absolute;
	top:0;
	right:-10px;
	display:inline-block;
	padding:3px;
	color:#CC0000;
	font-size:12px;
	line-height:1.2;
	background:#f3f3f3;
	border:1px solid #CC0000;
}

