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

/********/
/* main */
/********/
main {
	overflow: hidden;
}
/******************/
/* main left_area */
/******************/
main .left_area {
}
main .left_area section {
	margin-bottom: 30px;
	overflow: hidden;
}
main .left_area section h3 {
	line-height: 135%;
	color: #666666;
	font-size: 1em;
	margin-bottom: 5px;
}
main .left_area section .comment_area {
	font-size: 0.85em;
	line-height: 165%;
	color: #333;
}
main .left_area section .comment_area ul {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
main .left_area section .comment_area dl {
	overflow: hidden;
	line-height: 135%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
main .left_area section .comment_area dl dt {
	float: left;
	width: 3em;
}
main .left_area section .comment_area dl dd {
	margin: 0px;
}
