.small {
	font-size: 10px;
}
.normal {
	font-size: 12px;
}
.sname {
	font-size: 16px;
	line-height: 24px;
}
.big {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;

}
.sname2 {
	font-size: 20px;
	font-weight: bolder;
}
.border {
	border-top: 5px none #FF0000;
	border-right: 5px none #FF0000;
	border-bottom: 5px none #FF0000;
	border-left: 5px solid #FF0000;

}
.border2 {
	border: 5px solid #FF0000;

}
.honbun {
	font-size: 12px;
	line-height: 150%;
}
.kcpy {
	font-size: 12px;
	line-height: 16px;
}
