body {
	margin:auto;
	font-size:90%;
	max-width:800px;
}
h1 {
	text-align:center;
	padding:15px;
}
.line {
	background-color:#64b5f6;
}
.button {
	background-color:#bbdefb;
	margin:0px;
	padding:5px;
	padding-top:10px;
	display: inline-block;
	text-align:center;
	font-size:115%;
	height: 30px;
	min-width: 100px;
}
.button a {
	text-decoration: none;
}
.field {
	width:300px;
	height:30px;
}
.content {
	padding-left:10px;
	}
#setsumei {
	text-align:left;
	border-style:solid;
	border-top-width:0px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	padding:1em;
	margin-right:10px;
	margin-left:10px;
}
#content {
	text-align:center;
}
#debug {
	text-align:center;
	border-style:dashed;
	border-width:0px;
	border-bottom-width:1px;
	font-size:80%;
}
#warning {
	text-align:center;
	border-style:dashed;
	border-width:0px;
	border-top-width:1px;
	font-size:80%;
}
