/* CSS Document */


div#contents p.fl{
	width:410px;
	float:left;
	margin-top:25px;
	}

div#contents dl.fr{
	width:230px;
	float:right;
	margin-top:25px;
	}
div#contents dl.fr dt{
	font-size:1px;
	line-height:1px;
	margin-top:10px;
	}
div#contents dl.fr dt.firstChild{
	margin-top:0px;
	}
div#contents dl.fr dd{
	margin-top:2px;
	}

