
div#listwrap
{
}
div#listwrap div.m
{
	margin: 0;
}

div#listwrap table tr td
{
	font-size: 12px;
}
div#listwrap table tr td img
{
	cursor: pointer;
}

div.name, div.updated
{
	border-bottom: 1px solid #e9e9e9;
}
div.name a
{
	color: #000000;
	text-decoration: none;
}
div.name a:hover
{
	color: #000044;
	text-decoration: underline;
}
div.updated
{
	color: #444444;
	font-size: 10px;
}

div#adwrap
{
	border: 0px dotted red;
	width: 830px;
	height: 300px;
}
div#adwrap *
{
	font-family: Arial;
}
div#adwrap div.ad_item
{
	position: relative;
	float: left;
	width: 200px;
	height: 186px;
	border: 0px dotted blue;
	overflow: hidden;
	margin: 0 2px 2px 0;
	background-image: url('/images/background-ad.jpg');
	background-repeat: no-repeat;
}
div#adwrap div.ad_item div.ad_img
{
	position: absolute;
	top: 9px;
	left: 10px;
	height: 85px;
	width: 120px;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
}
div#adwrap div.ad_item div.ad_text
{
	position: absolute;
	top: 95px;
	left: 10px;
	height: 60px;
	width: 150px;
	background-color: #ffffff;
	overflow: hidden;
}
div#adwrap div.ad_item div.ad_text h2
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	color: #660066;
}
div#adwrap div.ad_item div.ad_text p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 11px;
}
div#adwrap div.ad_item a.ad_link1
{
	position: absolute;
	top: 160px;
	left: 10px;
	white-space: nowrap;
	color: #660066;
	font-size: 10px;
	font-weight: bold;
}
div#adwrap div.ad_item a.ad_link2
{
	position: absolute;
	top: 131px;
	left: 136px;
}
div#adwrap div.ad_item div.ad_block
{
	background-image: url('/images/background-adtext.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 134px;
	height: 50px;
	width: 60px;
	overflow: hidden;
}
div#adwrap div.ad_item div.ad_block *
{
	text-align: center;
	color: #006600;
	white-space: nowrap;
}
div#adwrap div.ad_item div.ad_block div.ad_block_line1
{
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	line-height: 18px;
}
div#adwrap div.ad_item div.ad_block div.ad_block_line2
{
	font-size: 12px;
	line-height: 12px;
}
div#adwrap div.ad_item div.ad_logo
{
	position: absolute;
	top: 63px;
	left: 134px;
	height: 30px;
	width: 60px;
	overflow: hidden;
}
