@charset "utf-8";
/* Gameguide TOP CSS 
---------------------------------------*/
/* TOP BOX
---------------*/

div.playnavibox{
	width:785px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}


div.playnavibox_btm{
	padding:20px;
	background-image:url(/gameguide/images/bg_playnavibox_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;	
}

/* category BOX
---------------*/
div.categorybox{
	width:785px;
}

div.categoryLeft{
	width:360px;
	height:130px;
	background:url(/gameguide/images/category_bg.gif) no-repeat;
	padding:10px;
	float:left;
}

div.categoryRight{
	width:360px;
	height:125px;
	background:url(/gameguide/images/category_bg.gif) no-repeat;
	padding:10px;
	float:right;
}

div.categoryRight .textLeft,
div.categoryLeft .textLeft {
	float:left;
	width:190px;
	margin-right:10px;
}

/* TOP BOX 中身
---------------*/


.textLeftPlaynavi {
	float:left;
	width:365px;
}

.textRightPlaynavi {
	float:right;
	width:365px;
}

.textLeftPlaynavi .textRight,
.textRightPlaynavi .textRight {
	float:right;
	width:185px;
	margin-left:10px;
}

