html {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	color: #464646;
	font-size: 75%;
}
a {
	color: #3088D8;
	text-decoration: none;
}
a:hover {
	color: #0C73CF;
	text-decoration: underline;
}
/*
a:visited {
	color: #216AAD;
	text-decoration: none;
}
*/
table {
	margin-top: -1em;
	border: 1px solid #ffffff;
	border-collapse: collapse;
}
table th {
	visibility: hidden;
}
table td {
	padding: 5px 3px 6px 3px;
	border-bottom: 1px dotted #B7B7B7;
}
table td.date {
	font-size: 90%;
	text-align: center;
}
table td {
	vertical-align: middle;
}
ul {
	margin: 5px;
	margin-left: 1em;
	padding-left: 0;
}
