@charset "Shift_JIS";

/* Hotitem Style
-------------------------------------------------- */

#hotItem
	{
	width:180px;
	text-align:left;
	}

#hotItem div.pad
	{
	width:180px;
	margin:0;
	padding:0;
	background:#efeeed;
/*	border:solid 1px #ccc;*/
	border-top:none;
	float:left;
	}
html>body #hotItem div.pad
	{
	width:180px;
	}

/* ------------------------- */

#hotItem h3
	{
	width:180px;
	height:27px;
	text-indent:-9999px;
	background:url("../../../img/block_parts/bh_hotitem.gif") no-repeat;
	}

#hotItem ul
	{
	width:180px;
	margin:0;
	padding:0;
	list-style:none;
	}

#hotItem ul li
	{
	width:170px;
	margin:0 5px 5px 5px;
	padding:5px 0 0 0;
	border-bottom:dotted 1px #999;
	clear:both;
	color:#333333 !important;
	}

#hotItem ul li img
	{
	display:block;
	margin:5px;
	border:solid 1px #999;
	float:left;
	}

#hotItem ul li span.data
	{
	display:block;
	width:95px;
	text-align:left;
	color:#333;
	line-height:135%;
	float:right;
	}
