@import url(gekipawa.css);
@import url(geki_common.css);

*{
	margin: 0;
	padding: 0;
}

ul,
ol{
	list-style: none;
}

/*----------------------
main
----------------------*/
div#main{
	border: none;
	margin: auto;
	width: 95%;
	background-color: transparent;
}

/*----------------------
team
----------------------*/
div#team{
	width: 100%;
}

	div#team table{
		font-size: 90%;
		width: 100%;
	}

/*----------------------
fielders
----------------------*/
div#fielders{
	clear: both;
}

	div#fielders table{
		font-size: 90%;
		width: 100%;
	}
	
/*----------------------
pitchers
----------------------*/
div#pitchers{
	clear: both;
}

	div#pitchers table{
		font-size: 90%;
		width: 100%;
	}
	
/*----------------------
page_button_menu
----------------------*/
div.page_button_menu{
	text-align: center;
}

/*----------------------
 clearfix
----------------------*/
div#league_rank ul,
div#champion ul.team-data,
#dmy{
	zoom: 1;
}

div#league_rank ul:after,
div#champion ul.team-data:after,
#dmy{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
