@charset "utf-8";

/**
 * article.css
 * @author KIMURA, TSUYOSHI
 */


@import "common/init.css";
@import "common/base.css";
@import "common/entry.css";


#content h1 {
  font-size: 150%;
  margin-bottom: .5em;
  color: #333;
}

#content .warning {
  padding: 20px;
}

* html #content .warning img {
  behavior: expression(IEPNGFIX.fix(this));
}

#content .entry {
  margin-bottom: 10px;
}

#content .comments {
  margin-bottom: 10px;
}

#content .comments li {
  margin-bottom: 10px;
  padding: 5px 15px 0;
  border: solid 5px #FFF;
  border-right: none 0;
}

#content .comments li .date {
  margin-left: 1em;
  color: #666;
}

#content .comments li p {
  padding-left: 1em;
  padding-bottom: 5px;
}

#content .comment_on {
  margin-bottom: 10px;
  padding: 0 20px;
}

#content .comment_on form fieldset {
  margin-top: 5px;
}

#content .comment_on form #author {
  padding: 2px 4px;
}

#content .comment_on form textarea {
  width: 620px;
}

#content .comment_on form .submit {
  text-align: center;
}



#content .next_prev,
#content .tag {
  margin-bottom: 10px;
  padding-left: 20px;
}

#content .next_prev dt,
#content .tag dt {
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1;
}

#content .next_prev dd,
#content .tag dd, {
  margin-left: 12px;
  margin-bottom: 8px;
}

#content .next_prev dd {
  margin-bottom: 0;
}

#content .tag dd ul {
  margin-left: 30px;
  list-style-type: square;
}