@charset "shift_jis";


/*============================================
  
	お問い合わせ・モデル募集ページ

============================================*/
div#main{
	background:#F0F0F0 url(../contact/img/ba_01.gif) bottom right no-repeat;}


/*テキスト、フォームを含むボックス*/
div#main div#form-contain{
	width:500px;
	margin:15px auto 0 auto;}

div#form-contain table{
	border-top:#CCCCCC 1px solid;
	margin:auto 1.3em;
	border-collapse:collapse;}

div#form-contain table caption{
	background:#CCCCCC;
	text-align:left;
	padding:3px 5px;
	font-weight:bold;
	margin-bottom:10px;}


div#form-contain table td{
	vertical-align:top;
	border-bottom:#CCCCCC 1px solid;
	padding:7px 10px;}
	
.input-width{
	width:250px;}
	
.need{
	color:#CC0000;}
