@charset "EUC-JP"; 

H1{
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	border: 1px solid #000000;
}
.day{
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #AFEEEE;
	border-right: 2px solid #87CEFA;
}
.diary{
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 12pt;
	padding: 12pt;
	text-align: center;
	border-top: 1px solid #AFEEEE;
	border-left: 1px solid #AFEEEE;
	border-right: 2px solid #87CEFA;
	border-bottom: 2px solid #87CEFA;
	background-color: #F5FFFA;
}
.go-next{
	text-align: center;
	margin-bottom 12pt;
}
