/* 背景画像の指定 */
.body-bg     { color: #696969; background: #f0ffff url(../common/header.jpg) no-repeat 0px 0px }

/* size4 */
#size3 td { font-size: 14px; line-height: 120%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
#size3b td  { font-weight: bold; font-size: 14px; line-height: 120%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

/* size3 */
#size3 td { font-size: 13px; line-height: 120%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #696969 }
#size3b td  { font-weight: bold; font-size: 13px; line-height: 120%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #696969 }

/* size2 */
#size2 td { font-size: 12px; line-height: 120%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #696969 }
#size2b td { font-weight: bold; font-size: 12px; line-height: 120%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #696969 }

/* size1 */
#size1 td { font-size: 11px; line-height: 120%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #696969 }
#size1b td { font-weight: bold; font-size: 11px; line-height: 120%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #696969 }

/* size0 */
#size0 td { font-size: 10px; line-height: 110%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #696969 }
#size0b td { font-weight: bold; font-size: 10px; line-height: 110%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #696969 }

/* LINK */
a:link { color:#4169E1 ; text-decoration: none}	/* 未クリックのリンク */
a:visited { color:#4169E1 ; text-decoration: none}	/* クリック済みのリンク */
a:active { color:#FF0000 ; text-decoration: none}	/* クリックされた瞬間のリンク */
a:hover { color:#FF6666 ; text-decoration: underline}	/* マウスが乗っている状態のリンク */