/***************************************************************

* index.css

***************************************************************/

#header .wrap {
	background:url(https://www.tokyoautosalon.jp/2011/en/contact/img/bg_header.jpg) no-repeat center top;
}
#main h2 {
	margin: 0 0 30px;
}
#column1 table {
	margin: 30px 0;
}
#column1 th {
	width: 130px;
	padding: 10px 0;
	background: url(../img/dot.gif) repeat-x left bottom;
}
#column1 td {
	padding: 10px 0;
	background: url(../img/dot.gif) repeat-x left bottom;
}
#column1 input.field {
	width: 350px;
	height: 31px;
	background-color: #FFF;
	border: 1px solid #717171;
	line-height: 31px;
}
#column1 textarea {
	width: 350px;
	height: 200px;
	background-color: #FFF;
	border: 1px solid #717171;
}
#column1 p.submit {
	margin: 0 0 0 130px;
}