@charset "UTF-8";

html, body {
	background: silver;
}

body {
}

a {
	color: gray;
	outline: none;
}

div#wrapper {
	margin: 20px;
	padding: 20px;
	border: 1px solid gray;
	background: white;
	position: relative;
}

header {
	margin-bottom: 20px;
}

header p {
	font-size: 123.1%;
	text-indent: 1em;
}

.notice {
	font-style: italic;
	margin-bottom: 20px;
	font-size: 92.4%;
	line-height: 1.167;
}

.error {
	color: red;
}

dl {
	line-height: 1.167;	
}

dt {
	clear: left;
	border: 1px solid gray;
	border-left-width: 5px;
	margin-bottom: 10px;
	padding-left: 1em;
}

dt a {
	font-size: 138.5%;
	text-decoration: none;
}

time {
	display: inline;
	margin-left: 1em;
	color: blue;
	font-size: 107.8%;
}

dd img {
	float: left;
	padding: 0 1em;
/*	border: 2px solid skyblue; */
}



p#dummy {
	clear: left;
	text-align: right;
	margin-bottom: 15px;
}

p#dummy a {
	text-decoration: none;
}

footer {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
}

footer a {
	text-decoration: none;
	font-style: italic;
}

footer canvas {
	position: absolute;
	left: 0;
	bottom: 0;
}