@charset "utf-8";
#container {
	margin: auto;
	height: 1020px;
	width: 780px;
	border: 1px solid #000000;
}
#head {
	height: 60px;
	width: 780px;
}
#contents {
	height: 960px;
	width: 775px;
	margin: auto;
	padding-left: 5px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
	line-height: 130%;
	margin: auto;
	padding-top: 10px;
}
.tangotable {
	border-collapse:collapse;
	border: 1px solid #000000;
	width: 770px;
	margin: 1px;
}
th {
	font-size: small;
	color: #FFFFFF;
	background-color: #0000FF;
	padding-top: 5px;
	border: 1px solid #000000;
}
td {
	border: 1px solid #000000;
}
.style2 {color: #0000FF}
.style3 {color: #00FF00}
.style4 {
	font-size: large;
	font-weight: bold;
}
.abclist {
	margin-bottom: auto;
	list-style-type: lower-alpha;
	list-style-position: outside;
}
