@charset "Shift_JIS";
@import "961_base.css";

/** 本文 */
div#body {
}

/* 目次 */
div#menu {
  float: right;
  width: 250px;
}

div#menu img {
  margin-top: 16px;
}

div#menu .topic {
  width: 230px;
  overflow: hidden;
  margin: 30px 10px 20px 5px;
  border: 2px solid #ffa800;
  background-color: #fdf7d7;
}

div#menu .topic .title {
  text-align: center;
  margin: 0px;
  padding: 2px;
  border-bottom: none;
  font-size: 14px;
  font-weight: bold;
  background-color: #fec202;
  border-bottom: 2px solid #ffa800;
}

div#menu .topic .comment {
  margin: 0px;
  padding: 6px 8px;
  text-align: left;
}

div#menu .topic .comment img {
  margin: 0px;
}

/* メイン記事 */
div#main {
  text-align: left;
  padding-left: 10px;
  float: left;
  width: 590px;
}

div#main .image {
  position: relative;
  left: 30px;
}

div#main .topic {
  margin: 10px 10px 20px 0px;
  padding: 0px;
}

div#main .topic .title-topic {
  position: relative;
  top: 17px;
  left: 0px;
  background: url("../img/wintitle_topic.png");
  background-repeat: no-repeat;
  width: 153px;
  height: 32px;
}

div#main .topic .title-history {
  position: relative;
  top: 17px;
  left: 0px;
  background: url("../img/wintitle_rireki.png");
  background-repeat: no-repeat;
  width: 153px;
  height: 32px;
}

div#main .topic h2 {
  display: none;
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 5px;
}

div#main .topic .comment {
  margin: 0px;
  border: 2px solid #ffa800;
  padding: 23px 5px 20px 12px;
  text-align: left;
  background-color: #fdf7d7;
}

div#main .topic .comment .right {
  text-align: right;
}


