@charset "utf-8";
/* CSS Document */

/*===================================
*base.css
*01:reset
*02:base setting
===================================*/

/*reset---------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #FFF;
	font-size: 100%;
	font-family: Verdana,Arial,"Osaka","MS Pゴシック",sans-serif;
}

/*base setting--------------------------------------------*/
body {
	background-color: #68676C;
}

img,object {
	border: 0;
	vertical-align: bottom;
}

div#flashContent {
	width: 1024px;
	height: 768px;
	margin: 0px auto;
}