@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
  border-style: none;
  display: block;
}

p {
  line-height: 1.4em;
}

li {
  line-height: 1.4em;
  list-style:none;
}

hr {
  display: none;
}

a:link {
  color:#000;
  text-decoration: underline;
  line-height:normal;
}

a:visited {
  color:#000;
  text-decoration: underline;
}
a:hover {
  color:#F60;
  text-decoration: underline;
}
a:active {
  color:#F60;
  text-decoration: underline;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=80);
	}							
a span,
h2 span,
h3 span {
  display: none;
}


