@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : 庭園
 
=====================================================================================*/

.pgmd-bg {
	background-image:url(../image/pgmd.jpg);
}

.pgmd h2 {
	background:url(../image/pgmd-title.png) no-repeat 13px 85px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/pgmd-title.png',sizingMethod='scale');
}


/*-------------------------------------------------------------------------*/

.blockA {
	position:relative;
}

.blockA .photo,
.blockA h3 {
	float:left;
}

.blockA h3 {
	width:250px;
	height:500px;
	background:url(../image/mdA.jpg) no-repeat left top;
	position:relative;
}

.blockA h3 span {
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
}

.blockA .imgA {
	position:absolute;
	right:-34px;
	bottom:-75px;
}


.blockB {
	background:url(../image/bgB.png) no-repeat center top;
	padding:20px 0 40px 0;
}

.blockB p {
	padding-top:1.5em;
}


.blockC .photo {
	float:left;
	margin-right:40px;
}

.blockC p {
	padding-top:1.5em;
}


