.diary_day
{
	font-weight:bold;
	text-align:center;
	font-size:14pt;
	padding-bottom:10px;
}

.diary_weekday
{
	position:absolute;
	width:657px;
	text-align:right;
}

.diary_track
{
	text-align:center;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#eeeeee;
	margin-bottom:10px;
}

.diary_text
{
	margin-top:10px;
	text-align:justify;
}


.diary_image_left
{
	float:left;
	background-color:#ffffff;
	border:1px solid #666666;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}


.diary_image_right
{
	float:right;
	background-color:#ffffff;
	border:1px solid #666666;
	padding:5px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.diary_image_text
{
	width:190px;
	background-color:#eeeeee;
	padding:5px;
	font-size:8pt;
}

.diary_hint
{
	background-color:#eeeeee;
	border:1px solid #666666;
	width:200px;
	float:left;
	padding:5px;
	margin:5px;
	text-align:justify;
}

