@charset "utf-8";
/* CSS Document */

#div_fr{
	width:500px;
	min-height:250px;
	background:#eee;
	border:#ccc solid 1px;
	padding:5px 15px 15px 15px;
}
#div_fr .divfr_title{
	padding:10px;
	height:20px;
}
#div_fr .divfr_title dt{
	float:left;
}
#div_fr .divfr_bg{
	background:#FFF;
	min-height:230px;
	padding:30px 30px 15px 30px;
	line-height:36px;
	border:#dbdbdb dashed 1px;
}



