@charset "UTF-8";

/* ***************************************************
* CSS file For coldwell.jp
	FileName: search.css
	2008/01/22 koyama

■目次 ==========================================
■[00]:お問い合わせフォーム
■[01]:パスワードを忘れた方へ
■[02]:物件のお問い合わせ
**************************************************** */

/*-----------------------------------------------------------
■[00]:お問い合わせフォーム
------------------------------------------------------------*/
/* これ以降Mac IE 5のみに適用される \*//*/
h2{ float: left; }
/* これ以降Mac IE 5以外にも適用される */ 


div.sitemapBoxLeft{
	float: left;
	margin-right : 10px;
}
div.sitemapBoxLeft2{
	float: left;
}

div.sitemapBox {
	background: url(/common/dot.gif) repeat-x top;
	width: 260px;
	padding-top: 10px;
	margin-top : 8px;
}

div.sitemapBox div {
	margin-bottom : 4px;
}

div.sitemapBox p {
	background: url(/common/arrow.gif) no-repeat 0px 8px ;
	padding-left: 10px;
	line-height: 22px;
}


 
.dot{
	background: url(/common/dot.gif) repeat-x;
	height: 1px;
	width: 260px;
	margin-top : 8px;
}

div.sitemapBox p a:link {color: #f60; text-decoration: none;}
div.sitemapBox p a:visited {color: #f60; text-decoration: none;}
div.sitemapBox p a:hover {color: #f96; text-decoration: underline;}


table.tableSitemap {
	width: 100%;
	margin: 0 0 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
table.tableSitemap th,table.tableSitemap td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px 8px;
}
table.tableSitemap th {
	background-color: #ebf1fe;
	text-align: left;
	vertical-align: middle;
	color: #174bb3;
	width: 40%;
}
table.tableSitemap td {
	color: #174bb3;
	width: 60%;
}

table.tableSitemap td a:link {color: #174bb3; text-decoration: none;}
table.tableSitemap td a:visited {color: #174bb3; text-decoration: none;}
table.tableSitemap td a:hover {color: #0066ff; text-decoration: underline;}

table.tableSitemap th a:link {color: #174bb3; text-decoration: none;}
table.tableSitemap th a:visited {color: #174bb3; text-decoration: none;}
table.tableSitemap th a:hover {color: #0066ff; text-decoration: underline;}



