#cool_shops
{
	position: relative;
	margin-top: 10px;
}

#cool_shops div
{
	position: relative;
	float: left;
	border: 1px solid black;
	width:120px;
	height: 235px;
	margin: 0 9px 9px 0;
	background-color: black;
}

#cool_shops div a.image
{
	display: block;
}

#cool_shops h3
{
	border-bottom: 1px solid black;
	text-align: center;
	background-color: #C36463;
	font-size: 12px;
	padding: 1px 0;
	margin: 0;
	width: 120px;
	font-weight: normal;
}

#cool_shops p
{
	position: absolute;
	top: 200px;
	left:0;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 120px;
	font-weight: bold;
	line-height: 130%;
}


/* -----------------------------------
	トピックス（店長のＬｉｖｅ速報）
------------------------------------- */
#topics
{
	background-color: black;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 5px 0;
	_width: 100%;
}

#topics table
{
	border-collapse: collapse;
	width: 100%;
}

#topics td
{
	color: white;
	padding: 3px 5px;
	font-size: 12px;
}

#topics td.date1,
#topics td.date2
{
	padding-left: 85px;
}

#topics td.date1
{
	background: url("../img/base/icons/live.jpg") no-repeat;
	background-position: 7px 2px;
}

#topics td.date2
{
	background: url("../img/base/icons/event.jpg") no-repeat;
	background-position: 7px 2px;
}

#topics a,
#topics .name a:hover
{
	color: #ff6;
}

#topics a:hover,
#topics .name a
{
	color: #9c0;
}

#topics td.name
{
	
}