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

/* font size 5 */
.size5 { font-size: 26px;line-height: 95% }
.size5-b { font-size: 26px;line-height: 95%;font-weight: bold }

/* font size 4 */
.size4 { font-size: 18px;line-height: 110% }
.size4-b { font-size: 18px;line-height: 110%;font-weight: bold }

/* font size 3 */
.size3 { font-size: 14px;line-height: 105% }
.size3-b { font-size: 14px;line-height: 105%;font-weight: bold }

/* font size 2 */
.size2 { font-size: 12px;line-height: 115% }
.size2-b { font-size: 12px;line-height: 115%;font-weight: bold }

/* font size 1 */
.size1 { font-size: 10px;line-height: 115% }
.size1-b { font-size: 10px;line-height: 115%;font-weight: bold }
.size1s { font-size: 10px;line-height: 95% }
.size1s-b { font-size: 10px;line-height: 95%;font-weight: bold }

/* font num 2 */
.num2 { font-size: 12px;line-height: 100% }
.num2-b { font-size: 12px;line-height: 100%;font-weight: bold }

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

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

/* form */
input { font-size: 10px }
select { font-size: 12px }
textarea { font-size: 12px }