@charset "UTF-8";
/* CSS Document */


@charset "Shift_JIS";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

html,
body
{
	height: 100%;
	overflow: auto;
}

body
{
	background: #ffffff;
}

div#page
{
	position: absolute;
	height:100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

