@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
	border: none;
}
body {
	background: url(../images/bg.gif);
	color:#ffffff;
	text-align: center;
	line-height: 1;
}

#spHeader {
	background: #ffffff;
	height: 43px;
}

#spHeader h1 {
	width: 217px;
	float: left;
	background: #ffffff;
}

#spHeader p.spTagline {
	width: 210px;
	float: right;
}

#container { 
	width:978px;
	margin: 0 auto;
}
#flashcontent {
	width:978px;
	height:426px;
	background: #000000;
}

#spFooter p.spBnr {
	padding: 7px;
	background: #ffffff;
	list-style: none;
}

#spFooter p.spTitle {
	float: left;
}

#spFooter p.spCopy {
	float: right;
}

.clear { clear: both; }