@charset "UTF-8";
h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #333;
	padding-bottom: 5px;
	font-size: 20px;
	color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #090;
	text-decoration: none;
	padding-top: 10px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	width: 800px;
}
h2  {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #060;
	font-size: 18px;
	margin-top: 10px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.7em;
}
h3  {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.7em;
}
.table {
	width: 800px;
	border: 5px solid #006666;
	clear: both;
	float: none;
	padding: 0px;
	margin: 5px;
}
