@charset "utf-8";

/* バイオグラフィー
---------------------------------------------------------- */
#contentsHead.biography {
	padding: 0px 0px 10px 0px;
}
.contentsBlock.biography {
	width: 1000px;
	background-image: url("../images/bio/biography.gif");
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
h2 span{
	display: none;
}
#mainContents {
	width: 100%;
	font-size: 90%;
	background: url("../images/bio/p03.jpg") no-repeat;
	background-position: 50px 95%;
	padding: 68px 0 30px;
}
.leftBlock {
	float: left;
	width: 27%;
}
.leftBlock img {
	position: relative;
	top: 400px;
	left: 10px;
}
.rightBlock {
	float: right;
	width: 73%;
}
.rightBlock #backImg {
	background: url("../images/bio/p01.jpg") no-repeat right top;
}

.rightBlock dl dt {
	float: left;
	width: 10%;
	padding: 0 0 20px;
}
.rightBlock dl dd {
	float: right;
	width: 90%;
	padding: 0 0 20px;
}
.rightBlock #backImg dd {
	float: left;
	width: 60%;
}



.rightBlock dl dt.last {
	padding: 0;
}
.rightBlock dl dd.last {
	padding: 0;
}
.topLink {
	float: right;
	padding: 0px 30px 35px 0px;
}



.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
* html .clearfix { height: 0px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}