@charset "UTF-8";

/*--------------------------------------------------------------*/
/* デザイナープロフィール
/*--------------------------------------------------------------*/

#main{
	padding-top: 140px;
}

#intro h2{
	position: absolute;
	width: 488px;
	height: 42px;
	top: 80px;
	left: 70px;
	z-index: 10;
}


/*--------------------------------*/

#exhibition{
	position: relative;
	padding: 30px 60px 0 60px;
	z-index: 50;
}

#exhibition p.intro{
	margin-bottom: 30px;
	text-align: center;
}

#exhibition p.photo{
	position: relative;
	margin: 0 auto 20px auto;
	width: 605px;
	height: 428px;
	text-indent: -9999px;
}

#exhibition p.note{
	position: relative;
	margin: 0 auto;
	width: 640px;
	height: 551px;
	text-indent: -9999px;
}

#exhibition p.figure{
	position: relative;
	margin: 0 auto 50px auto;
	width: 586px;
	height: 361px;
	text-indent: -9999px;
}

#exhibition p.photo img,
#exhibition p.note img,
#exhibition p.figure img{
	position: absolute;
	top: 0;
	left: 0;
}


#exhibition p.thanx{
	text-align: center;
	color: #E26905;
	font-size: 120%;
	font-weight: bold;
}

#exhibition p.thanx img{
	margin: 20px 0;
}