@charset "utf-8";

/*==================================================
	◆ バイオグラフィ
==================================================*/

.bio_box{
	width:511px;
	height:auto;
	padding-bottom:17px;
}

.bio_box dl{
	width:511px;
	height:auto;
}

.bio_box dt{
	float:left;
	clear:both;
	width:auto;
	height:auto;
}

.bio_box .bio_year{
	color:#3b4e8b;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

.bio_box .bio_md{
	color:#3b4e8b;
	font-size:11px;
	font-weight:bold;
	padding-left:14px;
	line-height:20px;
}

.bio_box dd{
	width:auto;
	height:auto;
	margin-left:115px;
	color:#444;
	font-size:11px;
	line-height:20px;
	padding-bottom:20px;
}

.dotline{
	width:511px;
	height:1px;
	overflow:hidden;
	background:url(../img/common/dotline_h.jpg) repeat-x;
}

.return_top_box{
	width:511px;
	height:auto;
	padding-bottom:17px;
}

.return_top{
	width:511px
	height:auto;
	text-align:right;
	padding-bottom:17px;
}

.return_top a{
	color:#3b4e8b;
	text-decoration:underline;
}

.return_top a:hover{
	color:#06F;
}