@charset "UTF-8";

/* contact */

h2.contact {
	display:block;
	width:688px;
	line-height:200px;
	margin:0;
	padding-bottom:10px;
	text-indent:-9999px;
	background:url(../images/h2_contact.jpg) no-repeat;
}

h3.h3_contact {
	display:block;
	width:688px;
	line-height:25px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:url("../images/h3_contact.gif") no-repeat;
}

table.contact {
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	display:block;
	width:700px;
	margin:5px 0 5px 0px;
	float:left;
}
	table.contact tr th {
		width:170px;
		border-right: 1px solid #B4B4B4;
		border-bottom: 1px solid #B4B4B4;
		background:#2E0514;
		text-align:left;
		text-indent:10px;
		padding-top:5px;
		padding-bottom:5px;
		line-height:1.5;
	}
	table.contact tr td {
		width:530px;
		border-right: 1px solid #B4B4B4;
		border-bottom: 1px solid #B4B4B4;
		text-align:left;
		text-indent:0;
		padding-left:10px;
		padding-top:5px;
		padding-bottom:5px;
		line-height:1.5;
	}
	table.contact input {
		width:255px;
	}
	table.contact input.tel {
		width:69px;
	}
	table.contact input.zip {
		width:51px;
	}
	table.contact input.checkbox {
		width:15px;
	}
