﻿@charset "UTF-8";

/*footer Setting*/
#footer {
	padding: 15px 0 0;
	height: 100px;
	background: #04263B;
	border-bottom: 5px solid #E31F26;
	z-index: 10;
	position: relative;
	font-size:86%/*12px*/;
}
#footerContents {
	width: 960px;
	margin: 0px auto;
	color: #B2D2E5;
	position: relative;
}
#footerInfo {
	text-align: right;
}
#footerInfo a {
	margin-left: 20px;
}

#copyright {
	position: absolute;
	top: 70px;
	right: 0;
}
#copyright img{
	padding-left: 10px;
}



/* Footer Link Setting */
#footerContents a:link{
	color: #83DCFF;
	text-decoration:none;
	margin-left: 15px;
}
#footerContents a:visited{
	color: #83DCFF;
}
#footerContents a:hover{
	text-decoration:underline;
}
#footerContents a:active{
	color: #83DCFF;
}