@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.news_01{
  text-align: center;
  padding: 3px;
  color: red;
  border: solid 0.5px red;/*実線*/
}

.news_02{
  text-align: center;
  padding: 3px;
  color: blue;
  border: solid 0.5px blue;/*実線*/
}

.news_03{
  text-align: center;
  padding: 3px;
  color: green;
  border: solid 0.5px green;/*実線*/
}