.title {
	margin-top: 20px;
	padding: 3px;
	color: lime;
	text-align: left;
	font-size: 105%;
	border-top: 2px dotted white;
	border-left: 2px solid white;
}
.diary {
	padding: 3px;
	padding-left: 45px;
	border-top: 2px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
	border-left: 2px solid white;
}
.comment {
	padding-right: 45px;
	border-top: 1px dotted white;
	border-left: 2px solid white;
	color: aqua;
	text-align: right;
}

#comments {
	margin-top: 15px;
}
.comment-name {
	margin-top: 5px;
	color: aqua;
	text-align: left;
}
.comment-message {
	margin-bottom: 10px;
	padding: 2px;
	padding-left: 45px;
	border-top: 1px dotted white;
}

.navi {
	margin-top: 15px;
	padding: 5px;
	padding-left: 45px;
	padding-right: 45px;
	text-align: center;
	border-top: 2px dotted white;
	border-bottom: 2px dotted white;
}
