/* 幅700px */


.body dl {
  width:100%;
}
.body dt {
  float:left;
}
.body dd {
  margin-left:3em;
}

#text {
	margin-bottom:40px;
	display: table;
}
#text #Larea {
    float:left;
	width:250px;
	display: table-cell;
	}
	
#text #Rarea {
	width:410px;
    float:right;
	line-height:1.8em;
	padding-left: 40px;
	display: table-cell;
	}