/* CSS Document */


#bio{
	position:absolute;
	top:100px;
	left:280px;
	width:290px;
	height:200px;
}

#bio p{
font-family:"Times New Roman", Times, serif;
font-size:13px;
line-height:19px;
color:#666600;
margin:5px;
}


#naoko{
position:absolute;
height:200px;
width:200px;
top:160px;
left:50px;
background:url(../imgs/home/naoko.png) top center no-repeat;
}
