@charset "Shift_JIS";


/* ページ上部の「戻る」ボタン */
#back {
	text-align: right;
	height: auto;
	width: 560px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}


/* コンテンツ本体のCSS */
#contents h2 {
	text-indent: -9999px;
	display: block;
	margin: 0px auto 10px;
	padding: 0px;
	width: 540px;
	background-image: url(../img/pagetitle_contact.jpg);
	background-repeat: no-repeat;
	height: 270px;
}

#contents #form {
	height: auto;
	width: 540px;
	background-attachment: scroll;
	background-image: url(../img/bg_form_contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 104px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#contents #form iframe {
	margin: 0px auto;
	padding: 0px;
	height: 190px;
	width: 500px;
	display: block;
}
