/* CSS Document */

@charset "UTF-8";

/*----------------------------------------------------------------------
メイン画像
-----------------------------------------------------------------------*/
div#main-photo {
	position: relative;
	width: 1000px;
	height: 952px;
	margin: 0 auto;
	background-image: url(../images/main-photo/02.jpg);
}

img.goaisatsu {
	position: absolute;
	top: 375px;
	left: 534px;
}
img.owner {
	position: absolute;
	top: 868px;
	left: 700px;
}

div#main-photo div.text {
	position: absolute;
	top: 419px;
	left: 532px;
	width: 412px;
	font-size: 16px;
}
div#main-photo div.text p {
	width: 412px;
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------
全体
-----------------------------------------------------------------------*/
div#main h2 {
	width: 250px;
	margin-left: 66px;
	padding: 4px 14px 3px 14px;
	background-color: #514741;
	font-size: 85%;
	font-weight: normal;
	white-space: nowrap;
}

div#main p {
	margin: 20px 106px;
	font-size: 85%;
}
