@charset "Shift_JIS";

@import "reset.css";



body{
	background: #ffffff;
	color: #000000;
	font: .8em/1.3em verdana,arial,helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

html{
	overflow-x: hidden;
}


/* 1段--- */

.recommendLine{
}

/* ---1段 */



/* 1物件分--- */
.linkbox{
	float: left;
	font-size: 12px;
	line-height: 1.2;
	padding: 10px;
	width: 230px;
}
/* ---1物件分 */




/* 文字--- */

.linkbox, p{
	padding: 10px;
	zoom: 1;	/* for ie6 */
}



/* 種別--- */

.category{
	color: #000000;
	float: left;
	font-size: 10px;
	/*width: 130px;*/
}

.category a{
	color: #000000;
	text-decoration: none;
}

.category a:hover{
	color: #000000;
	text-decoration: none;
}


/* サムネール --- */

.photo{
	text-align: center;
}

.photo img{
	margin: 3px auto;
}


/* タイトル--- */

.title{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.title a{
	color: #000000;
	text-decoration: none;
}

.title a:hover{
	color: #000000;
	text-decoration: none;
}



/* 更新日--- */

.date{
	color: #000000;
	float: right;
	font-size: 10px;
	text-align: right;
}

.date a{
	color: #000000;
	text-decoration: none;
}

.date a:hover{
	color: #000000;
	text-decoration: none;
}





/* 所在--- */

.address{
	color: #000000;
	font-size: 12px;
}

.address a{
	color: #000000;
	text-decoration: none;
}

.address a:hover{
	color: #000000;
	text-decoration: none;
}




/* 交通--- */

.traffic{
	color: #000000;
	font-size: 12px;
}

.traffic a{
	color: #000000;
	text-decoration: none;
}

.traffic a:hover{
	color: #000000;
	text-decoration: none;
}




/* 販売価格--- */
.PriceLine{
	color: #ff0000;
	vertical-align: middle;
}

.PriceLine a{
	color: #ff0000;
	text-decoration: none;
}

.PriceLine a:hover{
	color: #ff0000;
	text-decoration: none;
}


.PriceText{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}



.PriceTax{
	font-size: 9px;
	margin: 0;
	padding: 0;
}




/* 大キャッチコピー--- */

.copy{
	color: #000000;
	font-size: 12px;
}

.copy a{
	color: #000000;
	text-decoration: none;
}

.copy a:hover{
	color: #000000;
	text-decoration: none;
}





/* 回り込み、解除--- */
.clearfloat{
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

.clearfloat{
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix{
	overflow: hidden;
}

* html .clearfix{
	zoom: 1;
}