@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;
}

div.container
{
	position: absolute;
	top:50%;
	left:50%;
	width:380px;
	height:180px;
	margin-left:-190px;
	margin-top:-90px;
}
.replace{
	margin: 0;
	padding: 20px 0 0 0;
}