/* BODY */
BODY.ie {
	line-height: 100%;
	font-family: "へた字", "ダサ字", "ＭＳ Ｐゴシック";
	font-size:   10pt;
	background:  #FFFFFF url(./images/bg_tsu03.gif) no-repeat fixed 90% 90%;
}

TH, TD {
	line-height: 100%;
	font-family: "へた字", "ダサ字", "ＭＳ Ｐゴシック";
	font-size:   10pt;


/* リンク色 */
A         {                                       text-decoration: none; }
A:link    { color: blue;                          text-decoration: none; }
A:visited { color: darkblue;                      text-decoration: none; }
A:active  { color: brown;    background: #FFFF99; text-decoration: none; }
A:hover   { color: brown;    background: #FFFF99; text-decoration: underline;}
