@charset "UTF-8";

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

	お問い合わせ用スタイル

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

/* /////////////////////////////////////////////////////////////////////////// index */

div#main{
	background:url(img/object.jpg) no-repeat 700px 62px;
}

	div#main table{
		background:url(/common/css/img/bg_dot01.gif) repeat-x left top;
		margin-top:25px;
		width:100%;
	}

	div#main table th,
	div#main table td{
		background:url(/common/css/img/bg_dot01.gif) repeat-x left bottom;
		padding:12px 20px;
		height:30px;
	}
		
	div#main table th{
		width:160px;
	}
		
	div#main table td div.error{
		margin-top:3px;
		color:#bd000e;
	}
	
div#main div#btnArea{
	margin-top:35px;
}

