@charset "UTF-8";

.fmain_l p {
	margin:0 10px 10px;
}

/* history */
.history {
	width:669px;
	margin:0 10px;
}
.history dl {
	padding:10px 0 10px 5px;
	background:transparent url(/admin/founder/common/images/fbg_dotline.gif) left bottom repeat-x;
}
.history dl dt {
	float:left;
	width:69px;
	font-weight:bold;
}
.history dl dd {
	float:right;
	width:595px;
}




/* Clear Style */
.history dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.history dl {display:inline-block;}

/* exclude MacIE5 \*/
* html .history dl {height:1%;}
.history dl {display:block;}
/* end MacIE5 */


