@charset "UTF-8"


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}


/* --------------------------------------------------------------------------------------
  Main
--------------------------------------------------------------------------------------- */

#main-comment {
	margin-top: 10px;
	margin-bottom: 25px;
}

#main-comment-l {
	width: 200px;
	float:left;
}

#main-comment-r {
	width: 455px;
	float:right;
}

