@charset "Shift_JIS";

html {
    margin-top:5px;
    margin-bottom:5px;
    height:100%;
}

/*body {
   font-size: 12pt;
   font-family: "ƒƒCƒŠƒI", "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒNW3", "Osaka", sans-serif;
}*/

.hoverImg{
  color:white;
  display:block;
  width:100px;
  height:100px;
  background-repeat:no-repeat;
  opacity:0.4;
  filter:alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";
}

a{
  text-decoration:none;
}

a:link{
  color:#aaaaaa;
}

a:visited{
  color:#aaaaaa;
}

a:hover{
  color:#ffff00;
}

a:active{
  color:#aaaaaa;
}

a:hover.hoverImg{
  color:white;
  background-repeat:no-repeat;
  opacity:1.0;
  filter:alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
