@charset "utf-8";
/* CSS Document */

/*
** Layout
*/
.aligncenter{
   display:block;
   margin:0 auto;
  }
.alignright{
  float:right;
  }
.alignleft{
  float:left;
  }
.no-wrap{
  overflow:hidden;
  _zoom:1;
  }
.clear{
  clear:both;
  }

/*
** Text
*/
.indent{
  text-indent:1em;
  }
.textleft{
  text-align:left;
  }
.textright{
  text-align:right;
  }
.textcenter{
  text-align:center;
  }
.read{
  text-justify:inter-ideograph;
  text-align:justify;
  line-height:1.8em;
  }

.w80{
  width:80%;
  }
.w90{
  width:90%;
  }
.w94{
  width:94%;
  }
.w96{
  width:96%;
  }
.w100{
  width:100%;
  }


/*
**  color
*/
.aqua{
  color: #00ffff;
  }
.black{
  color:#000000;
  }
.blue{
  color:#2F7BCB;
  }
.fuchsia{
  color:#ff00ff;
  }
.gray{
  color: #808080;
  }
.green{
  color: #2D6D4B;
  }
.lime{
  color: #00ff00;
  }
.maroon{
  color: #800000;
  }
.navy{
  color: #000080;
  }
.olive{
  color: #808000;
  }
.orange{
  color: #ffA500;
  }
.purple{
  color: #800080;
  }
.red{
  color: #DA393B;
  }
.silver{
  color: #c0c0c0;
  }
.teal{
  color: #008080;
  }
.white{
  color: #ffffff;
  }
.yellow{
  color: #ffff00;
  }