@charset "Shift_JIS";
@import "961_base.css";

/** 本文 */
div#body {
  margin: 0px;
}

/* 目次 */
div#menu {
  line-height: 24px;
  position: relative;
  top: -12px;
  font-color: brack;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  width: 810px;
  height: 25px;
  margin: 0px 20px 0px 20px;
  padding: 0px;
  border: solid 2px #ffa800;
  background-color: #fdf7d7;
}

div#menu span {
  padding: 6px 12px;
  margin: 0px 2px 0px 0px;
  background-color: #fec202;
  border-right: solid 2px #ffa800;
}

div#menu a {
  padding: 6px 12px;
  margin: 0px;
}

div#menu a:hover, div#menu a:active {
  padding: 6px 10px;
  background-color: #fec202;
  border-left: solid 2px #ffa800;
  border-right: solid 2px #ffa800;
}

/* メイン記事 */
div#main {
}

div#main .topic {
  margin: 0px 20px 0px 20px;
  padding: 0px;
  width: 810px;
  text-align: left;
}

div#main .topic .child1 {
  font-size: 6px;
  width: 810px;
  height: 6px;
  border: solid 2px #ffa800;
  background-color: #fdf7d7;
}

div#main .topic .child2 {
  float: right;
  font-size: 2px;
  height: 6px;
  width: 40px;
  border-left: solid 2px #ffa800;
  background-color: #fec202;
}

div#main .topic h2 {
  display: none;
}

div#main .topic .title-event {
  position: relative;
  top: 10px;
  left: 0px;
  background: url("../img/bt_event_0.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 40px;
}

div#main .topic .title-entry {
  position: relative;
  top: 10px;
  left: 0px;
  background: url("../img/bt_entry_0.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 40px;
}

div#main .topic .title-circlelist {
  position: relative;
  top: 10px;
  left: 0px;
  background: url("../img/bt_circlelist_0.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 40px;
}

div#main .topic .title-psp {
  position: relative;
  top: 10px;
  left: 0px;
  background: url("../img/bt_psp_0.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 40px;
}

div#main .comment {
  margin: 0px 20px 0px 20px;
  padding: 30px 20px;
  width: 770px;
  background-color: #fdf7d7;
  border-left: solid 2px #fdf7d7;
  border-right: solid 2px #fdf7d7;
  text-align: left;
}

div#main .comment .text {
  margin: 0px 20px 0px 20px;
  padding: 15px 20px 15px;
  text-align: left;
}

div#main .comment .right {
  text-align: right;
}

div#main .comment a:link, div#main .comment a:active, div#main .comment a:visited, div#main .comment a:hover {
  color: blue;
  font-size: 14px;
  font-weight: bold;
}

div#main .comment a:link, div#main .comment a:visited {
  text-decoration: underline;
}

div.pro961 {
  font-size: 14px;
  margin-left: 40px;
}
