/*----------------------------------------------------

	りょくけん様向けホームページ　スタイルシート

	2007/10/19	            Systemix Matsuura

-----------------------------------------------------*/

/*--------------------------------------------------
		全てのページに適用
---------------------------------------------------*/
/* リンク */
A { text-decoration: none; }
A:link    { color: brue;   }
A:hover   { color: red;    }
A:visited { color: darkmagenta;   }
A:active  { color: orange; }



/* テーブル内の文字サイズ Q&A */
TD.qa{ font-size: 14pt;color:green;font-weight: bold}
TD.q{ font-size: 12pt ;color:orangered ; background-color : #eeeeee}
TD.a{ font-size: 10pt}

/* テーブル内の文字サイズ 11わけ */
TD.iiwk0{ font-size: 12pt;font-weight: bold;}
TD.iiwk1{ font-size: 12pt;font-weight: bold; color:#e46237}
TD.iiwk2{ font-size: 9pt;}
TD.iiwk3{ font-size: 8pt;}
TD.iiwk{ font-size: 10pt;line-height: 22px;}
