body {
	background-image: none !important;
	background-color:#FFF;
}

#gwrapper
{
	width: 500px;
	margin: 0 auto;
}

strong.red {
	font-weight: bold;
	color: #C00;
}

strong.blue {
	font-weight: bold;
	color:#66F;
}


	#gwrapper div {
		width: 460px;
		margin: 0 auto 20px;
	}
	
	#gwrapper div.ph {
		text-align:center;
	}
	
		#gwrapper div .cap {
			text-align:left;
			font-size: 12px;
			color: #666;
		}
	
	#gwrapper #col {
		background: url(../gimages/game_col_base_m.jpg);
		width: 460px;
	}
	
		#gwrapper #col div {
			width: 420px;
		}
		
		#gwrapper #col div.midashi {
			margin-bottom: 10px;
		}
		
		
	#gwrapper #col .baset {
		background: url(../gimages/game_col_base_t.jpg);
		width: 460px;
		height: 75px;
	}
	
	#gwrapper #col .baseb {
		background: url(../gimages/game_col_base_b.jpg);
		width: 460px;
		height: 25px;
		margin-bottom: 0 !important;
	}