/*
--------------------------------------------------
Princess Bijou
(c)Disney
(c)NAKAGAWA CORPORATION
(c)2010 G.T.B.T Co.,Ltd. All rights reserved.
--------------------------------------------------*/
@charset "UTF-8";

/* Initialize
---------------------------------------------------------------------*/

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

body {
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 955px;
	min-height: 620px;
	background-color: #ffffff;
}

h1 {
	font-size:100%;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	text-indent:-999em;
	width:350px;
}

.centerMiddle {
	margin: -310px 0 0 -477px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 955px;
	height: 620px;
	background-color: #ffffff;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
