@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');
}

footer { margin-top:50px; }


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

   撮影者紹介

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

.blockA {
	padding-bottom:40px;
}

.blockA h3 {
	width:220px;
	height:190px;
	float:left;
	background:url(../image/mdA.png) no-repeat left top;
	margin-right:40px;
	margin-top:-10px;
	position:relative;
}

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

.blockA p b {
	margin-bottom:5px;
}

.blockA p span {
	float:right;
}

