/* Cascading Style Sheets ³°Éô¥Õ¥¡¥¤¥ë */
/*                         makeinu.css */

body, td{
  font-family     : 'MS UI Gothic', '£Í£Ó £Ð¥´¥·¥Ã¥¯' ;
  font-size       : 8pt                               ;
}
a:link{
  font-family     : 'MS UI Gothic', '£Í£Ó £Ð¥´¥·¥Ã¥¯' ;
  font-size       : 8pt                               ;
  text-decoration : none                              ;
  color           : #0000FF                           ;
}
a:visited{
  font-family     : 'MS UI Gothic', '£Í£Ó £Ð¥´¥·¥Ã¥¯' ;
  font-size       : 8pt                               ;
  text-decoration : none                              ;
  color           : #8888FF                           ;
}
a:hover{
  font-family     : 'MS UI Gothic', '£Í£Ó £Ð¥´¥·¥Ã¥¯' ;
  font-size       : 8pt                               ;
  text-decoration : none                              ;
  color           : #FF4444                           ;
}
a:active{
  font-family     : 'MS UI Gothic', '£Í£Ó £Ð¥´¥·¥Ã¥¯' ;
  font-size       : 8pt                               ;
  text-decoration : none                              ;
  color           : #FF4444                           ;
}

