/*  body定義 */

A             {text-decoration:none}
A:visited  {text-decoration:none; color: #0000CC}
A:hover    {text-decoration:underline; color: #0066FF}
A:active   {text-decoration:none; color: #0000CC}

/*  フォント10px */
.txt10 {font-size: 10px; line-height: 12px}

.txt10 A:visited  {text-decoration:none; color: #0000CC}
.txt10 A:hover    {text-decoration:underline; color: #0066FF}
.txt10 A:active   {text-decoration:none; color: #0000CC}

/*  フォント12px */
.txt12 {font-size: 12px; line-height: 14px}

A                         {text-decoration:none; color: #0000CC}
A.txt12　:visited  {text-decoration:none; color: #000000}
A.txt12　:hover    {text-decoration:none; color: #0000FF}
A.txt12　:active   {text-decoration:none; color: #0000FF}body {
	background-color: #EBE9EA;
}

