/* トップナビゲーション */
a {
	color: #FFFFFF;
}
a:hover {
	color: #ff4210;
	TEXT-DECORATION: underline overline;
}
a:active {
	color: #FF4210;
}
a:visited {
	color: #0066cc;
}
.topkanban {
	width: 900px;
}
.topnavi {
	width: 150px;
	background-image: url(images/naviback.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.topnavi img {
	padding-top: 2px;
}

.topnavi a {
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}

