@charset "utf-8";

#contact_box{

}

#contact_bg{
	background:url(../image/contact_bg.jpg) center center no-repeat;
}



#contact_box p{
	width:100%;
	margin-top:15px;
}

#contact_box p.center{
	text-align:center;
}

#contact_box table{
	width:100%;
	/*margin:20px 10px 0 10px;*/
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;

}

#contact_box table th{
	width:30%;
	background:#999;
	color:#fff;
	line-height:20px;
	padding:7px 0 5px 10px;
	vertical-align:middle;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

#contact_box table td{
	width:70%;
	line-height:20px;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#fff;
}

#contact_box .btn_box{
	width:100%;
	/*margin:20px 10px 0 20px;*/
	text-align:center;
}


#contact_box .btn_box input[type="submit"] {
	width:120px;
	display:inline;
	padding:0;
	margin:0;
	text-align:center;
	color:#000;
	font-size:14px;
	height:30px;
	background:#fff;
	border:none;


}

#contact_box .btn_box input[type="button"] {
	width:120px;
	display:inline;
	padding:0;
	margin:0;
	text-align:center;
	color:#fff;
	font-size:14px;
	height:30px;
	background:#000;
	border:1px solid #000;
	margin-right:20px;
	


}





