@charset "utf-8";
html{
	overflow-y: scroll;
	overflow-x:hidden;
} 
body {
	text-align: left;
	padding-top: 8px;
}
#precede {
	width: 370px;
}
#precede li {
	line-height:0;
	margin-left:5px;
}
#precede li a {
	text-decoration: none;
	color: #333333;
	zoom: 1;
	cursor: pointer;
}
em {
	font-weight: bold;
	float: left;
	clear: left;
	vertical-align: middle;
	height:22px;
}
span {
	font-weight: normal;
	float: right;
	clear: right;
	width: 150px;
	height:22px;
	vertical-align: middle;
	line-height: 1em;
}

* html span{ /* for ie6 */
	width:140px;
}
* html #precede{ /* for ie6 */ width:350px; }
