@charset "utf-8";
/* CSS Document */

/*contents*/
#contents {
	width: 1010px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	background: url(../../common/img/bg_contents_01.png) repeat-y;
	position: relative;
	z-index: 100;
}
#contents h2 {
	padding: 0 50px 0 40px;
}

/*form*/
#form {
	width: 870px;
	margin: 0 50px;
	padding: 20px;
	background: #FFF url(../img/bg_form_02.png) no-repeat bottom left;
}
#form table {
	width: 100%;
	margin: 0 0 30px 0;
	background: url(../img/bg_form_01.png) repeat-y;
	border-top: 1px dashed #CCC;
}
#form table th {
	width: 155px;
	padding: 15px 0 15px 25px;
	background: url(../img/ico_form_01.png) no-repeat 0 20px;
	border-bottom: 1px dashed #CCC;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
#form table th.mailaddress {
	background-position: 0 50%; 
	vertical-align: middle;
}
#form table td {
	border-bottom: 1px dashed #CCC;
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
#form table th img {
	float: right;
}
#form table td {
	padding: 10px 0 10px 10px;
}
#form table td .parts1 {
	width: 400px;
	padding: 3px;
}
#form table td .parts2 {
	width: 670px;
	padding: 3px;
}
#form table td .parts3 {
	width: 500px;
	height: 45px;
	padding: 3px;
	font-size: 26px !important;
	line-height: 45px;
}
#form table td .parts4 {
	width: 500px;
	height: 200px;
	padding: 3px;
}
#formPrivacy {
	float: left;
	width: 450px;
	padding: 5px 0 0 0;
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
#formPrivacy a {
	color: #F60;
	font-weight: bold;
}
#formSubmit {
	float: right;
	width: 400px;
}
#formSubmit .formButtonSubmit {
	display: block;
	width: 400px;
	height: 72px;
	background: url(../img/btn_form_01.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}
#formSubmit .formButtonSubmit:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}