/* Text sizing styles */

#footerLinks,
#footerTextAddress,
#footerTextContact {
	font-size:			8pt;
	line-height: 		20px;
}

/*/*/a{}
body #footerLinks,
body #footerTextAddress,
body #footerTextContact {
	font-size:			xx-small;
	voice-family:			"\"}\"";
	voice-family:			inherit;
	font-size:			x-small;
}

html>body #footerLinks,
html>body #footerTextAddress,
html>body #footerTextContact {
	font-size:			x-small;
}
/* */

#footer {
	clear:				both;
	padding-bottom:			50px;
	width:				778px;
	font-family:			verdana, arial, helvetica, sans-serif;
/*	margin-top:			30px;*/
/*	padding-top:			10px;*/
}

#footerLinks {
	text-align:			center;
	background:			#eee;
	padding-top:			4px;
	padding-bottom:			4px;
}

#footerLinks a:link,
#footerLinks a:visited,
#footerLinks a:active {
	text-decoration:		none;
	color:				#000;
/*	font-weight:			bold;*/
}

#footerLinks a:hover {
	text-decoration:		underline;
	color:				#000;
/*	font-weight:			bold;*/
}

#pageFooter {
	position:			relative;
	clear:				both;
	color:				#000;
	background:			#fff;
	margin-top:			10px;
	margin-left:		10px;

}
#beoFooter {
	position:			relative;
	clear:				both;
	color:				#000;
    text-align:			right;
	background:			url("http://www.ccmanchester.jp/images/topbar1.gif");
	width:				100%;
}

#footerTextAddress {
	float:				left;
	display:			inline;
}

#footerTextContact {
	text-align:			center;
}

