div.topmain{
	line-height: 1.4em;
       font-size: 100%;
       margin: 0em 225px 1em 203px;
       padding: 0em;
}


div.whatsnew{
	margin: 0em 0em 0em 0em;
	padding: 0.4em 0em 0.1em 0emx;
	color: #906060;
	font-weight: bold;
	border-width: 0px 2px 2px 0px;
	border-color: #aca960;
	border-style: solid;
	background: url(../img/whatsnew_bg.gif) repeat-x #cfca60;
}
/*#9966ff*/

div.whatsnew_earlier{
	margin: 0em 0em 0em 0em;
	padding: 0.3em 0em 0.3em 0emx;
	color: white;
	font-weight: bold;
	background-color: #C78042;
	border-width: 0px 2px 2px 0px;
	border-color: #990000 ;
	border-style: solid;
	filter: alpha(style=1, opacity=0, finishopacity=100)
}
/*#9966ff*/

div.china{
	margin: 0em 0em 0em 0em;
	padding: 0.3em 0em 0.3em 0emx;
	color: white;
	font-weight: bold;
	background-color: #ff0000;
	border-width: 0px 2px 2px 0px;
	border-color: #990000 ;
	border-style: solid;
	filter: alpha(style=1, opacity=0, finishopacity=100)
}



/* 一定(不透明度50) */
.ft0 { filter: alpha(style=0, opacity=50) }
/* 線形(不透明度10〜90) */
.ft1 { filter: alpha(style=1, opacity=10, finishopacity=90) }
/* 円形(不透明度100〜0) */
.ft2 { filter: alpha(style=2, opacity=100, finishopacity=0) }
/* 長方形(不透明度90〜10) */
.ft3 { filter: alpha(style=3, opacity=90, finishopacity=10) }
