@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  about.css
	style info :  aboutset
	date:2011.9.29
=================================================================== */
html {
	overflow-y:visible;
	_background: transparent;
}
body {
	width: 100%;
	height: 100%;
	min-width: 960px;
	height: 1050px;
	_background: transparent;
}
#flashcontent {
	top: 0;
	width: 100%;
	height: 780px;
	min-width: 960px;
	margin: 0 auto 0 auto;
	_background: transparent;
}
div#flashcontent {
	height: 1050px;
}
#flashcontent p {
	width: 960px;
	margin: 0 auto;
}

/* IE6 hack */
* html body,
* html #flashcontent {
	width:expression(document.body.clientWidth < 962? "960px" : "100%");
	height: 1050px;
}
