body {
  text-align: center;
  color: #000;
  font-family: Tahoma, Arial, sans-serif;
  background: #fff;
}
img {
  border: 0;
  vertical-align: bottom;
}
a {
  color: #AD0E0E;
  font-weight: bold;
  outline: none;
}
table {
  border-collapse: collapse;
}
h1 {
  margin: 10px 0 0 0;
}
h2 {
  font-size: 12px;
  margin: 7px 0;
}
.notice h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
  margin: 7px 0;
}
#main {
  width: 760px;
  margin: 0 auto;
}
#fight-form {
  margin: 10px 0 10px 1px;
}
#fight-form table {
  background: #fff url('bg3.png') repeat-x;
  border: 1px solid #ccc;
  text-align: center;
}
.voted {
  padding: 4px;
  font-size: 16px;
  width: 120px;
}
.voted a img {
  margin: 10px;
  vertical-align: bottom;
}
.voted .small {
  font-size: 14px;
}
.agree-score {
  color: #0a0;
  font-size: 20px;
  font-family: arial, sans-serif;
}
.disagree-score {
  color: #a00;
  font-size: 20px;
  font-family: arial, sans-serif;
}

.box {
  vertical-align: bottom;
  padding: 7px;
  width: 300px;
}
input.item {
  outline: none;
  width: 300px;
}
.hidden-item {
  display: none;
}
.small-item {
  width: 100px;
}
.info {
  margin-top: 5px;
  font-size: 14px;
}
#comment-form {
  border: 1px solid #ccc;
  background: #fff url('bg4.png') repeat-x;
  padding: 0 10px 10px;
  margin: 20px 0 10px;
  text-align: left;
}
#comment-form table {
  width: 100%;
}
#comment-form h2 {
  text-align: center;
}
#comment-form #name {
  margin-bottom: 3px;
}
#comment-form textarea {
  width: 100%;
}

#comments {
  text-align: left;
  font-size: 12px;
}
.comment p.name, .comment p.date {
  margin: 0;
  font-weight: bold;
  color: #333;
}
.comment {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  margin: 10px 0;
}
#amazon {
  margin-bottom: 25px;
  padding: 0 2px;
  text-align: left;
  font-size: 10px;
}
#amazon img {
  float: right;
}
.notice {
  margin: 20px 0;
  text-align: left;
  padding: 20px;
  border: 10px solid #ffa500;
}
.notice input {
  width: 100%;
}
.notice p {
  font-weight: bold;
}

.more {
  border: 1px solid #ccc;
  background: #fff url('bg4.png') repeat-x;
  font-size: 13px;
  line-height: 28px;
  text-align: left;
  margin: 20px 0 10px;
  padding: 0 10px;
  font-weight: normal;
}
.more a {
  font-weight: normal;
}