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

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

img {
	border:none;
	vertical-align: top;
}
a, a:link, a:visited {
	color: #FF6600;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #339966;
}
