/* インポート */

@import "top.css";
@import "contents.css";

/* 共通 */

body {
background:url(../images/soccer_mainbg.jpg);
line-height:200%;
color:#333333;

font-size:12px;
margin:0;
}

#footer {
	background:url(../images/soccer_footer.jpg) no-repeat;
	width:960px; height:19px;
	text-indent:-9999px;
	clear:both;
	}