#main {
	background-color: #fff;
	padding :1em;
}

header h1{
  background-color: #ddffaa;
  display: inline-block;
  color: #007800;
  padding: 1ex 1em 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  line-height:2em;
  }

p {
	text-indent: 0.5em;
}

dt {
	font-weight: bold;
	font-size: larger;
	margin: 1em 0 0.5em;
	display: inline-block;
	border-bottom: 2px dashed #007800;
	padding: 0 5px;
}

dd {
	margin-left: 1.5em;

}

figure {
	text-align: center;
}

figure img {
	max-width: 100%;
}

aside {
	min-width: 280px;
	max-width: 800px;
	width: 90%;
	margin: 2em auto 0;
}

ul#pagelist {
	margin-left: 1em;
}

ul#pagelist li {
	list-style-image: url(img/amagumo.png);
	margin-left: 100px;
}

li.ame{
	margin-left: 100px;
	list-style-image: url(img/hiroki_saigai_icon_1.gif);	
}

li.yuki{
	margin-left: 100px;
	list-style-image: url(img/hiroki_saigai_icon_2.gif);
}



p.goto {
	font-size: small;
	text-align: right;
}

p.goto::before {
	content: "▲";
}

