body {
  background-color: #FFFFFF;
  margin:0;
  padding:0;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color:#333333;
  word-break:break-all;
}


A:link{ color: #333333;}
A:visited{ color: #333333;}
A:active{ color: #333333; }
A:hover{ color: #CC0000; text-decoration: none;}

A.gray2:link{ color: #333333; text-decoration: none;}
A.gray2:visited{ color: #333333; text-decoration: none;}
A.gray2:active{ color: #333333; text-decoration: none;}
A.gray2:hover{ color: #CC0000; text-decoration: none;}

A.red:link  { color: #CC0000;}
A.red:visited{ color: #CC0000;}
A.red:active{ color: #CC0000;}
A.red:hover{ color: #CC0000; text-decoration: none;}

A.red2:link { color: #CC0000; text-decoration: underline;}
A.red2:visited{ color: #CC0000; text-decoration: none;}
A.red2:active{ color: #CC0000; text-decoration: none;}
A.red2:hover{ color: #CC0000; text-decoration: underline;}

A.white:link  { color: #ffffff;}
A.white:visited{ color: #ffffff;}
A.white:active{ color: #ffffff;}
A.white:hover { color: #ffffff; text-decoration: none;}

A.white2:link { color: #ffffff; text-decoration: none;}
A.white2:visited{ color: #ffffff; text-decoration: none;}
A.white2:active{ color: #ffffff; text-decoration: none;}
A.white2:hover  { color: #ffffff; text-decoration: none;}

A.yellow:link { color: #FDDD02;}
A.yellow:visited{ color: #FDDD02;}
A.yellow:active{ color: #FDDD02;}
A.yellow:hover  { color: #FDDD02; text-decoration: none;}

A.blue:link { color: #0000CC;}
A.blue:visited{ color: #0000CC;}
A.blue:active{ color: #0000CC;}
A.blue:hover  { color: #0000CC; text-decoration: none;}

A.bluemenu:link { color: #0000CC;}
A.bluemenu:visited{ color: #0000CC;}
A.bluemenu:active{ color: #0000CC;}
A.bluemenu:hover  { color: #CC0000; text-decoration: none;}
.form01{  background-color:#FFFFFF; font-size:12px; color:#000000;  width:300px;  height:100px;}

a.my_blue02:link{ color: #003399; text-decoration: none;}
a.my_blue02:visited{ color: #003399; text-decoration: none;}
a.my_blue02:active{ color: #003399; text-decoration: none;}
a.my_blue02:hover{ color: #CC0000; text-decoration:underline;}

.y2006index_headh1 {
  margin:0px;
  padding:0px;
}

a.footer2006_blue:link{ color: #003399; text-decoration: none;}
a.footer2006_blue:visited{ color: #003399; text-decoration: none;}
a.footer2006_blue:active{ color: #003399; text-decoration: none;}
a.footer2006_blue:hover{ color: #CC0000; text-decoration:underline;}

#loading {
  position: absolute; /* fixed not supported by IE */
  background-color:#eee;
  border: 1px solid #bbb;
  top:35%;
  left:40%;
  width:20%;
  font-weight:bold;
  text-align:center;
  padding:0.6em;
  z-index:100;
  filter:alpha(opacity=50);
  opacity: 0.5;
  display: none;
}
#loading span {
  background-position: 0% 40%;
  background-repeat: no-repeat;
  background-image: url(../img/common/ajax-loader.gif);
  padding-left: 26px;
  vertical-align: bottom;
}
