/**************/
/* footer row */
/**************/
#footer
{
	display: block;
	text-align: left;
	padding: 3px 25px 0 25px;
	background-color: rgb(246,247,245);
	color: rgb(102,102,102);
	overflow: visible;
	width: 540px;
	margin: 0 auto 0 auto;
	height: 20px;
}

#bottomNaviLeft
{
	float: left;
	width: 500px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.74em;
	color: rgb(0,0,0);
}

#bottomNaviLeft ul
{
	margin: 0;
	padding: 0 0 0 0;

}
#bottomNaviLeft li
{
	margin: 0;
	padding-right: 20px;
	list-style-type: none;
	float: left;
}
 
#bottomNaviLeft a
{
	padding: 0;
	text-decoration: none;
	color: rgb(77,77,77);
}
#bottomNaviLeft a:hover
{
	text-decoration: underline;
	color: rgb(151,164,83);
}

#bottomNaviRight
{
	float: right;
	width: 180px;
	height: 20px;
	text-align: right;
	line-height: 20px;
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Sans-Serif;
	font-size: 0.74em;
	color: rgb(77,77,77);
}

#bottomNaviRight a
{
	padding: 0;
	text-decoration: none;
	color: rgb(77,77,77);
}
#bottomNaviRight a:hover
{
	text-decoration: underline;
	color: rgb(151,164,83);
}