@charset "utf-8";
/* CSS Document */
<style type="text/css">
/* 透過PNG/IE6対応 */
* html img {
  behavior: url(iepngfix.htc);
}

body {
	margin: 0;/* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
}

.page {
	line-height:1.5;
	margin:0 auto;
	width:768px;
	height:auto;
}

.header {
	width:100%;
	height:auto;
	margin: 0 auto;
}

.menu {
	width:750px;
	height:auto;
	color: #000000;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: auto;
}

.main {
	width:99%;
	height:470px;
	margin-left: 0px;
	float: left;
}

.page .main .TOPICS {
	height: auto;
	width: 380px;
	float: left;
}

.page .main .fudousan {
	height: auto;
	width: 380px;
	float: left;
}

.page .main .link {
	float: left;
	height: auto;
	width: 200px;
}

.page .main .sanka {
	float: left;
	height: auto;
	width: 510px;
}

.footer {
	line-height:1.3;
	height:auto;
	clear:both;
	width:760px;
	font-family:'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	font-size:11px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*--リンクに関するスタイルここから-------------------*/
a:link {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
}
/*--リンクに関するスタイルここまで-------------------*/

.style3 {
	color: #FF0000
}
</style>