@charset "shift_jis";

/*建築トップ不動産トップページの共通CSS
--------------------------------------------------------------*/
#fd_box {
	width: 660px;
	height: auto;
}
#topics_top {
	margin: 5px 0 5px 0;
	padding: 10px 0;
	width: 640px;
	line-height: 180%;
	background-image: url('../common/back_deepblue2.gif');
	height: 30px;
}
#topics_top a:link {
	text-decoration: none;
	color: #C0C0C0;
}
#topics_top a:visited {
	text-decoration: none;
	color: #6666FF;
}
#topics_top a:hover {
	text-decoration: underline;
	color: #99CCFF;
}
.banner_left {
	width: 310px;
	height: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	display: inline;
}
.banner_right {
	width: 310px;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	display: inline;
}
.banner_long {
	width: 640px;
	height: auto;
	margin-bottom: 10px;
}