
/*---------リアルエステートユーザーリング---------*/


#resring table
{
	width:100%;
	border-style: none;
	border-width: 0px;
	margin: 0px;
}
#resring table tr { }
#resring table th
{
	padding: 5px 5px 5px 25px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
	background-image: url(/common/images/arrow03.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#resring table td
{
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
#resring table th a, #resring table td a
{
	text-decoration: none;
	color: #007BB7;
}
#resring table th a:hover, #resring table td a:hover
{
	text-decoration: underline;
	color: #E7220C;
}
