@charset "UTF-8";

/*  margin&padding OFF
------------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

/*  BODY(FONT)
------------------------------------------------- */
body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 75%;
	line-height: 1.5;
	text-align: center;
}

/*  a herf
------------------------------------------------- */
a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color:#FC0;
	text-decoration: underline;
}

a:active  {
	text-decoration: underline;
}


/*  onther
------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

hr {
	display: none;
}

ul, ol {
	list-style: none;
}
