/* ******************* */
/* リスト切り替え様CSS */
/* 2009/11/15-kaneko   */
/* ******************* */



/* ****************************** */
/* リスト切り替えボタンマンション */
/* ****************************** */
.button_mansion {
	width:175px;
	height: 30px;
	float:left;
	margin-right:1px;
	background-image:url('img/manshon_button.jpg');
font-size: 12px;
}

.button_mansion a,.button_mansion a:link, .button_mansion a:visited{
	padding-top: 10px;
	text-decoration:none;
	color: #000099;
	background-color: transparent;
	text-align: center;
	width: 175px;
	height: 30px;
	display: block;
}

.button_mansion a:hover{
	color: #000099;
	background-color: #FFEEFF;
  background-image:url('img/manshon_button2.jpg');
}

/* **************************** */
/* リスト切り替えボタン一戸建て */
/* **************************** */
.button_ikko {
	width:175px;
	height: 30px;
	float:left;
	background-image:url('img/kodate_button.jpg');
	margin-right:1px;
font-size: 12px;
}

.button_ikko a,.button_ikko a:link, .button_ikko a:visited{
	padding-top: 10px;
	text-decoration:none;
	color: #000099;
	background-color: transparent;
	text-align: center;
	width: 175px;
	height: 30px;
	display: block;
}

.button_ikko a:hover{
	color: #000099;
	background-color: #FFEEFF;
  background-image:url('img/kodate_button2.jpg');
}

/* ************************ */
/* リスト切り替えボタン土地 */
/* ************************ */
.button_tochi {
	width:175px;
	height: 30px;
	float:left;
	background-image:url('img/tochi_button.jpg');
	margin-right:1px;
font-size: 12px;
}

.button_tochi a,.button_tochi a:link, .button_tochi a:visited{
	padding-top: 10px;
	text-decoration:none;
	color: #000099;
	background-color: transparent;
	text-align: center;
	width: 175px;
	height: 30px;
	display: block;
}

.button_tochi a:hover{
	color: #000099;
	background-color: #FFEEFF;
  background-image:url('img/tochi_button2.jpg');
}

/* ************************** */
/* リスト切り替えボタン投資用 */
/* ************************** */
.button_toushi {
	width:175px;
	height: 30px;
	float:left;
	background-image:url('img/toushi_button.jpg');
	margin-right:1px;
font-size: 12px;
}

.button_toushi a,.button_toushi a:link, .button_toushi a:visited{
	padding-top: 10px;
	text-decoration:none;
	color: #000099;
	background-color: transparent;
	text-align: center;
	width: 175px;
	height: 30px;
	display: block;
}

.button_toushi a:hover{
	color: #000099;
	background-color: #FFEEFF;
  background-image:url('img/toushi_button2.jpg');
}
