body{
font-size:15px;
}

div{
  color:red;
　font-size:20pt;
　font-weight:bold;
}
.title{
	font-size:30px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}

.b{
	font-weight:bold;
}
.s{
    font-size:small;
}
.sb{
    font-size:small;
	font-weight:bold;
}
.big{
	font-size:20px;
	font-weight:bolder;
}