/* CSS Document */

/* footerMenu */
.footerMenu {
	padding: 0px 0px 10px 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 10px;
	color: #333;
	margin-top: 0px;
}
.footerMenu a, .footerMenu a:visited {
	color: #333;
	text-decoration: none;
}
.footerMenu a:hover, .footerMenu a:active {
	color: #666;
	text-decoration: underline;
}

/* footerMenu */

/* footerBg */
.footerBg {
	width: 100%;
	margin: 0px;
	background-image: url(../footer_img/footer_bg.gif);
}
/* footerBg */

/* footerBox */
.footerBox {
	width: 800px;
	height: 21px;
	margin: 0px;
	background-image: url(../footer_img/copyright.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
/* footerBox */