﻿@charset "utf-8";

* {margin: 0; padding: 0;}
html {}
body {
	background: #000;
	color: #fff;
	font-size: small;
	font-family: "HiraMaruPro-W4" , "HiraKakuStd-W8", Verdana , Osaka , Arial , "Trebuchet MS" , sans-serif;
	text-align: center;
	margin-top: 10px;
	}

/* ANCHOR
------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #fff;
	}
a:hover {text-decoration: underline;}

/* EOF */
