@charset "utf-8";
/* CSS Document */


/* left_area */
main .left_area {
	float: left;
	width: 700px;
}
main .left_area section {
	overflow: hidden;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}
main .left_area section figure {
	float: left;
	width: 140px;
	margin-right: 20px;
}
main .left_area section figure img {
	height: auto;
	width: 100%;
}
main .left_area section time {
	color: #666;
	margin-bottom: 10px;
	font-size: 0.80em;
	line-height: 115%;
}
main .left_area section h3 {
	color: #666;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 115%;
}
main .left_area section .comment_area {
	color: #333;
	font-size: 0.9em;
	line-height: 135%;
}
