table.news td {
  text-align: justify;
  padding: 0 10px 10px 0;
}

table.news img {
  float: left;
  margin: 0 10px 5px 0;
  border: #72abbe solid 1px;
}

table.comment {
  width: 100%;
}

table.comment td {
  padding: 0 5px;
}

td.comment_title {
  background-image: url("/img/title_bg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  border: #e5e5e5 solid 1px;
  padding: 5px 0;
}

td.comment_title img {
  border: 0;
}

table.comment td.empty_comment_td {
  width: 25px;
  border-right: #f05d49 solid 2px;
}

table.add_comment td {
  padding: 5px;
}

table.add_comment input, table.add_comment textarea {
  border: #e5e5e5 solid 1px;
}

table.news div.short_text p {
  margin-top: 2px;
}

table.common_news {
  padding: 4px;
  border-collapse: collapse;
  empty-cells: show;
}

table.common_news td {
  border: #40301E solid 1px;
  padding: 2px 4px 2px 4px;
}

table.common_news th {
  text-align: center;
  border: #40301E solid 1px;
  font-weight: weight;
  background: #f5f5f5;
}

/*------------------- ÀÄÌÈÍÑÊÀß ×ÀÑÒÜ ---------------------*/
/*------------------- show-source-list ---------------------*/

table.show_source_list {
  width: 99%;
}

table.show_source_list td {
  padding: 0 5px;
}

/*------------------- show-news-list ---------------------*/
table.control {
  width: 100%;
}

table.control td.right {
  width: 130px;
  text-align: right;
}

/*------------------- show-news ---------------------------*/
div.bold_text p {
  font-weight: bold;
}
