
#reportnavi {
	float:	left;
	width:	10%;
}
/* メニューバー */
#reportnavi {
	clear: both;
	font-size: 90%;
	line-height: 1em;
	letter-spacing: 0.125em;
}

#reportnavi ul {
	width: 100%;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	background-color: #cceeff;
	color: #000;
}

#reportnavi ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#reportnavi ul li a {
	float: left;
	width: auto;
	text-decoration: none;
	color: #000;
	padding: 0.25em 0.5em;
	border-right: 1px solid #fff;
	background-color: #ccffaa;
	background-repeat: no-repeat;
	background-position: right top;
}

#reportnavi ul li a.current {
	float: left;
	width: auto;
	padding: 0.25em 0.5em;
	color: #fff;
	border-right: 1px solid #fff;
	background-color: #336633;
	background-repeat: no-repeat;
	background-position: right top;
}

#reportnavi ul li a:hover {
	background-color: #99cc66;
	color: #000;
}

#reportnavi ul li a:active {
	background-color: #5A8AD6;
	color: #000;
}



#reportbody {
	float:	left;
	width:	80%;
}
