@charset "utf-8";
/* CSS Document */
ul#sgranking {
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 330px;
	list-style:none;
}
ul#sgranking img {
	padding: 0px;
}
ul#sgranking li {
	display:block;
	width: 230px;
	height:47px;
	_height:40px;
	padding: 8px 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e9007d;
	clear:both;
	font-size: 12px;
	line-height: 115%;
}

*+html ul#sgranking li{height:46px;}

ul#sgranking li img{
	padding-bottom:7px;
}
ul#sgranking li a{
	display:block;
	height:15px;
	overflow:hidden;
	text-decoration:underline;
	color: #e9007d;
	word-break:break-all;
}
ul#sgranking li a:hover {
	text-decoration:none;
}
