@charset "utf-8";
/** 一覧 **/
#personmenu{
  width: 420px;
  margin: 30px 0 0 30px;
  padding: 8px 15px;
  background-color: #eae4da;
}
#personmenu li{
  line-height: 2em;
}
#description_author{
  margin-top: 1em;
  text-align: left;
}
/* 解説 */
#main{
  position: relative;
}
#portrait{
  position: absolute;
  right: 40px;
  top: 80px;
  width: 320px;
  height: 480px;
  background-image: url("../images/mitsuhashi-takajo_shouzou.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* 調整 */
.wmin{
  width: 60%;
}
h4{
  padding: 5px 0 0 0;
  font-size: 100%;
  font-weight: normal;
  text-indent: 1em;
}
.texts{
  padding: 0.3em 0 0.3em 0;
  margin-left: 3em;
  color: #966;
  font-weight: bold;
}
.title_texts{
  color: #333;
  font-weight: normal;
}
