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

*{
	margin: 0;
	padding: 0;
}

.jun{
	color: black;
}

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

/*----------------------
table
----------------------*/
table{
	font-size: 90%;
}

table.sortable th img{
    border: 0;
}

/*----------------------
#total_table
----------------------*/
#total_table{
	width: 70%;
}

#total_table th,
#total_table td{
	padding-left: 5px;
	padding-right: 5px;
}

#total_table td{
	text-align: center;
}

#total_table .game,
#total_table .win,
#total_table .lose{
	padding-left: 10px;
	padding-right: 10px;
}

#total_table td.team,
#total_table td.user{
	text-align: left;
}

/*----------------------
#recent_table
----------------------*/
#recent_table{
}

#recent_table .last_term{
	font-size: 90%;
}

#recent_table td{
	text-align: center;
}

#recent_table td.team,
#recent_table td.user{
	text-align: left;
}

/*----------------------
#google_adsense_top
----------------------*/
div#google_adsense_top{
	margin-top: 20px;
}

div#google_adsense_bottom{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*----------------------
 clearfix
----------------------*/
#dmy{
	zoom: 1;
}

#dmy{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
