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

/*------------------------*/
/*　商空間ヘッダー　*/
/*------------------------*/

#header{
	width:746px;
	height:120px;
	margin-top:0px;
}

/*------------------------*/	
/*　住空間ナビ　*/
/*------------------------*/	

#navi{
	width:746px;
	height:24px;
	font-weight:bolder;
	color:#666;
}

#navi table{
	border:1px solid #000099;
}


a{
	color:#999;
}

a:hover{
	color:#333
}

/*-----------------------*/
/*　データ　*/
/*-----------------------*/
#data{
	width:746px;
	margin-top:50px;
	height:auto;
	overflow:auto;
	font-size:11px;
	color:#666;
	text-align:left;
	
}

#data table{
	font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11px;
	color:#666;
}
