body {
	background-color: #000000;
	max-width: 100%;
	color: #ffffff;
	font-family: "Times New Roman","Yu Gothic";
	transition: all 400ms 0ms ease;
	font-size: 12pt;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link {
	color: #ff0000;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #800000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #ff8080;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #ff0088;
	background-color: transparent;
	text-decoration: none;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	border: 1px solid red;
	position: static;
	top: 0px
}

header ul li {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	display: inline-block;
	font-size: 12pt;
}

#footer {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	border: 1px solid red;
	position: static;
	
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content {
	text-align: center;
	margin: 5%;
}

div p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14pt;
}

.dlink {
	font-size: 16pt;
}

.thumb {
	max-width: 49%;
	
	height: auto;
	margin-bottom: 10px;
}

.container {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: 3px double #ff0000;
}

.logo {
	width: 5%;
	position: fixed;
}

.explain[title] {
	color: lightblue;
	border-bottom: 1px dotted;
	cursor: help;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10+ and Edge */
	-moz-user-select: none; /* FireFox */
	user-select: none; /* Standard syntax */
}

.wall {
	width: 70%;
	max-width: 400px;
	min-width: 200px;
	padding: 10px;
}

.vwall {
	width: 30%;
	max-width: 300px;
	min-width: 100px;
	padding: 10px;
}

.picblock {
	display: block;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 50%;
	border: 1px solid #ff0000;
}