body{
	background-color: lightcyan;
}
a{
	text-decoration: none;
}
a:hover{
	background-color: lightyellow;
}
img{
	border-style: none;
}
#main{
	width: 780px;
	background-color: white;
	margin-left: auto;margin-right: auto;
	padding-bottom: 40px;
}
#top{
	text-align:center;
	}
h5{
	padding-top: 20px;
}
#honbun{
	width: 90%;
	vertical-align: middle;
	margin-left: 30px;
	line-height: 1.2em;
}
li{
	margin-bottom: 10px;
}
.descriptions{
	font-size: 0.9em;
}
#honpo{
	margin-top: 40px;
	text-align: center;
	font-size: 0.9em;
}
#toTop{
	position: fixed;
	right: 20px;bottom: 0px;
}

