/*ﾍﾟｰｼﾞの基本デザイン用css*/

body{
	font-family:"メイリオ",Meiryo,"MS Pゴシック", Osaka,sans-serif;
	color: #000000;
}

#flash{
	position:absolute;
	width:550px;
	height:400px;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -200px;
	background-color: red;
	}
	
	