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

* /* 全指定 */
{
margin:0;
padding:0;
}

body {
background-color:#FFFFFF;
margin-left: 2em; margin-right: 2em;
}

.centering{
margin:0 auto;
}

.bigfont{
font-size:20px;
}

.tx12_white {
  font-size:12px;
  color:#FFFFFF;
}
.tx12_white a{
  font-size:12px;
  color:#FFFFFF;
}
.tx12_line14 {
	font-size:80%;
	color:#333333;
	line-height: 120%;
}
.tx16_line16 {
	font-size:110%;
	line-height:160%;
	color:#333333;
}
.tx16_line16_green {
  color:#009900;
  font-weight : bold ;
}
.tx20_line16_green {
  color:#009900;
  font-weight : bold ;
}

.tx_white{
color: #FFFFFF;
}