/* --基本文字サイズ-- */

.normal {
	font-size : 16px ;
	text-indent : 16px ;
	line-height : 1.2em ;
	color : #000000 ;
	}

.normali {
	font-size : 16px ;
	line-height : 1.2em ;
	color:#000000 ;
	}


/* 文字サイズ */

.font10 {
	font-size : 10px ;
	line-height : 1.2em ;
	text-indent : 10px ;
	color : #000000 ;
	}

.font10i {
	font-size : 10px ;
	line-height : 1.2em ;
	color : #000000 ;
	}

.font12 {
	font-size : 12px ;
	line-height : 1.2em ;
	text-indent : 12px ;
	color : #000000 ;
	}

.font12i {
	font-size : 12px ;
	line-height : 1.2em ;
	color : #000000 ;
	}

.font14 {
	font-size : 14px ;
	line-height : 1.2em ;
	text-indent : 14px ;
	color : #000000 ;
	}

.font14i {
	font-size : 14px ;
	line-height : 1.2em ;
	color : #000000;
	}

.font18 {
	font-size : 18px ;
	line-height : 1.2em ;
	text-indent : 18px ;
	color : #000000 ;
	}

.font18i {
	font-size : 18px ;
	line-height : 1.2em ;
	color : #000000 ;
	}




.sub {
	font-size : 18px ;
	line-height : 1.2em ;
	font-weight : bold ;
	margin-top : 18px ;
	margin-bottom : 10px ;
	color : #FF9900;
	}

.em {
	font-size : 16px ;
	line-height : 1.2em ;
	font-weight : bold ;
	margin-top : 4px ;
	margin-bottom : 2px ;
	color : #FF9900 ;
	}

.cap {
	font-size : 12px;
	line-height : 1.2em ;
	color : FF00FF ;
	}

