@charset "utf-8";

#footer {
	text-align: center;
	background-color: #333300;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1.5em;
	background-image: url(../img/04_footer_back.gif);
	background-repeat: repeat;
}
#footer  .footer {
	width: 800px;
	text-align: center;
	margin: 0px auto 0em;
}


#footer a:link {
	color: #CCCC99;
	text-decoration: none;
}

#footer a:hover {
	color: #CCFF00;
	text-decoration: underline;
}
#footer a:visited {
	color: #999900;
	text-decoration: none;
}
#footer    #pagetop   {
	margin-left: 0px;
	padding-top: 1em;

}

#footer  table  {
	font-style: normal;
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	margin: 2em auto 4em;
}
#footer  table  tr  td  {
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #999966;
}
#footer    td#last      {
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 1px solid #999966;
	border-left: 1px solid #999966;
}

#footer  address  {
	font-style: normal;
	color: #CCCCCC;
	font-size: 100%;
}

