@charset "utf-8";

#comment_list_header {
	padding-bottom: 4px;
	font-size: 12px;
	border-bottom: 1px dotted #d2d2d2;
}

#comment_list_header_left {
	float: left;
}

#comment_list_header_left ul {
	
}

#comment_list_header_left ul li {
	float: left;
	color: #ccc;
	padding-right: 5px;
	line-height: 16px;
}

#comment_list_header_right {
	float: right;
	border: 1px solid #d2d2d2;
	padding: 2px;
}

.comment_item {
	padding-top: 10px;
	padding-bottom: 16px;
}

.comment_item .comment_item_image {
	float: left;
	width: 60px;
}

.comment_item .comment_item_image a img {
	width: 48px;
	padding: 1px;
}

.comment_item .comment_item_image a:link img,.comment_item .comment_item_image a:visited img
	{
	border: 1px solid #d2d2d2;
}

.comment_item .comment_item_image a:hover img,.comment_item .comment_item_image a:active img
	{
	border: 1px solid #adff2f;
	background-color: #fffacd;
}

.comment_item .comment_item_body {
	margin-left: 60px;
	_display: inline-block;
}

.comment_item_body .comment_item_title {
	background-color: #f5f5f5;
	padding: 2px 0 2px 2px;
	display: block;
}

.comment_item_body .comment_item_title_left {
	font-size: 14px;
}

.comment_item_body .comment_item_title_right {
	float: right;
}

.comment_item_body .comment_item_contents {
	margin: 8px 0 8px 0;
}