/*
--------------------------------------------------------------------------
右枠へのスタイルストアランキング追加用スタイルです。
カテゴリ別の設定は特にありません。

作成日：2008/03/11 Michi Shimizume
UPDATE：2008/03/24 Michi Shimizume
--------------------------------------------------------------------------
*/

/* ランクキングの外枠 */
div#stylestore_rank{
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
/* ランキングリスト枠 */
div#stylestore_rank dl{
	width: 150px;
}

/* リストアイテム 画像　順位 */
div#stylestore_rank dt{
	clear: both;
	margin: 10px 0 0 5px ;
}

/* リストアイテム 商品画像 */

div#stylestore_rank dd img{
	float:right;
}

/* リストアイテム 商品名 */

div#stylestore_rank dd span{
	margin-left: 5px;
	overflow: hidden;
	display: block;
	word-break: break-all;/* ie only */
}

/*カテページのみリンクunderline出す用*/
div#stylestore_rank dd a span{
text-decoration:underline;
}
div#stylestore_rank dd a:hover span{
text-decoration:none;
}


/* もっと見る */
div#stylestore_rank p.motto{
	clear: both;
	text-align: right;
	margin:10px 5px 5px 0px;
}

/* end */

