@import url("common.css");
html {
	overflow-x: hidden;
}
body {
	background-color: #1E1E1E;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/whatsnewbg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
*{
	margin:0px;
	padding:0px;
	display:relative;
}
ul{
	list-style-type:none;
}
li{
	display:inline;
}
a, .a{
	padding:6px 6px 6px 6px;
	font-size:10px;
	color:#FFFFFF;
	line-height:1.3em;
	text-decoration: none;
	clear:both;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

a:hover {
	background-color: #000;
	color: #669933;
	text-decoration: none;
}
.date {
	font-size:10px;
	color:#669933;
	line-height: 1.4em;
}
a .title  {
	font-size:12px;
	font-weight: 700;
	color:#669933;
	line-height: 1.4em;
}

.sp ul {
	list-style-type:none;
}
.sp a, .a{
	padding:6px 6px 6px 6px;
	background-color: #669933;
	font-size:10px;
	color:#FFF;
	line-height:1.3em;
	text-decoration: none;
	clear:both;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.sp a:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
.sp .date {
	font-size:10px;
	color:#FFF;
	line-height: 1.4em;
}
.sp .title  {
	font-size:12px;
	font-weight: 700;
	color:#FFFFFF;
	line-height: 1.4em;
}
.clear{
	clear:both;
	height:1px;
	width:1px;
	font-size:1px;
	line-height:1px;
}
.block{
	display:block;
}
li{
	clear:both;
}
