@charset "utf-8";

/* ========================================

    footer main

======================================== */

	/* frame */
		footer {
			background: #00142E;
		}

	/* contentw */
		footer h2 {
			display: block;
			width: 100%;
			padding: 10px 0;
			text-align: center;
			background: #BCBCBC;
			color: #00142E;
			font-size: 18px;
		}
		footer ul {
			padding: 0;
		}
		footer ul li {
			list-style: none;
			padding: 5px 0;
		}
		footer ul li a {
			color: white;
			text-decoration: none;
		}
		footer ul li a:hover {
			text-decoration: none;
			color: #FF9900;
		}
		footer img.banner {
			display: block;
			width: 80%;
			margin: 0 auto 10px auto;
		}
		footer p.copy {
			text-align: center;
			color: white;
		}