@charset "utf-8";
/* CSS Document */

#container {
	width:1290px;
	margin:20px auto;
	}

.t {
	font-size:23px;
	}
	
.title {
	font-size:36px;
	text-align:center;
	}
	
table {
	border:2px solid #000000;
	width:940px;
	margin:10px;
	border-collapse:collapse;
	}
	
th,td {
	border:1px solid #000000;
	text-align:center;
	}
	
.e{
	text-align:center;
	clear:both;
	font-size:23px;
	padding-top:40px;
	}