﻿/* font& text 要素 */
.txshadow3 { text-shadow: 3px 3px 5px blue; letter-spacing: 4px; 
	text-align:center; }

.textJustify {
   text-indent: 1em; text-align: justify;
}
.txright {
	text-align: right;
}
.txcenter {
	text-align: center;
}
.txind1 { text-indent: 1em; }

.mgnlf2 {  margin-left: 2em; }
.mgnlf45 {  margin-left: 45px; }

.fxxsm { font-size: xx-small; }
.fxsm { font-size: x-small; }
.fsm { font-size: small; }
.flg { font-size: large; }
.fxlg { font-size: x-large; }
.fxxlg { font-size: xx-large; }

.b { font-weight: bold; }
.em { font-weight: bold; 
      font-style: italic }

ol.al { list-style-type: lower-alpha; }
ol.Au { list-style-type: upper-alpha; }

