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

/**/
#contents_head{background-image: url(../images/staffblog/head_index.jpg);}

/**/
#comments_scroll{
}
#comments_form{
	background-color: #EEF4F9;
	width: 560px;
}
#comments_form td{
	padding: 5px;
}
#comments_form td.left{
	background-color: #CFE8FA;
}
#comments_form td.right{
	background-color: #F3F3F3;
}
#ajax-comment{
	margin-bottom: 20px;
}
/**/
.comment{
	margin-bottom: 10px;
	background-color: #EFEFEF;
	border: 1px solid;
	border-color: #CCCCCC;
}
.comment .inner{
	padding: 10px;
}
.comment .comment-header{
	padding: 5px 0;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	font-weight: bolder;
}
.comment .comment-content{}
.comment .comment-content p{
	margin-top: 0px;
}

