@charset "UTF-8";

@font-face{
font-family:Gradius;
  src: url(Gradius.woff) format('woff')
}

body,
button,
input,
select,
textarea,
p {
	color: #999;
	font-size: 16px;
	line-height: 1.3;
}
body{
	font-family: Gradius;
	font-weight: normal;
	margin: 0;
	padding: 10px;
}
