@charset "UTF-8";
body {
	background-color: #D0D0D0;
}
#head {
}
#menu {
	text-align: left;
}
#toppage {
	background-color: #FFFFFF;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	-webkit-box-shadow: 5px 5px 5px 2px #BEC3C4;
	box-shadow: 5px 5px 5px 2px #BEC3C4;
	margin-bottom: 20px;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #BEC3C4;
}
.menu01 {
	margin-left: 10px;
}
#toppage #head h2 {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	color: #FF0000;
}
#toppage #head h1 {
	font-size: 20px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
#head h3 {
	font-size: 15px;
}
#toppage #guest {
	font-size: 15px;
	background-color: #DFE1E2;
}
