@charset "UTF-8";
/* ===================================================================
 file name  :  Form.css
 style info :  お問い合わせCSS
=================================================================== */

/* -----------------------
全体
---------------------- */
h1{
	background:url(../../images/form/form_h1_title.gif) 0px 0px no-repeat;
	height:82px;
	width:940px;
	background-color:#F0F0E8;
}

#Contents-Main-Left{
	width:650px;
}
#Contents-Main-Right{
	width:0px;
	height:0px;
}

#P-01{
	padding:30px 0px;
}
#P-02{
	margin-bottom:30px;
}
#Form-H2-01{
	background:url(../../images/form/form_h2_01.gif) 0px 0px no-repeat;
	height:31px;
	width:650px;
	margin-bottom:10px;
}
#Form-H2-02{
	background:url(../../images/form/form_h2_02.gif) 0px 0px no-repeat;
	height:31px;
	width:650px;
	margin-bottom:10px;
}
#Form-H2-03{
	background:url(../../images/form/form_h2_03.gif) 0px 0px no-repeat;
	height:31px;
	width:650px;
	margin-top:40px;
	margin-bottom:30px;
}

/* -----------------------
完了画面
---------------------- */
img#Thanks-Image{
	margin-top:20px;
	margin-bottom:200px;
}


/* -----------------------
フォームページ
---------------------- */
#Contact-Table{
	border:1px solid #CCC;
	margin-bottom:30px;
}
#Contact-Table th{
	text-align:center;
	border:1px solid #CCC;
	line-height:200%;
	font-weight:normal;
	background-color:#F0F0E8;
}

#Contact-Table td{
	border:1px solid #CCC;
	vertical-align:top;
	padding:10px;
}

#Contact-Table td.Contact-Tel-Td{
	font-weight:bold;
}


.Rice-Mark{
	color:#C00;
}

#Contact-Form-Table {
	margin-bottom:30px;
	width:650px;
}

#Contact-Form-Table th{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	padding:10px;
	font-weight:normal;
	background-color:#F0F0E8;
	vertical-align:top;
}

#Contact-Form-Table td{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	vertical-align:top;
	padding:10px;
	background-color:#FDFFC0;
}


#Contact-Form-Table #Form-Button{
	background-color:#FFF;
	text-align:center;
}





