@charset "utf-8";

body {
	margin: 0 0 20px;
	font-size: 62.5%;
	font-family: "MS UI Gothic", "�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3";
	text-align: center;
}


h1 {
	clear: left;
	width: 250px;
	border: 3px double #6699FF;
	background-color: #CCFFCC;
	margin: 0 auto 10px;
	font-size: 1.6em;
	text-align: center;
	line-height: 2;
}

#main {
	width: 700px;
	height: auto;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 0 auto;
	font-size: 1.4em;
	text-align: left;
}

.td_1,
.td_2 {
	background-color: #E6FFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.td_1 {
	width: 20px;
	text-align: center;
	font-weight: bold;
}

.td_2 p {
	margin: 5px;
	line-height: 1.5;
}

.note1 {
	color: #FF0000;
	text-decoration: underline;
}

#bt {
	float: left;
	margin: 5px 0 0 5px;
}
