/*************************/
/*  common CSS            */
/*************************/
/*カソルが上にあるとき*/
.menu2 a:hover{
  display:block;
  background-color:#0089B7;
  /*position:relative; top:1; left:1;*/
　/*position:relative; top:1;*/
  padding:2;
  color:#FFFFFF;
  text-decoration:none;
 /*background-imge:url(test.gif)*/
}
.menu a:hover{
 color:#FFFFFF ;
}
/*まだ見ていない*/
A:link {
  text-decoration:none;
  font-weight:none;
  color:#000033;
  background:none;
}
/*すでに見た*/
A:visited {
  text-decoration:none;
  font-weight:none;
  color:#0000333;
　background:none;
}
/*カソルが上にある*/
A:hover {
  font-weight:none;
  /*text-decoration:underline;*/
  text-decoration:none;
　background:none ;
  color:#FF8C00 ;
  /*position:relative; top:1; left:1;*/
}
/*マウスを押している*/
A:active {
  text-decoration:none;
  font-weight:none;
  color:#9932CC;
　background:none;
}
/*文字のサイズ*/
.big  { font-size: 16px; line-height: 1.3;}
.bigs { font-size: 14px; line-height: 1.3;}
.main { font-size: 13px; line-height: 1.1;}
.mini { font-size: 11px;}
.sss  { font-size: 10px;}
.ssss { font-size: 6px;}

/*枠の種類*/
.c1 { border-style: solid;  border-width: 1px;}
.c2 { border-style: double; border-width: 1px;}
.c3 { border-style: dotted; border-width: 1px;}
