@charset "UTF-8";

/*----------------------------------------------------------------------------
	ページ構造に関するCSS 
----------------------------------------------------------------------------*/
/*  挨拶文  */
#howtotext {
  width: 616px;
  height: 296px;
  margin: 30px;
  padding: 5px;
  text-align: left;
  text-indent: 16px;
  line-height: 1.9;
  float: left;
  background-color: rgba( 255, 255, 255, 0.50 );
  border: solid 2px #666666;
}

#howtotext2 {
  width: 616px;
  height: 356px;
  margin: 0 0 30px 30px;
  padding: 5px;
  text-align: left;
  text-indent: 16px;
  line-height: 2;
  float: left;
  background-color: rgba( 255, 255, 255, 0.50 );
  border: solid 2px #666666;
}

/*  建物外観  */
#appearance {
  width: 260px;
  height: 310px;
  margin: 30px 0 30px 0;
  float: left;
}

#appearance2 {
  width: 260px;
  height: 310px;
  margin: 0 0 30px 30px ;
  float: left;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

.orange {
	color: #a52a2a;
	font-weight: bold;
}

/*----------------------------------------------------------------------------
	お知らせに関するCSS 
----------------------------------------------------------------------------*/
#newsbox {
  width: 920px;
  height: 100px;
  text-align: left;
  margin: 10px 0 0 30px ;
  overflow-y: scroll;
}
	
.newstxt {
  width:900px;
  height: auto;
  margin: 10px 0 10px 20px;
}

#newsbox .jspVerticalBar {
  width: 12px;
  height: 285px;
  top: 5px;
  right: 0px;
}

#newsbox .jspTrack {
  background: #ff9900;
}

#newsbox .jspDrag {
  background: #cc3333;
}

.newstxt1 {
  display: ;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 50px 10px;
  font-size: 50px;
}
