@charset "Shift_JIS";

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

/* ページコンテンツ部分のCSS */
#contents h2 {
	text-indent: -9999px;
	display: block;
	margin: 0px auto 10px;
	padding: 0px;
	width: 558px;
	background-image: url(../img/pagetitle_petphoto.jpg);
	background-repeat: no-repeat;
	height: 148px;
	border: 1px solid #CCCCCC;
}

#contents p {
	text-align: left;
	width: 530px;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px auto 10px;
}

#contents #caution {
	text-align: left;
	width: 522px;
	font-size: 10px;
	line-height: 1.5em;
	margin: 0px auto 30px;
	font-weight: normal;
	color: #FF0000;
	text-indent: -10px;
	padding-left: 12px;
}

#contents #form {
	height: 345px;
	width: 560px;
	background-attachment: scroll;
	background-image: url(../img/bg_form_petphoto.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
	text-align: center;
	margin: 0px auto;
}
#contents #form h3 {
	background-image: url(../img/header_form_petphoto.gif);
	text-indent: -9999px;
	display: block;
	margin: 0px auto;
	height: 20px;
	width: 560px;
	clear: both;
	float: left;
	padding: 0px;
	background-position: 10px;
	background-repeat: no-repeat;
}


#contents #form iframe {
	margin: 35px auto auto;
	padding: 0px;
	height: 286px;
	width: 500px;
}
