html {
	background-color: black;
	font-family: Arial;
	font-size: 12pt;
	line-height: 1.1;
}

body {
	margin: 0 auto 0 auto;
	padding: 0 0 20 0;
	background-color: rgb(250, 250, 250);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h1, h2, h3, h4, h5, h6, p, ul {
	pointer-events: none;
}

.pre {
	height: 10;
}

.navi {
	width: 260pt;
	height: 20pt;
	margin: 0 auto 10 auto;
	background-color: rgb(230, 230, 230);
}

.navi p {
	line-height:20pt;
	margin:0pt 8pt;
	vertical-align:middle;
	float:left;
}

.button {
	width: 260pt;
	height: 40pt;
	margin: 0 auto 10 auto;
	background-color: rgb(230, 230, 230);
	font-family: Sans-Serif;
}

.button p {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.button-navi {
	float:left;
	width:60pt;
	height:40pt;
	background-color:rgb(230,230,230);
}
