body {
	margin: 0px;
	background-color: #FFFFFF;
	font-size: small;
}
.container {
	margin: 0px auto;
	width: 724px;
	height: 100%;
	background-image: url(images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.past {
	text-align: right;
	padding-top: 20px;
	padding-right: 39px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.contact {
	text-align: right;
	margin: 20px 39px 0px 25px;
	padding-bottom: 25px;
}
.up {
	text-align: right;
	margin: 20px 39px 20px 25px;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 20px 44px;
}

.diary {
	text-align: center;

}
td.diary {
	line-height: 130%;
	padding: 15px 20px;
	text-align: left;
 }
table.diary {
	margin: 15px auto;
}
hr {
	width: 660px;
	margin: 0px 32px 20px;
}
.diary_box_top {
	background-image: url(images/paper_top.gif);
	background-repeat: no-repeat;
	width: 521px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.diary_box_bottom {
	background-image: url(images/paper_bottom.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 521px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.diary_box {
	background-image: url(images/paper.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 441px;
	padding: 15px 40px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
}
