@charset "UTF-8";

.biography #contents {
	width:700px;
	margin:auto;
}

.biography h3 {
	width:700px;
	height:19px;
	background: url(../img/contents/title_biography.png) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}
.biography .photo {
	width:700px;
}
* html .biography .photo-copy {
	behavior: expression(IEPNGFIX.fix(this));
}
.biography .photo-copy {
	width:150px;
	height:20px;
	background: url(../biography/img/masa.png) no-repeat;
	text-indent:-9999px;
	float:right;
}
* html .biography .photo-copy a {
	behavior: expression(IEPNGFIX.fix(this));
}
.biography .photo-copy a {
	width:150px;
	height:20px;
	background: url(../biography/img/masa.png) no-repeat;
	display: block;
}
* html .biography p.name {
	behavior: expression(IEPNGFIX.fix(this));
}
.biography p.name {
	clear:both;
	width:290px;
	height:80px;
	background: url(../biography/img/name.png) no-repeat;
	text-indent:-9999px;
	float:left;
}
.biography p.lead{
	width:410px;
	font-size:0.8em;
	color:#CDCDCD;
	padding:10px 0 0 0;
	float:right;
}

