a {text-decoration:none;}

body {
	background-color: #DBEBFF;
	font-family: "CI", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 62.5%;
	text-align: center;
	word-break: break-all;
}

h1 {
	padding: 1em 0 0;
	font-size: 1.8em;
}

h2 {
	padding: 1em;
	font-size: 1.5em;
}

a {
	text-decoration: none;
}

p {
	font-size: 1.4em;
}

#pw {
	padding: 0 0 2em;
}

#admin {
	margin: 0 1em;
	font-size: 1.3em;
	text-align: right;
}

#error {
	margin: 2em 0 0;
	font-size: 1.6em;
	color: #F00;
	font-weight: bold;
	text-align: center;
}