@charset "utf-8";

body{background-color:#003366;
	padding:0;margin:0;
	}


/*title*/
#titleArea{background:url(../img/01bio-title.gif) no-repeat;}

/*メニュー横イメージ画像*/
.midasi{
	background:url(../img/01bioIMG.gif) no-repeat;

}


/*本文*/
		#contentsArea{
			background:url(../img/01bio-contents.gif) no-repeat;
			padding:0 20px 0 20px;
	}
	
#contentsArea table{margin-top:20px;
	border-collapse:separate;
	border-spacing:5px 1px;}	
		
#contentsArea td{color:silver;
	font-size:90%;padding:3px;
	vertical-align:top;
	border-bottom:1px solid #999;
	}

		
td.year{white-space:nowrap
	}