* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #f4fab3;
	font-family: Meiryo;
	margin-top: 5px;
}
div {
	/* width: 800px; */
	margin: 0 auto;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
dd {
	padding-left: 10px;
}
p {
	color: #000000;
	font-size: 100%;
}
#header p {
	/* background: #53aca8; */
	border: 0;
	/* height: 116px; */
	margin: 0;
	padding: 0;
}
#menu1 ul {
	background: #a4eae8;
	margin-bottom: 5px;
	margin-top: 5px;
}
#menu2 ul {
	margin-top: 5px;
}
#footer1 ul {
	background: #498eb9;
	margin-bottom: 5px;
	margin-top: 5px;
}
#footer2 p {
	font-size: small;
	text-align: right;
}
#contents p {
	color: #000000;
	font-size: 110%;
}
.logo {
	border: 0;
	/* float: left; */
	margin: 0;
	padding: 0;
}
.agr {
	font-size: small;
	line-height: 200%;
	text-align: right;
}
.main-image {
	text-align: center;
}
.h2column h2 {
	background: #f4fab3;
	border-bottom: solid 2px #53aca8;
	border-left: solid 4px #53aca8;
	font-size: 120%;
	margin-bottom: 5px;
	padding-left: 5px;
}
.image {
	float: left;
	margin: 10px;
}
.float-clear {
	clear: both;
}
.table-ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.table-ul li {
	/* display: table-cell; */
	text-align: center;
	vertical-align: middle;
}
.table-stn {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.table-stn li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.table-stn a {
	color: #000000;
	font-size: 110%;
}
.table-ft {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.table-ft li {
	display: table-cell;
	vertical-align: middle;
}
.table-ft li a {
	color: #ffffff;
}
.table-basic {
	display: table;
	table-layout: fixed;
	text-indent: 1ex;
	width: 100%;
}
.table-basic li {
	display: table-cell;
	text-align: left;
}
.table-access {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.table-access li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}