
/*三列箱*/
.game_m {
	
	width:650px;
	text-align:center;
	margin-right:0px;
	margin: 0 auto;
	clear:both;
}
.gboxA {
	background:#fff;
	text-align:center;
	margin-right:52px;
	width:182px;
	float:left;
	
	
}

.gboxB {
	background:#fff;
	text-align:center;
	margin-right:52px;
	width:182px;
	float:left;
	
}

.gboxC {
	background:#fff;
	text-align:center;
	width:182px;
	float:right;
}
.gboxD {/*真ん中に無いとき代用*/
	text-align:left;
	width:182px;
	float:left;
}
.gboxE {/*右側に無いとき代用*/
	text-align:left;
	width:182px;
	float:right;
}

.guz_clear {
	clear:both;
	
}

.game_name {
font-size:110%;
	width:182px;
	_width:182px;
	color:#f00;
	text-align:center;
	font-weight:bold;
	line-height:120%;
	padding-bottom:2px;
	margin-bottom:5px;
	/*border: 1px dashed #000000;*/
	
	border-bottom: 1px dashed #000;
}
.game_name_sub{
font-size:80%;
font-weight:normal;
color:#000;
}

.game_se {
margin-top:2px;
	width:172px;
	_width:182px;
	background:#fff;
	text-align:left;
	line-height:140%;
	font-size:80%;
	padding:4px;
}

.game_stitle {
	background:#000;
	text-align:center;
	padding:5px;
	color:#fff;

}


/*-----------------------------
	Global Navigation
-------------------------------*/

ul#globalNavi {
	margin: 0 auto;
	padding: 0;
	width: 600px; /* 必ずwidthの設定をしてください */
	_width: 604px; /* 必ずwidthの設定をしてください */
	border: 2px solid #000000;
	
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
	
}

ul#globalNavi li a {
	padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	font-weight:bold;
	line-height:140%;
	color: #00F;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	height: 58px;
	_height: 70px;
	border: 2px solid #000000;
	
}

ul#globalNavi li a:hover {
	color: #F00;
	text-decoration: underline;
	background-color: #ffff3e;
}