@charset "utf-8";
/* CSS Document */


#wrap {
	width:100%;
}

#header {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}


/**/

.photoBox {
	width:679px;
	margin:20px 0;
	position:relative;
	min-height:1px;
	clear:both;
}

.photoBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .photoBox {
	height: auto;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
} 

.photoBox h3,
.photoBox p {
	width:454px;
	float:right;
}
.photoBox p.photo {
	width:auto;
	float:left;
}
.photoBox p.about {
	width:160px;
	height:20px;
	float:none;
	position:absolute;
	right:0;
	bottom:0;
}

.name {
	margin:10px 0 0;
}
.name span {
	color:#8C5A55;
}
.name img {
	vertical-align:middle;
	margin-left:0.75em;
}

/**/

#info{
	min-height:1px;
}

#info:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html #info {
	height: auto;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#info dt {
	float:left;
	clear:both;
	width:6em;
}
