@charset "utf-8";

#slide {
	font-size: 84%;
	width:320px;
	height: 1300px;
	overflow: hidden;
	position: relative;
	float: right;
}
#slide ul {
	list-style: none;
	position:absolute;
	width:320px;
	top: 1px;
	left: 0px;
}
#slide ul li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#slide ul li strong {
	display: block;
}
#slide #fade {
	position:absolute;
	bottom:-22px;
	width:320px;
	height:60px;
	z-index:1;
	background:url(fade.png) repeat-x bottom;
	_visibility:hidden;
	left: 2px;
}
