@charset "UTF-8";
/* CSS Document */


body{
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.link_bg{
	width:200px;
	background-image:url(../images/yajirushi.jpg);
	background-repeat:no-repeat;
	padding-left: 15px;
	background-position: left center;
}
.padding_t{
	padding:6px;
}
.padding_t10{
	padding:10px;
}
.site_category{
	width:230px;
	height:auto;
	border:1px solid #999;
	float: left;
	margin-bottom: 8px;
	margin-right:1px;
}
.site_text{
	width:195px;
	margin-left:20px;
	margin-top:8px;
}
.site_height{
	width:232px;
	height:auto;
	float:left;
}
#rent{
	font-size:12px;
	line-height:18px;
}
#parking{
	font-size:12px;
	line-height:18px;
}
.font12{
	font-size:12px;
	line-height:18px;

}



/*テキストサイズ*/
.size_bg{
	background-image: url(../images/size_bg.jpg);
	background-repeat: no-repeat;
	width: 98px;
	float: right;
	height: 30px;
	padding-right: 20px;
}

#fchange {
	text-align: right;
	width: 75px;
	margin-left: auto;
}
#fchange a {
	cursor:pointer;
}

#fchange .fsize {
	float: left;
}
#fsmall a,#fmiddle a,#flarge a {
	display: block;
	height: 29px;
	width: 20px;
}
#fchange .ftxt {
	display: none;
}

/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url(../images/size3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*カレント*/
#fmiddle a {
	background-image: url(../images/size2_on.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#flarge a {
	background-image: url(../images/size1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
