@charset "utf-8";

/* ////////////////////////////////////////////////////////

	Common Layout

//////////////////////////////////////////////////////// */

/* Flash
----------------------------------------------------------- */

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	text-align: left;
}

#container {
	width: 100%;
	height: 100%;
	position: absolute;
}

#FlashContent {
	width: 100%;
	height: 100%;
}