@charset "utf-8";
/* CSS Document */

#TopContents {
	width:760px;
	margin:30px auto 0px auto;
	padding-bottom:30px;
}

#TopFlash {
	background:#000;
}

/* -----------------------------------------------------------------------

	WhatsNew
	
-----------------------------------------------------------------------*/
#WhatsNew{
	float:left;
	width:460px;
	height:110px;
	background-image: url(../images/WhatsNewBg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size:14px;
}
#WhatsNewTitle{
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/TitleWhatsNew.png);
	background-repeat:no-repeat;
	height: 12px;
	width: 153px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:460px;
	margin-bottom:15px;
	padding-bottom:5px;
	}

#WhatsNew ul {
	overflow:auto;
	height:180px;
	text-align: left;
}
#WhatsNew li{
width:420px;
	margin-left:10px;
	padding-bottom:3px;
	margin-bottom:3px;
	background-repeat:no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#WhatsNew li.NewIcon {
	background-image:url(../images/NewsIcon.gif);
}
#WhatsNew .Date{
	float:left;
	text-align:right;
	width:95px;
}
#WhatsNew .Text{
	text-align: left;
	width:310px;
	float:right;
}
#WhatsNew .Text a{
	color: #CC6600;
}
/* -----------------------------------------------------------------------

	TopButton
	
-----------------------------------------------------------------------*/
#TopButton{
width:280px;
margin:10px 0 0 20px;
float:right;
}

