﻿@charset 'UTF-8';


/* ==================== footer ==================== */
#footerLine {
	width: 100%;
	height: 3px;
	margin: 0 auto;
	padding: 0px;
	background: #1065B0;
	font-size: 5%;
	clear:both;
}

#footerMenu {
	width: 700px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	font-size: 82%;
	float: left;
}

#footerMenu .sub {
	_width: 600px;
	margin: 0px;
	padding: 10px 9px 5px 9px;
	text-align:left;
}

#footerMenu .font {
	_width: 600px;
	margin: 0px;
	padding: 5px 9px 5px 9px;
	text-align:left;
}

#copyright {
	_width: 600px;
	display:block;
	overflow: visible;
	height: 60px;
	margin: 5px 9px 10px 9px;
	padding: 0px;
	text-indent:-9999px;
	background: url(../images/footer_copyright.gif) no-repeat 0px 0px;
}

#cachphrase {
	width: 220px;
	_width: 231px;
	height: 61px;
	_height: 80px;
	margin: 10px 9px 9px 9px;
	padding: 0px;
	text-indent:-9999px;
	background: url(../images/footer_cachphrase.gif) no-repeat 0px 0px;
	float: right;
}

#footer a:link {
	text-decoration: none;
	color: #333333;
	line-height: 1;
}

#footer a:visited {
	text-decoration: none;
	color: #666666;
	line-height: 1;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
