@charset "Shift_JIS";

#mainContentsArea{
  width : 960px;
  margin-top : 0px;
  margin-bottom : 0px;
  position : relative;
  background-color : rgba(200, 237, 255, 0.49);
  font-family : メイリオ, "ＭＳ ゴシック";
  left : 10%;
  top : 43px;
  right : 10px;
  height : 1300px;
}

.commentArea{
  font-size : 20px;
  text-align : left;
  position : relative;
  background-color : rgba(255, 255, 255, 0.61);
  width : 70%;
  left : 130px;
  padding-right : 20px;
  margin-left : 5px;
  line-height : 140%;
  color : navy;
  font-weight : normal;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  font-family : "Times New Roman", "ＭＳ ゴシック";
  padding-left : 20px;
  padding-top : 20px;
  padding-bottom : 20px;
}


.commentSmall{
  font-size : 20px;
  text-align : left;
  position : relative;
  background-color : rgba(255, 255, 255, 0.61);
  width : 60%;
  left : 130px;
  padding-right : 20px;
  margin-left : 5px;
  line-height : 140%;
  color : navy;
  font-weight : normal;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  font-family : "Times New Roman", "ＭＳ ゴシック";
  padding-left : 20px;
  padding-top : 20px;
  padding-bottom : 20px;
}

.BoxContents{
  font-size : 18px;
  font-family : メイリオ, "ＭＳ ゴシック";
  text-align : left;
  padding-top : 5px;
  padding-left : 15px;
  border-top-width : 0px;
  margin-top : -4px;
  line-height : 22px;
  position : relative;
  top : 0px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-color : silver;
  border-right-color : silver;
  border-bottom-color : silver;
  width : 70%;
  list-style-type : disc;
  left : 0px;
  list-style-image : url(../Button/listmark_19_b.png);
  font-weight : normal;
}

.BoxMouseHvr{
      opacity: 1;
      color: white;
}

.BoxMouseHvr:hover{
      opacity: 1;
      color: white;
}


