#container {
	width: 650px;
	margin: 30px auto 20px;
	text-align: center;
	}
#contents img {
	border: 1px solid orange;
	width: 120px;
	height: 40px;
	}
#contents table {
	border-collapse: cllapse;
	text-align: center;
	}
#contents table.gekidanin {
	margin: 0 auto 40px;
}
#contents table.sonota {
	margin: 0 auto;
}
#contents caption {
	padding: 5px 0 3px;
	background-color: #ffd700;
}
#contents th {
	width: 150px;
	background-color: #fff5d8;
	border-bottom: 2px solid #ffd700;
}
#contents td {
	width: 500px;
	height: 80px;
	padding: 5px;
	border-bottom: 2px solid #ffd700;
	background-color: #fff5d8;
	}
#contents p {
	line-height: 1.5em;
	margin-top: 5px;
}
#about_link {
	width: 650px;
	margin-top: 20px;
	}
#about_link p {
	line-height: 2em;
	letter-spacing: 0.1em;
	}
#about_link img {
	margin: 25px 0;
	border: 1px solid #000000;
	}
#about_link h2 {
	font-size: 16px;
	margin: 1em 0;
}












#contents a:link,a:visited {
	color: blue;
	}
#contents a:hover {
	text-decoration: underline;
	}




