@charset "utf-8";
/*
[module]
----------------------------------------*/
/* [font] */
.modFtBld {font-weight: bold;}
.modFtSm {font-size: 82%;}
.modFt120 {font-size: 120%;}
.modFt140 {font-size: 140%;}
.modFt160 {font-size: 160%;}
.modFtW {color: #ffffff;}
/* [ma] */
.modMa0 { margin: 0; }
.modMaTB5 { margin: 5px 0; }
.modMaTB10 { margin: 10px 0; }
.modMaTB15 { margin: 15px 0; }
.modMaTB20 { margin: 20px 0; }
.modMaTB30 { margin: 30px 0; }
.modMaTB40 { margin: 40px 0; }
.modMaTB50 { margin: 50px 0; }
.modMaTB60 { margin: 60px 0; }
.modMaT5 { margin-top: 5px; }
.modMaT10 { margin-top: 10px; }
.modMaT15 { margin-top: 15px; }
.modMaT20 { margin-top: 20px; }
.modMaT30 { margin-top: 30px; }
.modMaT40 { margin-top: 40px; }
.modMaT50 { margin-top: 50px; }
.modMaT60 { margin-top: 60px; }
.modMaB5 { margin-bottom: 5px; }
.modMaB10 { margin-bottom: 10px; }
.modMaB15 { margin-bottom: 15px; }
.modMaB20 { margin-bottom: 20px; }
.modMaB30 { margin-bottom: 30px; }
.modMaB40 { margin-bottom: 40px; }
.modMaB50 { margin-bottom: 50px; }
.modMaB60 { margin-bottom: 60px; }

/* [pa] */
.modPaLR25 {padding: 0 25px;}
/* [txtAln] */
.modTxtAlnL { text-align: left; }
.modTxtAlnC { text-align: center; }
.modTxtAlnR { text-align: right; }
/* [phEffect] */
.modPhEfct:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* [clfx] */
.modClfx:after {
	content: "";
	display: block;
	clear: both;
}
.modClfx { zoom:1; }
