/*##### content部分 ######*/
/* h3 */
#content h3 {
  margin: 0 50px;
  padding: 0 25px 5px;
  border-bottom: dotted 2px #90491f;
  background: url("../../images/icon_dango.gif") no-repeat 0 1px;
  color: #90491f;
  line-height: 20px;
  font-size: 16px;
  }


/* comment */
#content .comment { padding: 5px 70px 20px; }
.comment h4 {
  color: #36492f;
  font-size: 14px;
  }
.comment p,
.comment li,
.comment th,
.comment td {
  color: #333;
  line-height: 1.5;
  font-size: 12px;
  }
.comment h4 { padding: 10px 0 0; }
.comment p { padding: 0; }
.comment a { text-decoration: underline; }
.comment ul { padding: 5px 30px 10px; }
.comment table {
  margin: 10px auto;
  border-collapse: collapse;
  }
.comment th,
.comment td {
  padding: 2px 10px;
  border: solid 2px #999;/*#eeb4ce*/
  }
.comment th {
  color: white;
  background: #8abd77;
  }
.comment td { background: #f8ede0; }


/*===== source処理 =====*/
/* source */
/*
#content .source,
.source pre {
  color: white;
  line-height: 1.4;
  font-family: 'ＭＳ ゴシック','平成角ゴシック',monospace;
  font-size: 10px;
  }
.source {
  width: 496px;
  margin: 0 50px 5px;
  padding: 10px 15px;
  border: solid 2px #ccc;
  background: #444;
  overflow: auto;
  }
.source pre { margin: 0; }
*/
pre {
  font-size: 12px;
  overflow: auto;
  padding: 8px;
  }
.sample_image {
  font-weight: bold;
  padding: 10px;
  margin: 10px;
  background: #F8EDE0;
  display: block;
  text-align: center;
  }

