@charset "utf-8";
/* CSS Document */
#fullmatter{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
#main-matter{
	width:75%;
	float:left;
}
#post-date{
	width:25%;
	float:left;
}
.poststyle{
	display:block;
	height:auto;
	overflow:auto;
	border:2px solid #600;
	margin:5px;
	padding:5px;
}
#footer{
	width:98%;
	height:auto;
	background-color:#60F;
	color:#FFF;
	padding:1%;
	margin-top:10px;
	text-align:center;
}
