@charset "UTF-8";

/* ヘッドライン */

#headline p{
	left:376px;
}

/* メイン */

#main{
	overflow:hidden;
}

/* バイオグラフィー */

#biography{
	margin:10px 0 0 54px;
	width:587px;
	float:left;
	display:inline;
}

/* バイオグラフィー */

#biography dt{
	position:relative;
	width:587px;
	height:70px;
	background:url(../img/biography/book_head.png) no-repeat;
}
#biography dt img{
	position:absolute;
	top:-10px;
	left:30px;
}
#biography dd{
	position:relative;
	width:587px;
	margin:0 0 20px;
	padding:0 0 30px;
	background:url(../img/biography/book_foot.png) no-repeat left bottom;
}
#biography dd ul{
	width:587px;
	background:url(../img/biography/book_body.png) repeat-y;
}
#biography dd ul li{
	margin:0 45px;
	width:490px;
}
#biography dd ul li span{
	margin:0 0 3px;
	padding:2px 8px;
	width:200px;
	color:#ff4988;
	background:url(../img/biography/line.png) no-repeat;
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica;
	display:inline-block;
}
#biography dd ul li span.date2{
	background:url(../img/biography/line2.png) no-repeat;
}
#biography dd ul li span.date3{
	background:url(../img/biography/line3.png) no-repeat;
}
#biography dd ul li p{
	margin:0 20px 16px;
}
#biography dd p#to-event{
	position:absolute;
	top:550px;
	left:526px;
}


/* サイドバー */

#side{
	position:relative;
	margin:0 40px 0 0;
	width:289px;
	float:right;
	display:inline;
}
#side dt{
	width:289px;
	height:68px;
	overflow:hidden;
}
#side dd{
	width:289px;
	height:229px;
	background:url(../img/biography/side_bg.png) no-repeat;
}
#side dd ul{
	margin:0 auto;
	padding:0 0 20px;
	width:233px;
}
#side dd ul li img{
	vertical-align:top;
}
