@charset "utf-8";
/* CSS Document */

/* footer */
.footer {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eee;
  text-align: center;

	background-color: #1565c0;
}

.copyrigt {
  padding-top: 10px;
  padding-bottom: 0px;
  border-top: 1px solid #1e88e5;
  border-bottom: 1px solid #1e88e5;
  color: #fff;
  font-size: 90%;
  line-height: 1em;
}

#footerContents {
	margin-top: 10px;
	padding-top: 5px;
	background-color: #e9e9e9;
	border-top: 1px solid #ddd;
}
#footerContents li {
	font-size: 16px;
	line-height: 1.5em;
}
#footerContents a {
	color: #06c;
}
#footerContents a:hover {
	color: #F00;
}
#footerContents .footerContentsTitle {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #666;
	
	padding-bottom: 5px;
	border-bottom: 1px solid #bbb;
}
