@charset "utf-8";
/* CSS Document */
p{
	line-height:1.2em;
	font-weight:lighter;
}
#main_wrap{
	height:790px;
}
#contents1_contact{
	height:790px;
	background-image:url(../images_contact/contact_visual_1.png);
	background-size:100% 100%;
}
#contact_visual{
	width:470px;
	height:350px;
	float:right;
	margin:390px 50px 0px 20px;
	/*border:#FFF solid 3px;*/
/*	background-color:white;*/
}
#contact_form{
	color:#FFF;
	width:450px;
	height:450px;
	margin:370px 10px 0px 500px;
	/*background-color:#066;*/
	font-size:12px;
	/*border:solid 1px red;*/
	float:left;
}
#contact_form p{
	font-size:14px;
	text-align:left;
	margin:0px 10px 10px;
	font-weight:bold;
}
#contact_form h3{
	text-align:center;
	font-size:20px;
	margin-bottom:10px;
}
#contact_form table{
	width:450px;
	margin:0px auto;
}
#contact_form th{
	padding-top:2px;
	font-size:16px;
	width:150px;
	vertical-align:middle;
	border-top:dotted 2px #999;
	text-align:left;
}
#contact_form td{
	width:150px;
	vertical-align:middle;
	border-top:dotted 2px #999999;
	text-align:left;
}
#button{
	padding-top:5px;
	text-align:center;
}

#contact_comment{
	width:500px;
	float:right;
	/*border:solid red 1px;*/
}