@charset "UTF-8";

div.entry {
	margin-bottom: 30px;
}

div.entry img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

div.entry h3.title {
	padding-left: 30px;
	height: 30px;
	background: url(../img/diary/diary_title_bg.gif) no-repeat;
	line-height: 40px;
}

div.entry p.date {
	margin-bottom: 10px;
	text-align: right;
}



div#navi {
	position: relative;
	height: 40px;
}
div#navi img.prev {
	position: absolute;
	top: 0;
	left: 10px;
}

div#navi img.latest {
	position: absolute;
	top: 0;
	left: 220px;
}

div#navi img.next {
	position: absolute;
	top: 0;
	left: 500px;
}