* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 110%;
	border: none;
	text-decoration: none;
	vertical-align: middle;
}
html, body {
	background: #fff;
	color: #000;
	font-family: "メイリオ", sans-serif;
	height: 97%;
	margin-top: 0.5%;
}
a {
	color: #580;
}
h1 {
	font-family: "Arial Black", sans-serif;
	margin-left: 2%;
	font-size: 20pt;
}
#content {
	border: 1px solid #000;
	width: 73%;
	margin-left: 2%;
	min-height: 93%;
	max-height: 93%;
	float: left;
	background: url("../img/back.jpg") center center no-repeat fixed;
	overflow: auto;
}
body > #content {
	height: auto;
}
#content > * {
	margin: 5% 8%;
}
#content * {
	font-size: 14pt;
	line-height: 120%;
}
#menu {
	background: #000;
	width: 23%;
	min-height: 93%;
	float: left;
	border: 1px solid #000;
}
body > #menu {
	height: auto;
}
#menu ul {
	font-size: 20pt;
	color: #fff;
	font-family: "Arial Black", sans-serif;
	margin: 5%;
	list-style: none inside;
}
#menu li {
	margin: 20px 0;
}
#menu li a, #menu li span {
	color: #fff;
	display: block;
	width: 95%;
	height: 100%;
	border-left: 10px solid #000;
	text-indent: 10px;
}
#menu ul li span {
	border-color: #f00;
}
#menu ul li a:hover {
	color: #ee9;
	border-left: 10px solid #9f9;
}
footer {
	clear: both;
	text-align: center;
}
footer > p {
	padding: 1em 0;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
}
caption {
	white-space: nowrap;
	word-break: keep-all;
}





*[align="center"] {
	display: none;
}



