@charset "UTF-8";




body{
	font-family: verdana,arial,helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

html{
	overflow-x: hidden;
}

.PriceTax{
	color: #ff0000;
	font-size: 10px;
	margin: 0;
	padding: 0;
}


/* BonSmileトップページ 売買おすすめ物件 ***********************************/




/* 1物件分--- */
.topSellLinkbox{
	color: #000;
	float: left;
	font-size: 12px;
	line-height: 1.4;
	padding: 3px 0 5px 10px;
	width: 135px;
	background: url(../images/arrow06.gif) no-repeat left 4px;
}
/* ---1物件分 */




/* 文字--- */

.topSellLinkbox, p{
	zoom: 1;	/* for ie6 */
}



.topSellLinkbox a{
	color: #000;
	text-decoration: none;
}

.topSellLinkbox a:hover{
	color: #000;
	text-decoration: underline;
}



/* 販売価格--- */
.topSellPriceLine{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	/*vertical-align: middle;*/
}


/*********************************** BonSmileトップページ 売買おすすめ物件 */








/* BonSmileトップページ 賃貸おすすめ物件 ***********************************/




/* 1物件分--- */
.topRentLinkbox{
	color: #000;
	float: left;
	font-size: 12px;
	line-height: 1.4;
	padding: 3px 0 5px 10px;
	width: 269px;
	background: url(../images/arrow06.gif) no-repeat left 8px;
}
/* ---1物件分 */




/* 文字--- */

.topRentLinkbox, p{
	zoom: 1;	/* for ie6 */
}



.topRentLinkbox a{
	color: #000;
	text-decoration: none;
}

.topRentLinkbox a:hover{
	color: #000;
	text-decoration: underline;
}



/* 販売価格--- */
.topRentPriceLine{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	/*vertical-align: middle;*/
}

/*********************************** BonSmileトップページ 賃貸おすすめ物件 */










/* BonSmileトップページ 右メニューピックアップ物件 ***********************************/






/* 1物件分--- */
.topSideLinkbox{
	float: left;
	font-size: 12px;
	line-height: 1.2;
	padding: 10px;
	width: 230px;
}
/* ---1物件分 */




/* 文字--- */

.topSideLinkbox, p{
	padding: 10px;
	zoom: 1;	/* for ie6 */
}



/* 種別--- */

.topSideCategory{
	color: #000000;
	float: left;
	font-size: 10px;
}

.topSideCategory a{
	color: #000000;
	text-decoration: none;
}

.topSideCategory a:hover{
	color: #000000;
	text-decoration: underline;
}


/* サムネール --- */

.topSidePhoto{
	text-align: center;
}

.topSidePhoto img{
	margin: 3px auto;
}


/* タイトル--- */

.topSideTitle{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.topSideTitle a{
	color: #000000;
	text-decoration: none;
}

.topSideTitle a:hover{
	color: #000000;
	text-decoration: underline;
}



/* 更新日--- */

.topSideDate{
	color: #000000;
	float: right;
	font-size: 10px;
	text-align: right;
}

.topSideDate a{
	color: #000000;
	text-decoration: none;
}

.topSideDate a:hover{
	color: #000000;
	text-decoration: underline;
}





/* 所在--- */

.topSideAddress{
	color: #000000;
	font-size: 12px;
}

.topSideAddress a{
	color: #000000;
	text-decoration: none;
}

.topSideAddress a:hover{
	color: #000000;
	text-decoration: underline;
}




/* 交通--- */

.topSideTraffic{
	color: #000000;
	font-size: 12px;
}

.topSideTraffic a{
	color: #000000;
	text-decoration: none;
}

.topSideTraffic a:hover{
	color: #000000;
	text-decoration: underline;
}




/* 販売価格--- */
.topSidePriceLine{
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	/*vertical-align: middle;*/
}

.topSidePriceLine a{
	color: #ff0000;
	text-decoration: none;
}

.topSidePriceLine a:hover{
	color: #ff0000;
	text-decoration: underline;
}




/* 大キャッチコピー--- */

.topSideCopy{
	color: #000000;
	font-size: 12px;
}

.topSideCopy a{
	color: #000000;
	text-decoration: none;
}

.topSideCopy a:hover{
	color: #000000;
	text-decoration: underline;
}



/*********************************** BonSmileトップページ 右メニューピックアップ物件 */












/* 回り込み、解除--- */
.clearfloat{
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}


.clearfix{
	overflow: hidden;
}

* html .clearfix{
	zoom: 1;
}