@CHARSET "UTF-8";

/*----------------------------------------------------------------------------*/
/* ゲーム一覧トップページのスタイルシート                                                                                               */
/*----------------------------------------------------------------------------*/

/* 一時的処置 -------------------------------------------------------------------*/
#navi
{
	margin-bottom: 0;
}


/* メインコンテンツ ----------------------------------------------------------------*/

.main table
{
	margin: 20px auto 20px auto;
	font-size: 0.8em;
	border-collapse: collapse;
}

table.gamelist1 th, table.gamelist1 td
{
	width: 310px;
	height: 120px;
}

table.gamelist2 th
{
	width: 260px;
	height: 100px;
}

table.gamelist2 td
{
	width: 360px;
	height: 100px;
}

table.gamelist3 td
{
	width: 60px;
	height: 70px;
}

.main p
{
	text-align: center;
}
	