﻿@charset "utf-8";

* {margin: 0; padding: 0;}
html {
	background: #fff url(home/img/bglogo.gif) no-repeat;
	background-position: center;
	background-attachment: fixed;
	}
body {
	color: #000;
	color: #363636;
	font-size: small;
	font-family: "HiraMaruPro-W4" , "HiraKakuStd-W8", Verdana , Osaka , Arial , "Trebuchet MS" , sans-serif;
	text-align: center;
	height: 100%;
	margin-top: 300px;
	}
/* EOF */