.post{
	float:left;
	height:200px;
	width:160px;
	padding:7px;
	margin:20px 40px 30px 7px;
	position:relative;
	border:1px solid #CCC;
}

.postThumbnail{
	margin:5px 5px 8px 5px ;
	border:solid 1px #CCC;
	width:150px;
	height:150px;
}

.postThumbnail a{
	display:block;
}


.postTitle{
	width:150px;
	overflow:hidden;
	font-size:9px;
}

.postTitle h2{
	font-size:80%;
	letter-spacing:1px;

}

.postDate{
	font-size:90%;
	font-family: "Times New Roman", Times, serif;
	text-align:right;
	position:absolute;
	bottom:-17px;
	right:0px;
	width:88%;
	color:#555;
}

#navigation{
	clear:both;
	margin:50px 0 20px 20px;
	font-size:100%;
}

/*カテゴリごとに色
#postDate.diary,.diary a:hover{
	color: rgb(164,168,153);
}

#postDate.iphone,.iphone a:hover{
	color: rgb(177,164,147);
}

#postDate.media,.media a:hover{
	color: rgb(210,148,111);
}

#postDate.movie,.movie a:hover{
	color: rgb(206,128,77);
}

#postDate.photo,.photo a:hover{
	color: rgb(202,104,85);
}

#postDate.sound,.sound a:hover{
	color: rgb(164,168,153);
}

#postDate.memo,.memo a:hover{
	color: rgb(177,164,147);
}

#postDate.shopping,.shopping a:hover{
	color: rgb(180,162,121);
}

#postDate.book,.book a:hover{
	color: rgb(180,156,89);
}

#postDate.web,.web a:hover{
	color: rgb(206,128,77);
}

#postDate.analytics,.analytics a:hover{
	color: rgb(194,204,210);
}

#postDate.flash,.flash a:hover{
	color: #F03;
}

#postDate.seo,.seo a:hover{
	color: rgb(117,144,184);
}
*/