@charset "utf-8";
/* CSS Document */

* {
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	line-height: 1.3em;
 }
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border:none
}
a, a:link, a:visited {
  color: #006633;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #cc0000;
}
