@charset "utf-8";
/* CSS Document */
html, body { 
	height:100%; 
	background-color: #ffffff;
}
body {
	margin:0; 
	padding:0; 
	overflow:auto; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#flashContent { 
	width:100%;
	height:100%;
}

#bBox {
	width:900px;
	background:#0F0;
	margin:0 auto;
	height:300px;
}

#flashBox {
	
}