@charset "UTF-8";
/* CSS Document */


table.history {
	border-collapse:collapse;
	width:380px;
	margin-left:40px;
}
table.history th, table.history td {
	padding:4px;
	text-align:left;
	line-height:1.6;
	vertical-align:top;
}
table.history th {
	border-left: 1px solid #999999;
	font-weight:normal;
	width:80px;
	padding-left:6px;
	background:url(/images/css/dot1.gif) no-repeat 75px 12px;
}
table.history th.space {
	background:none;
}
h3.history {
	margin-left:30px;
	color:#0033CC;
	margin-bottom:3px;
}

strong.company {
 color:#3F65BD;
	font-weight:bold;
	width:40px;
	margin-left:10px;
	display:block;
	float:left;
}
