@charset "UTF-8";
/* CSS Document */

/* サンルート白河ブライダルサイト問い合わせページ */
/*==== [ content class ] ====================================================================*/

div#contentsBox div#imagePhoto{
	display:block;
	width:800px;
	height:200px;
	background:url('../img/image_photo01.jpg') top center no-repeat;
}

div#contentsBox div#columnL div#contactBox{
	margin:23px 0 45px 0;
	display:block;
	width:238px;
	padding:70px 0 0 0;
}

div#contentsBox div#columnR div#contentBody{
	width:510px;
	margin:20px 0 0 40px;
}
div#contentsBox div#columnR div#contentBody div#mainTitle{
	display:block;
	width:510px;
	height:59px;
	background:url('../img/title_contact.png') top center no-repeat;
	text-indent:-8000px;
}

div#contentsBox div#columnR div#contentBody p{
	padding-right:30px;
	line-height:150%;
}
div#contentsBox div#columnR div#contentBody div#formTbl th{
	text-align:left;
	font-weight:normal;
	padding:13px 0;
	border-top:#E6E6E6 dotted 1px;
	vertical-align:top;
} 
div#contentsBox div#columnR div#contentBody div#formTbl td{
	padding:10px 0;
	border-top:#E6E6E6 dotted 1px;
	vertical-align:top;
}
div#contentsBox div#columnR div#contentBody div#formTbl th.top{
	padding:13px 0 0 0;
}
div#contentsBox div#columnR div#contentBody div#formTbl td.top{
	padding:10px 0 0 0;
}
div#contentsBox div#columnR div#contentBody div#formTbl th.btm{
	padding:5px 0 13px 0;
	border-top:none;
}
div#contentsBox div#columnR div#contentBody div#formTbl td.btm{
	padding:3px 0 10px 0;
	border-top:none;
}

textarea#messageBox{ width:300px; height:100px; }

