﻿@charset "utf-8";

html,
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	
	background-image: url("../img/bg.gif");
}

body {
	font: 11px "MS P Gothic", "Meiryo", "Hiragino Kaku Gothic Pro W3", "Osaka", "sans-serif";
	color: #000000;
	background-image: url("../img/bg.gif");
}
