@charset "shift_jis";

/* =================================

　物件一覧スタイルシート

================================= */
div, p, h1, h2, h1, h2, h1, h2, li, ol, ul, dl, dt, dd, form, input, textarea {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}
table {
	border-collapse: collapse;
}

/* ---------------------------------
     ページ全体の指定
--------------------------------- */
/*body {
	margin: 0px;
	color: #18397C;
	background-color: #EAF1F4;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}*/
.clear {
	clear: both;
}

/* ---------------------
　リンク文字色指定
--------------------- */
a:link {
	color: #18397C;
	text-decoration: underline;
}
a:visited {
	color: #18397C;
	text-decoration: underline;
}
a:hover {
	color: #18397C;
	text-decoration: underline;
}
a:active {
	color: #18397C;
	text-decoration: underline;
}
/* - 物件タイトル - */
.b-tit {
	clear: left;
	height: 25px;
	width: 170px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7E4EA;
	border-right-color: #D7E4EA;
	border-bottom-color: #7CA8BA;
	border-left-color: #D7E4EA;
}
/*h1 {
	background-image: url(/img/mapsearch/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 23px;
	font-size: 80%;
	line-height: 1.4em;
	color: #446D80;
	padding-top: 3px;
}*/

/* - 文 - */
/*p {
	font-size: 80%;
	line-height: 1.2em;
	width: 85px;
	float: left;
}
*/

/* - 画像 - */
.img-set {
	width: 80px;
	float: left;
	text-align: center;
	margin-top : 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}
.img-set img {
	margin-bottom: 5px;
}

