@charset "Shift_JIS";



/***** キャッチコピー画像 */
body h2 {
	height: 700px;
	background: url(../images/title_contactform.gif) no-repeat;
}

body#index h2 {
	height: 500px;
	background: url(../images/title_contact.gif) no-repeat;
}

/***** サブナビゲーション＆本文エリアの幅 */


/*   問い合わせページテーブル設定 */
table{
	width: 620px;
	border: solid 2px #d9f2eb;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

table th{
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #d9f2eb;
	margin: 0px 0px 10px 0px;
	padding: 3px;
}
table td{
	border-style: none none solid none;
	border-width: 1px;
	border-color: #d9f2eb;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	color: #666666;
}
table th{
	width: 100px;
	background: #EFFFFB;
}
table caption{
	text-align: left;
	font-weight: bold;
	color: #00a677;
	background: #d9f2eb;
	padding: 5px 10px;
}
table th span {
	color: #ff0000;
	font-weight: normal;
}

.submit {
	margin:0 auto;
}
