@charset "UTF-8";
html {
	background: #FFF;
}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 900px;
	padding: 5px 0;
}
#about {
	float: left;
	width: 820px;
	padding: 30px 40px 10px;
	text-align: center;
	font-size: 1.2em;
}
#about h2 {
	padding-bottom: 10px;
}
h3 {
	float: left;
	width: 900px;
	padding-top: 40px;
	text-align: center;
}
table {
	float: left;
	width: 820px;
	margin: 15px 40px 0;
	border-top: 2px solid #000;
}
table#no2 {
	padding-bottom: 30px;
}
table th,
table td {
	padding: 5px 10px;
	border: 2px solid #000;
	border-top: none;
}
table th {
	font-size: 1.5em;
	text-align: center;
}
table td.first,
table td.third {
	width: 150px;
	font-size: 1.5em;
	text-align: center;
}
table td.second {
	width: 452px;
	font-size: 1.1em;
}
table#no1 td.second {
	background-color: #E1EFD8;
}
table#no2 td.second {
	background-color: #F0EAE3;
}
div.attention {
	float: left;
	width: 820px;
	margin: 0 40px;
	padding: 10px 0;
}
