body {
	background: #0c466f url(../images/kabe2.png) repeat-y scroll center;
/*	background: linear-gradient(90deg, #0c466f, #0c466f, white, #0c466f, #0c466f);*/
}
body > div > div, body > div > p {
	margin: 15px auto;
}
body > div > div {
	padding: auto;
	text-align: center;
}
body > div > div > table {
	display: inline-block;
	text-align: left;
}
.table1 td {
	padding: 5px;
}
.table2 {
	border-style: outset;
	border-width: 10px;
	padding: 2px;
}
hr {
	border-width: 0px;
	border-bottom: 1px solid #666;
	height: 0px;
	margin: 10px;
}
h1 {
	font-size: 160%;
	margin: 0px;
}
h2 {
	font-size: 150%;
	margin: 0px;
}
h3 {
	font-size: 135%;
	margin: 0px;
}
.larger1 {
	font-size: 110%;
}
.larger2 {
	font-size: 120%;
}
.larger3 {
	font-size: 135%;
}
.smaller1 {
	font-size: 83%;
}
.smaller2 {
	font-size: 72%;
}
.normalweight {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.inline {
	display: inline-block;
}
#top-message {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.1;
	text-shadow: 2px 2px 2px #222;
}
