@charset "UTF-8";
/* CSS Document */
/* mainエリア ********/
#main h3 {
	font-size:24px;
	text-align:center;
	margin-bottom:20px;
	width:100%;
}
/* プロフィールエリア ********/
#prof_info{
	width:100%;
	text-align:center;
	line-height:2em;
	margin-bottom:10px;
	float:left;
}
#prof_info h2 {
	color:#000;
	height:30px;
	font-size:24px;
	margin:5px auto;
	border-bottom:#666666 dotted 2px;
}
#prof_box {
	width:100%;
}
#prof_text {
	width:480px;
	text-align:left;
	font-size:11px;
	line-height:1.9em;
	margin-bottom:10px;
	padding:10px 0;
	float:right;
}
.prof_img {
	text-align:left;
	font-size:11px;
	line-height:2em;
	margin-bottom:10px;
	padding:10px 20px;
	float:left;
}
.prof_img img{
	width:420px;
/*	height:420px;*/
	}
/* バイオグラフィーエリア ***********/
#bio_left {
	width:430px;
	height:430px;
	text-align:left;
	font-size:11px;
	line-height:2em;
	margin-bottom:10px;
	padding:20px;
	overflow:scroll;
	float:left;
}
#bio_left h4 {
	font-size:14px;
}

#bio_right {
	width:430px;
	height:430px;
	text-align:left;
	font-size:11px;
	line-height:2em;
	margin-bottom:10px;
	padding:20px;
	overflow:auto;
	float:right;
}
#bio_right h4 {
	font-size:14px;
}
