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


/* Comment */

#comment_list {
	border-top: 2px #178790 solid;
}

#comments {
  border-bottom: 2px #178790 solid;
}

#comment_list {
  margin-top: 20px;
}

#comment_list h3 {
	font-size: 16px;
  color: #000000;
  padding-top: 20px;
}

#comment_list .align_right {
	padding-top: 23px;
}

#comment_list p {
	margin: 0px;
}	

#comment_list a {
	font-weight: bold;
}

.comment {
	margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom:10px;
  border-bottom: 1px #e8e8e8 solid;
}


.comment p {
	padding-bottom: 10px;
}

.comment_date {
	color: #8d8d8d;
  padding-bottom: 5px;
}


#comment_list p {
	
}

#comment_form form input {
  width: 227px;
  height: 17px;
  border: 1px #c2cad1 solid;
  padding-top: 3px;
  padding-left: 3px;
  margin-bottom:10px;
}

#comment_form form label {
	font-size: 12px;
}

#comment_form form {
	padding-top: 20px;
  padding-bottom: 30px;
}

#comment_form form p {
	margin-bottom: 10px;
}

#comment_form form textarea {
	width: 432px;
  height: 150px;
  border: 1px #c2cad1 solid;
  padding: 3px;
  margin-bottom:10px;
}

#comment_form form .submit {
	width: 87px;
  height: 27px;
  border: none;
}

.comment_list #comments .comment .bodyraw {
  display:none;
}

