/*  おすすめ物件.css  */

		div#album {
			text-align: center;
		   margin: 0 auto;
		}
		div.imagebox {
		   border: 1px dotted #0000cc; /* 枠線 */
		   background-color: #EDEDED;  /* 背景色 */
		   width: 140px;               /* 横幅 */
		   float: left;                /* 左に配置 */
		   margin: 5px auto 0 3.56%;  /* 周囲の余白 */
		}
		p.image {
		   text-align: center; /* 中央寄せ */
		   margin: 10px 10px 7px 10px;        /* 余白・間隔 */
		}
		p.caption_upper {
		   font-size: 75%;     /* 文字サイズ */
		   font-weight: bolder;
		   color: darkblue;    /* 文字色 */
		   margin: 0 0 5px 0;
		}
		p.caption_middle {
		   font-size: 110%;     /* 文字サイズ */
		   font-weight: bolder;
		   color: #DA0B00;
		   /*color: rgb(255,0,0);*/
		   /*color: darkblue;    /* 文字色 */
		   margin: 0 0 1px 0;
		}
		p.caption_middle .font {
		   font-size: 80%;
		}
		p.caption_lower {
		   font-size: 87%;     /* 文字サイズ */
		   font-weight: bolder;
		   color: darkblue;    /* 文字色 */
		   margin: 0 0 3px 0;
		}
		div.exp {
			clear: left;       /* 回り込みを解除 */
		}
		p#detail {
		   padding: 7px 21px;
		   
		}
		p#detail a {
		   display: block;
		   background: url("/cgi/chintai/images/btn003_02.gif") no-repeat;
		   width: 97px;
		   height: 22px;
		}
		span.guard {		/* 画像をコピーさせない */
		   position: absolute;
		   display: block;
		   width: 140px;
		   height: 105px;
		   background-image: url(/cgi/chintai/images/spacer.gif);
		}
		/*.photo {
		   position: absolute;
		   top: 14px;
		   left: 840px;
		   font-size : 12px;
		   font-weight : normal;
		   color : #000000;
		   border: 1px #CCCCCC solid;     /* 枠線の装飾 */
		   /*background-color : #EDEDED;
		   text-align : center;
		   letter-spacing : 1px;
		   padding-left : 0px;
		   line-height : 2em;
		   width : 95px;
		   /*border-radius: 3px;		/* CSS3 */
		   /*-moz-border-radius: 3px;		/* Firefox */
		   /*-webkit-border-radius: 3px;		/* Safari,Chrome */
/*		}*/
