@charset "utf-8";
h2#history {
	background:#fff url(img/history.gif) no-repeat scroll left top;
	height:24px;
	width:102px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0.5em;
}
#history dl {
	margin-right: 10px;
	margin-left: 10px;
	_margin-left: 0px;
	font-size: 12px;
}

#history dt {
	font-weight: bold;
	color: #993434;
}
#history dd {
	padding-left: 10px;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993434;
	margin-bottom: 10px;
	_margin-left: 0px;
}

