body {background-color:#f0ffff;}
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}
.navy    {  font-size: 12px; line-height: 18px; color: #336699}
.navys   {  font-size: 11px; line-height: 14px; color: #336699}
.white   {  font-size: 12px; line-height: 18px; color: #ffffff; font-weight: bold;}
.dark    {  font-size: 12px; line-height: 18px; color: #555555}
.darks   {  font-size: 11px; line-height: 14px; color: #555555}
.rose    {  font-size: 12px; line-height: 18px; color: #cc3366}
.roses   {  font-size: 11px; line-height: 14px; color: #cc3366}
.roseb   {  font-size: 12px; line-height: 18px; color: #cc3366; font-weight: bold;}
.pink    {  font-size: 12px; line-height: 18px; color: #ff6699}
.pinks   {  font-size: 11px; line-height: 14px; color: #ff6699}
.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: #555555; text-decoration: none; } 
a:link     { color: #555555; text-decoration: none; }
a:visited  { color: #555555; text-decoration: none; }
a:hover    { color: #cc3366; 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.navy:active   { color: #336699; text-decoration: none; } 
a.navy:link     { color: #336699; text-decoration: none; }
a.navy:visited  { color: #336699; text-decoration: none; }
a.navy:hover    { color: #ff6699; text-decoration: underline; }


a.rose:active   { color: #cc3366; text-decoration: none; } 
a.rose:link     { color: #cc3366; text-decoration: none; }
a.rose:visited  { color: #cc3366; text-decoration: none; }
a.rose:hover    { color: #ccccff; text-decoration: underline; }


/* スクロールバー */

body {
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #eeeeee;
  scrollbar-3dlight-color: #fafafa;
  scrollbar-shadow-color: #6699cc;
  scrollbar-darkshadow-color: #fafafa;
  scrollbar-arrow-color: #6699cc;
  scrollbar-track-color: #eeeeee;
 }

td 				{ word-break : break-all; }