* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: small;
	color: #FFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}



body,x:-moz-broken { /* Firefox背景ズレハック */
	margin-left:-1px;
}
*:first-child+html body { /* ie7背景ズレハック */
	margin-left:1px;
} 
* html body { /* ie6背景ズレハック */
	margin-left:1px;
}
object, embed { /* firefox下部余白対策 */
	 vertical-align: top;  
}

#all {
	width: 100%;
	position: absolute;
	min-width: 1025px;
}
#flashContent {
	line-height: 2em;
	text-align: center;
	height: 650px;
}
#news {
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#news a {
	color: #fff;
}

#bannerBox {
	background-image: url(../img/bana/bg.jpg);
	padding-top: 36px;
	padding-bottom: 15px;
	text-align: center;
}
#bannerBox img {
	margin: 3px;
	border: 1px solid #CCC;
}

#footer {
	text-align: center;
	padding: 10px;
	line-height: 1em;
}



/*\*/
* html div.Box {overflow: visible;}
.clear {
	clear: left;
}
#ifFooter-white p {
	padding-top: 10px;
	padding-bottom: 10px;
}
