/*====================================== 
お問い合わせ 用CSS
=======================================*/ 

.contactH1 {
	background:url(../../contact/img/title.jpg) no-repeat;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: inline;
	padding:0px;
	margin:0px;
	float: left;
	height: 150px;
	width: 870px;
	overflow: hidden;
	position: relative;
}

#contactTable {
	background:url(../../img/d-line.gif) repeat-x top;
} 

#contactTable table {
	border:none;
} 

#contactTable th {
	font-weight:normal;
	width: 150px;
	padding:10px;
	font-size:1.2em;
	line-height: 1.6em;
}

#contactTable td {
	width: 680px;
	padding:10px;
	font-size:1.2em;
	line-height: 1.6em;
}

#contactTable tr {
	background:url(../../img/d-line.gif) repeat-x bottom;
}

#contactTable .cart_s {
	border: 1px solid #e0cbab;
	padding: 2px;
	margin:2px 0 2px 0;
}

#contactTable .cart_s:focus {
	border: 1px solid #D94040;
	padding: 2px;
}

.t_lineup {
	background:url(../../img/d-line.gif) repeat-x top;
}