@charset "utf-8";
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#header{
	height: 125px;
}
#flash{
	width: 100%;
	background-image: url(background.png);
	background-repeat: repeat-x;
}
#footer{
	height: 100px;
}
.text1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	color: #CCC;
	margin-top: 30px;
	font-size: 14px;
}

