﻿@charset "UTF-8";

/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#fff;
	color:#48B3DC;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragio Kaku Gothic Pro","Osaka",sans-serif;
	text-align:center;
}
div#null {
	background: transparent;
	width: 100%;
	height: 50%;
	margin-top: -280px;
	float: left;
}
div#box1 {
	width: 100%;
	clear: both;
	position: relative;
	top: 50px;
	font-size:16pt;
}
p#box2 {
	margin: 50px;
}
