body {background-color:#ffffe8;}
td img {vertical-align: text-bottom; margin:0px; padding:0px;}

/* フォント */
.gray    {  font-size: 12px; line-height: 18px; color: #666666}
.grays   {  font-size: 11px; line-height: 14px; color: #666666}
.green   {  font-size: 12px; line-height: 18px; color: #7d985e}
.greens  {  font-size: 11px; line-height: 14px; color: #7d985e}
.white   {  font-size: 12px; line-height: 18px; color: #ffffff; font-weight: bold;}
.brown   {  font-size: 12px; line-height: 18px; color: #7a5b52}
.browns  {  font-size: 11px; line-height: 14px; color: #7a5b52}
.orange  {  font-size: 12px; line-height: 18px; color: #ff9966}
.oranges {  font-size: 11px; line-height: 14px; color: #ff9966}
.orangeb {  font-size: 12px; line-height: 18px; color: #ff9966; font-weight: bold;}
.pink    {  font-size: 12px; line-height: 18px; color: #ff3366}
.pinks   {  font-size: 11px; line-height: 14px; color: #ff3366}
.blue    {  font-size: 12px; line-height: 18px; color: #3e9eff}
.blues   {  font-size: 11px; line-height: 14px; color: #3e9eff}
.black   {  font-size: 12px; line-height: 18px; color: #000000}

/* リンク */
a:active   { color: #7a5b52; text-decoration: none; } 
a:link     { color: #7a5b52; text-decoration: none; }
a:visited  { color: #7a5b52; text-decoration: none; }
a:hover    { color: #ff9966; text-decoration: underline; }


a.gray:active   { color: #666666; text-decoration: none; }
a.gray:link     { color: #666666; text-decoration: none; }
a.gray:visited  { color: #666666; text-decoration: none; }
a.gray:hover    { color: #6699ff; text-decoration: underline; }


a.green:active   { color: #7d985e; text-decoration: none; } 
a.green:link     { color: #7d985e; text-decoration: none; }
a.green:visited  { color: #7d985e; text-decoration: none; }
a.green:hover    { color: #ff6666; text-decoration: underline; }


a.orange:active   { color: #ff9966; text-decoration: none; } 
a.orange:link     { color: #ff9966; text-decoration: none; }
a.orange:visited  { color: #ff9966; text-decoration: none; }
a.orange:hover    { color: #98c8e1; text-decoration: underline; }

/* スクロールバー */

body {
  scrollbar-face-color: #e6ddc8;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #fafafa;
  scrollbar-shadow-color: #7a5b52;
  scrollbar-darkshadow-color: #fafafa;
  scrollbar-arrow-color: #7a5b52;
  scrollbar-track-color: #ffffff;
 }

td 				{ word-break : break-all; }