@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
 style info :TOPページで用いるスタイルを記述。
=================================================================== */

#header {
	background: url(../contact/images/main.jpg) center top no-repeat #000;
}

/*----------------------------------------
	#contact
	お問い合わせページ用
----------------------------------------*/

#contact .con_contact {
	margin: 20px 0 530px;
	color: #fff;
}


/* .box_contact */
#contact .con_contact .box_contact {
	background: url(../contact/images/bg_contact.gif) repeat-y;
	overflow: hidden;
	zoom:1;
}
#contact .con_contact .box_contact .txt_contact {
	padding: 15px 0 0 30px;
	width: 400px;
	float: left;
}
#contact .con_contact .box_contact .txt_contact a {
	color: #b89e43;
}
#contact .con_contact .box_contact .txt_contact img {
	padding: 20px 0 15px;
}
#contact .con_contact .box_contact .photo_tell {
	padding: 15px 0 0 25px;
	float: left;
}


/* .box_form */
#contact .con_contact .box_form {
	margin: 20px 0 0;
}
#contact .con_contact .box_form .btn_center {
	text-align: center;
}

#contact .con_contact .box_form table {
	width: 715px;
	margin: 0 0 30px;
}
#contact .con_contact .box_form table th {
	text-align: center;
	background-color: #434514;
	padding: 5px 0;
	width: 200px;
	border-top: 1px dotted #6c6c6c;
	border-bottom: 1px dotted #6c6c6c;
	border-collapse: collapse;
}
#contact .con_contact .box_form table td {
	padding: 5px 0 5px 15px;
	border-top: 1px dotted #6c6c6c;
	border-bottom: 1px dotted #6c6c6c;
	border-collapse: collapse;
}

#contact .con_contact .box_form table td .contact_name {
	width: 215px;
}
#contact .con_contact .box_form table td .contact_zipcode {
	width: 50px;
}
#contact .con_contact .box_form table td .contact_address {
	width: 365px;
}
#contact .con_contact .box_form table td .contact_mail_tell {
	width: 140px;
}
#contact .con_contact .box_form table td .contact_content {
	margin: 10px 0;
	width: 475px;
	height: 180px;
}
#contact .con_contact .box_form .comfirm {
	padding: 2px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}