@charset "utf-8";
/* CSS Document */

TD {
	font-size: 10px;
	line-height: 14px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #333333;
	letter-spacing: 1px;
}
A:link {
	text-decoration : none;
	color : #FF3399;
}
A:visited {
	text-decoration : none;
	color : #FF3399;
}
A:hover {
	color: #FF9999;
}
a:active {
	color: #FF0000;
	text-decoration : none;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFFFFF
}
.floor_no {
	font: bold 10px Arial, Helvetica, sans-serif;
}
