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




#contents {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 5px;
}
#contents #top_image h1 {
	background-image: url(../image/contact/top_image.jpg);
	text-indent: -9999px;
	height: 237px;
	width: 970px;
}
#contents #left_area {
	width: 700px;
	float: left;
	margin-top: 40px;
}
#contents #left_area .catch {
	color: #39A9E1;
	margin-bottom: 20px;
	line-height: 22px;
}
#contents #left_area form table {
	width: 100%;
	margin-top: 30px;
	font-size: 90%;
}
#contents #left_area form table tr .Left {
	width: 200px;
	padding-bottom: 30px;
	background-color: #E1EAEE;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}
#contents #left_area form table tr .Right {
	padding-left: 10px;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contents #left_area form table tr .Right #about {
	width: 12px;
}
#contents #left_area form table tr .Right label {
	margin-right: 15px;
}
#contents #left_area form table tr .Right input {
	width: 280px;
}
#contents #left_area form table tr  span {
	font-size: 90%;
	color: #CCC;
}
#contents #left_area form .button {
	margin-top: 20px;
}



.button{
	margin-top: 50px;
	width:140px;
	height:40px;
	font-size:13px;
	background-color: #3399cc;
	color: #fff;
	border-style: none;
	cursor:pointer;
	margin-bottom:30px;
	margin-right:20px; 
}