@charset "utf-8";
/* contact.css */


/*****************************

	ページ画像

******************************/

#contact #wrp_imagesection {
	margin:0;
	padding:0;
	width:100%;
	height:165px;
	overflow:hidden;
	display:table;
	text-indent:-9999px;
	background:url(../contact/images/img_contact.jpg) center top no-repeat;
}


/*****************************

	タイトル

******************************/


#contact h2 {
	margin:0 0 60px 0;
	padding:0;
	width:250px;
	height:25px;
	text-indent:-9999px;
	background:url(../contact/images/tit_contact.gif) left top no-repeat;
}

#contact h3 {
	margin:0 0 20px 0;
	padding:0;
	width:653px;
	height:29px;
	line-height:29px;
	text-indent:-9999px;
}


/*****************************

	お問い合わせの案内

******************************/

#contact .wrp_contact {
	margin:0 0 30px 0;
	padding:0;
	width:653px;
	overflow:hidden;
}


#contact .wrp_contact p.cnttxt {
	margin:0 0 30px 0;
	padding:0;
	width:653px;
}

#contact .wrp_contact p.cntimg {
	text-align:center;
}



