/* トップナビゲーション */
a {
	color: #003399;
}
a:hover {
	color: #ff4210;
	TEXT-DECORATION: underline overline;
}
a:active {
	color: #FF4210;
}
a:visited {
	color: #0066cc;
}
form {
	float: left;
	text-align: left;
	margin: 0px;
	width: 149px;
	white-space: nowrap;
	font-size: 13px;
	padding-left: 1px;
}
.topkanban {
	width: 900px;
}
.topnavi {
	float: right;
	width: 70px;
	background-image: url(images/mark02.gif);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
	padding-left: 15px;
	font-size: 13px;
	margin-left: 5px;
	line-height: 15px;
	text-decoration: none;
	background-position: 0px 2px;
}
.topnavi a {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
