*{
 margin:0;
 padding:0;
}

body{
 padding:0 7px;
}

body, td, th{
}

a{
 color:#003399;
}

a:hover{
 color:#CC0000;
}

.error{
 color:#FF0000;
}

a.mecab{
 color: #000000;
 text-decoration: none;
 border-bottom: 1px #999999 dashed;
}

a.mecab:hover{
 color: #CC0000;
 text-decoration: none;
 border-bottom: 1px #CC0000 dashed;
}

div.sch{
 width: 84px;
 height: 24px;
}

div.sch a{
  color: #000000;
  text-decoration: none;
}

div.sch a p{
   cursor: pointer;
   padding-top: 4px;
   width: 84px;
   height: 24px;
   background-image: url('/img/btn_sch.jpg');
   background-repeat: no-repeat;
   text-align: center;
}

div.sch a:hover{
  color: #CC0000;
  text-decoration: none;
}

