@charset "utf-8";

/* 高さをウインドウサイズに合わせる場合に必要
--------------------------------------------------------------------------*/
html {height:100%;}
body {height: 100%;}
#inbox {
	height: 100%;
	min-height: 100%;
}
body > #inbox {height: auto;}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#topswf {
	height: 100%;
	width: 100%;
	overflow:hidden;
}
#outcontainer {
	position:absolute;
	top:0px;
	left:0px;
}

