﻿@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body, div, h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "ヒラギノ丸ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif,Osaka;
	font-size: 12px;
	line-height: 1.4em;
}

img { border: 0; }

div#swfcontent {
	width: 100%;
	padding-top: 160px;
	background: url(../images/tile.gif) repeat-x;
}

h1 {
	line-height: 1px;
	font-size: 1px;
	text-indent: -10000px;
	width: 100%;
	height: 86px;
	margin-bottom: 70px;
	background: url(../images/logo_ja.gif) no-repeat center 0;
}

p {
	text-align: center;
	margin: 30px;
}

.notice {
	font-size: 9px;
}


