@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body {
	color: #333;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	text-align: left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#FBFBFB;
}
	/* teacers */
table.history{
	margin:10px;
}
table.history tr td{
	padding:3px 10px;
}
table.history tr td table{
	margin-bottom:0;
}
table.history tr td table tr td{
	padding:2px 0;
}
