@charset 'UTF-8';
@import url("grit.css");

#pageMain .whatsnew ,
#pageMain .chat {
	margin-bottom:	40px;
}

#pageMain .whatsnew h2,
#pageMain .chat h2 {
	margin:			0px;
	padding:		30px 0 0 0;
	height:			0px;
	overflow:		hidden;
}

#pageMain .whatsnew h2 {
	background:		#678 url(image/h2back-whatsnew.jpg) no-repeat;
}

#pageMain .chat h2 {
	background:		#678 url(image/h2back-chat.jpg) no-repeat;
}

#pageMain .whatsnew dl,
#pageMain .chat dl {
	border:			1px solid #5b708c;
	padding:		4px 8px;
	height:			240px;
	overflow:		scroll;
}

#pageMain #leftLimited,
#pageMain #centerLimited,
#pageMain #rightLimited {
	display:		none;
}

#pageMain #leftLimited dl	{
	border:	1px solid #b8c6d9;
	padding:	2px;
}

#pageMain #leftLimited .heightLimit {
	overflow:		scroll;
	height:			210px;
}

#pageMain #leftLimited h2	{
	position:		relative;
	margin:			0px;
	border:			0px;
	padding-bottom:	0px;
	height:			22px;
	font-size:		120%;
	color:			#333; 
	text-align:		center;
	background:		#fff url(image/boxhead.png) no-repeat center top;
}