@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 {
	width:100%;
	background:url(../../image/op-gold25.png) repeat left top;
}

.blockA ul {
	list-style:none;
}

.blockA li:nth-child(1) {
	width:550px;
	height:400px;
	float:right;
	background:url(../image/A02.png) no-repeat left top;
}


.blockA li:nth-child(2) {
	width:450px;
	height:400px;
	float:left;
	background:url(../image/A01.png) no-repeat left top;
}

.blockA li p {
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
}


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

   清藤家の歴史

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

.blockB {
	padding-top:40px;
}

.blockB h3 {
	width:155px;
	height:350px;
	float:left;
	background:url(../image/mdB.png) no-repeat 0 -7px;
}

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

.blockB p {
	margin-left:155px;
	padding-top:20px;
	padding-bottom:35px;
	background:url(../image/lineB.png) no-repeat center bottom;
}

.blockB p:last-child {
	background:none;
	padding-bottom:0;
}

