/* 通常文字 */
.normal_font{
	font-size:10pt;
	line-height:20px;
}
/* 白文字 */
.white_font{
	font-size:8pt;
	color:#FFFFFF;
}
/* 画像リンク */
.img_link{ 
	border:none;
}
/* 小さめ文字 */
.small_font{
	font-size:8pt;
	line-height:15px;
}
