@charset "utf-8";

.FontBig {
	font-size: 22px;
	font-weight: bold;
	color: #483502;
	letter-spacing: 0.2em;
}
.FontBld {
	font-size: 18px;
	font-weight: bold;
	color: #483502;
	letter-spacing: 0.2em;
}
.FontNml {
	font-size: 14px;
	font-weight: normal;
	color: #483502;
	letter-spacing: 0.1em;
}
.FontNmlL {
	font-size: 16px;
	font-weight: normal;
	color: #483502;
	letter-spacing: 0.2em;
}
.FontNmlB {
	font-size: 14px;
	font-weight: bold;
	color: #483502;
	letter-spacing: 0.1em;
}
.FontSml {
	font-size: 10px;
	font-weight: normal;
	color: #483502;
	letter-spacing: 0.1em;
}
/* float clear */
.clear { clear:both; }   
.clear hr { display:none; }  
