body {
		text-align: left;
		background-color:white;
		width: 800px;
		height:  550px;
				}
#main {
	background-color:white;
	width: 800px;
		height:  550px;
}
#date{
	display: block;
		float: left;
		width: 160px;
		height: 120px;
		margin-left: 60px;
		position: absolute;
		top : 118px;
		z-index : 2;
}
#picture{
		display: block;
		float: left;
		width: 350px;
		height: 250px;
		margin-left: 40px;
		position: absolute;
		top : 280px;
		z-index : 2;
}
#diary_h4{
		display: block;
		float: left;
		width: 350px;
		height: 50px;
		margin-left: 420px;
		position: absolute;
		top : 30px;
		z-index : 2;
}
#diary_h4 h4{
		font-family: "ヒラギノ角ゴ Pro W3";
}
#diary_p{
		display: block;
		float: left;
		width: 300px;
		height: 100px;
		margin-left: 430px;
		position: absolute;
		top : 100px;
		z-index : 2;
}

#diary_p p{
		font-family: "ヒラギノ角ゴ Pro W3";
		line-height: 1.6;
}
#diary_a1{
		display: block;
		float: left;
		width: 300px;
		height: 20px;
		margin-left: 430px;
		position: absolute;
		top :430px;
		z-index : 2;
		font-family: "ヒラギノ角ゴ Pro W3";
		font-size: 13px;
}
#diary_a2{
		display: block;
		float: left;
		width: 380px;
		height: 20px;
		margin-left: 430px;
		position: absolute;
		top : 455px;
		z-index : 2;
		font-family: "ヒラギノ角ゴ Pro W3";
		font-size: 13px;
}
#diary_p2{
		display: block;
		float: left;
		width:380px;
		height: 20px;
		margin-left: 0px;
		position: absolute;
		top : 290px;
		z-index : 2;
}
#diary_p2 p{
		font-family: "ヒラギノ角ゴ Pro W3";
		line-height: 1.6;
}
#back{
		display: block;
		float: left;
		width: 79px;
		height: 19px;
		margin-left:410px;
		position: absolute;
		top : 505px;
		z-index : 2;
	
}
#next{
		display: block;
		float: left;
		width: 76px;
		height: 18px;
		margin-left: 670px;
		position: absolute;
		top : 505px;
		z-index : 2;
}