@charset "utf-8";
/* CSS Document */


/* ------------------------------ */

#content1 {
	float: left;
	width: 740px;
	margin-top:-20px;
}


.post {
	clear: both;
	border-bottom: 1px dotted #ccc;

}

.post .title {
	margin-top:10px;

}

.post .title a {
	color: #1A1A1A;
	border: none;
}

.post .meta {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	margin-bottom:10px;
	text-align: justify;
}

