#diary h4 {
	margin: 15px 0px 7px -5px;
	padding: 3px 5px 3px 7px;
	border-top: 1px solid #2e8b57;
	border-bottom: 1px solid #2e8b57;
	background: #f0fff0;
	font-weight: bold;
/*	color: #333;*/
	line-height: 1.4;

}
#diary h5 {
	margin: 15px 0px 7px -5px;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px solid #aaa;
	border-left: 5px solid #999;
	font-weight: bold;
	line-height: 1.4;
}
#diary em {
	font-weight: bold;
}
#diary.text,#diary p {
	font-size:14px;
	line-height:1.4;
}