
/* 雛形スタイルシート for win_ie */

/* font size 5 */
.size5 { font-size: 20pt;line-height: 110% }
.size5-b { font-size: 20pt;line-height: 110%;font-weight: bold }

/* font size 4 */
.size4 { font-size: 14pt;line-height: 125% }
.size4-b { font-size: 14pt;line-height: 125%;font-weight: bold }

/* font size 3 */
.size3 { font-size: 12pt;line-height: 120% }
.size3-b { font-size: 12pt;line-height: 120%;font-weight: bold }

/* font size 2 */
.size2 { font-size: 10pt;line-height: 130% }
.size2-b { font-size: 10pt;line-height: 130%;font-weight: bold }

/* font size 1 */
.size1 { font-size: 8pt;line-height: 135% }
.size1-b { font-size: 8pt;line-height: 135%;font-weight: bold }
.size1s { font-size: 8pt;line-height: 110% }
.size1s-b { font-size: 8pt;line-height: 110%;font-weight: bold }

/* font num 2 */
.num2 { font-size: 11pt;line-height: 115% }
.num2-b { font-size: 11pt;line-height: 115%;font-weight: bold }

/* font num 1 */
.num1 { font-size: 10pt;line-height: 100% }
.num1-b { font-size: 10pt;line-height: 100%;font-weight: bold }

/* リンクのアンダーラインを消す */
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }
