.small{
	font-size:11px;
}
.large{
	font-size:12px;
}
.large2{
	font-size:14px;
}
.large3{
	font-size:16px;
}
.large4{
	font-size:18px;
}
.large5{
	font-size:24px;
}

/*全体のフォントサイズを一括指定
あとは個々にemにて調整*/
*{
font-size:12px;/*-------------------フォントサイズ*/
line-height:1.6em;
}

