.10p {  font-size: 10px; line-height: 12px}
.14p {  font-size: 14px; line-height: 21px}
.12p {  font-size: 12px; line-height: 18px}
.18p {  font-size: 18px; line-height: 27px}
.24p {  font-size: 24px; line-height: 30px}
a {  color: #666666; text-decoration: none}
a:visited {  color: #666666; text-decoration: none}
a:hover {  color: #FF9999; text-decoration: underline}
body {
	margin:0px;
	padding:0px;
	text-align: center;
}

#gakuin {
	font-size: 75%;
	line-height: 1.5;
	background-color: #FFFFFF;
	width: 600px;
	margin: 30px auto 5px;
	padding: 5px;
	height: auto;
	border: 0px solid #FFFFFF;
}

#gakuin h1.title {
	font-size: 150%;
	text-align: center;
	color: #FFFFCC;
	padding: 5px 0px;
	margin: 0px;
	background-color: #FFCC00;
}

#gakuin h2.setumei {
	font-size: 100%;
	text-align: left;
	font-weight: normal;
	color: #666666;
}

#gakuin table {
	font-size: 100%;
	width: 100%;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#gakuin th {
	font-weight: normal;
	width: 200px;
	background-color: #FFFFCC;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
}

#gakuin th.must {
	text-align: left;
}

#gakuin td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	padding: 10px;
}

#gakuin th em.must {
	font-size: 100%;
	color: #FF0000;
	padding-left: 5px;
}
#gakuin th em.check {
	font-size: 100%;
	color: #666666;
	padding-left: 5px;
}

#gakuin .copyright {
	font-size: 90%;
	text-align: right;
}

.error {
	text-align: left;
	padding: 1px;
	margin : 0px;
	color: #FF0000;
}
#gakuin select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#gakuin .confirm {
	text-align: center;
	margin-top: 15px;
}
