@charset "utf-8";

/* -- footer -- */
#footer {
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
	border-top: solid 2px #DDE4F0;
	background: #1C479B;
	text-align: center;
	font-size:12px;
}

#footer a:link { text-decoration:underline!important; color:#ffffff!important; }
#footer a:visited { text-decoration:underline!important; color:#ffffff!important; }
#footer a:hover { text-decoration:underline!important; color:#ffffff!important; }
#footer a:active { text-decoration:underline!important; color:#ffffff!important; }

#footer ul.link {
	margin: 12px 0 0 0;
	text-align: center;
	color: #8DA3CD;
}

#footer .link li {
	display: inline;
	list-style: none;
}

#footer ul.link a {
	padding: 0 6px 0 15px;
	background: url(/common/arw02.gif) no-repeat 5px 3px;
}

#footer a:link,
#footer a:visited {
	color: #E8ECF5;
	text-decoration: none!important;
}

#footer a:hover,
#footer a:active,
#footer a.current {
	color: #E8ECF5;
	text-decoration: underline!important;
}

#footer div.link span {
	padding: 0 6px 0 15px;
	background: url(/common/arw02.gif) no-repeat 5px 3px;
}

#footer div.copyright {
	margin: 10px 0 0 0;
	color: #E8ECF5;
}

#footer p { margin:10px 0; }
