/* GAME BOX */

div.gamebox {
	width: 700px!important;
	width/**/: 800px;
	height: 300px!important;
	height/**/: 400px;
	padding: 60px 50px 40px 50px;
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_game.jpg) no-repeat;
}
div.gameinnerbox {
	display: block;
	width: 700px;
	height: 300px;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}


div.primary {
	float: left;
	width: 480px;
}
table.gamelist {
	width: 480px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-collapse: collapse;
}
table.gamelist th {
	width: 240px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.8em;
	border: none;
	border-collapse: collapse;
}
table.gamelist td {
	width: 240px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	border-bottom: 1px dashed #CBCBCB;
	border-collapse: collapse;
}
table.gamelist td img {
	border: 3px solid #000000;
}
table.gamelist td img:link,table.gamelist td img:active,table.gamelist td img:visited {
	border: 3px solid #000000;
}
table.gamelist td img:hover {
	border: 3px solid #ffea00;
}


/* secondary */

div.secondary {
	float: right;
	width: 200px;
}
div.tousan_column {
	width: 200px;
	height: 300px;
	background: url(../images/tousan.jpg) no-repeat;
	position: relative;
}
div.tousan_column p {
	width: 180px!important;
	width/**/: 190px;
	height: 135px!important;
	height/**/: 145px;
	position: absolute;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	color: #353535;
	left: 4px;
	top: 4px;
}
div.tousan_column p span.big {
	font-size: 16px;
}

div.tousan_column p#comment01 {
	display: none;
}
div.tousan_column p#comment02 {
	display: none;
}
div.tousan_column p#comment03 {
	display: none;
}
div.tousan_column p#comment04 {
	display: none;
}

