@charset "utf-8";


/*
 #footer [
----------------------------------------------------------- */

#footer {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#footer .others {
	width: 450px;
	margin: 20px 0 0;
	position: absolute;
	left: 450px;
	top : 0;
	text-align: right;
}

#company_links {
	margin: 0;
}

#company_links a {
	margin-right: 35px;
}

#company_links a img {
	vertical-align: bottom;
}

#company_links a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#company_links span {
	display: block;
	font-size: 80%;
	color: #494949;
}

#copy {
	border-top: 5px solid #014099;
	margin: 5px 0 15px;
	padding-top: 5px;
	text-align: center;
}




/*
 Link Color [
----------------------------------------------------------- */
#footer a {
	text-decoration:none;
	color: #494949;
}
#footer a:link {
}
#footer a:visited {
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
}