@charset "UTF-8";
/* CSS Document */
/*セレクタは、nb_から始める*/

#nb_contentLT {
	float:left;
	width:550px;
}
.post {
	margin-bottom:70px;
}
.postTitle {
	font-size:14px;
	margin-bottom:5px;
}
.postDate {
	font:9px;
	margin-bottom:15px;
}
.postPhoto {
	margin-bottom:15px;
}
.postBody {
	margin-bottom:30px;
}
	.post img {
		margin-bottom:20px;
		}
	
/*#nb_contentRT {
	width:150px;
	float:right;
}*/

#nb_contentRT {
	position:fixed;
	top:125px;
	margin-left:670px;
	width:150px;
}


#nb_archive,#nb_member {
	margin-bottom:30px;
}
#nb_contentRT ul {
	list-style:none;
}