@charset "Shift_JIS";

/************************
	お問い合せ
 ************************/
div.contactformLayout {
	margin: 20px auto 20px auto;
	_margin: 20px 25px 20px 25px;
	width: 540px;
}

/* 送信フォーム *****/
table.contact {
	margin: 0 auto 0px auto;
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
table.contact th {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	width: 30%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #F8E4DE;
	color:#660000;
}
table.contact td {
	text-align: left;
	padding: 5px;
	width: 70%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
}
table.contact table.noline td {
	border: none;
	width: auto;
}

/* 確認フォーム *****/
table.confirm {
	margin: 0 auto 0 auto;
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
table.confirm th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 5px;
	width: 30%;
	background-color: #F8E4DE;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color:#660000;
}
table.confirm td {
	text-align: left;
	padding: 5px;
	width: 70%;
	background-color: #F8E4DE;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color:#660000;
}
table.confirm table.noline td {
	border: none;
	width: auto;
}

/* その他 *****/
p.bikouTop {
	margin: 20px auto 0 auto;
	width: 100%;
	text-align: right;
}
p.bikouBottom {
	margin: -20px auto 10px auto;
	width: 100%;
	text-align: center;
}
div.send {
	margin: 20px auto 20px auto;
	width: 100%;
	text-align: center;
}
span.attention {
	color: #CC0000;
	padding: 0 3px 0 3px;
}
p.thanks {
	margin: 20px auto 20px auto;
	width: 100%;
	text-align: left;
	line-height: 250%;
}
