@charset "utf-8";

/* ヘッダー */
header {
	padding: 10px 0;
	background: #e3f3ff;
	border-top: solid 5px #003472;
	border-bottom: solid 2px #003472;
}

#header {
	width: 950px;
	margin: 0 auto;
}

#header #logo {
	width: 400px;
	float: left;
}

#header #logo img {
	height: 50px;
}

#header ul {
	width: 500px;
	float: right;
	list-style: none;
}

#header li {
	width: 120px;
	float: right;
	margin: 0 5px;
	border: solid 2px #ff7f00;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

#header li a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #ff8e12;
	border: solid 1px #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

#header li a:hover {
	color: #ff8e12;
	background: #fff;
}

/* ページのトップへ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}

#page-top a {
	display: block;
	width: 80px;
	height: 40px;
	padding: 20px 0;
	text-decoration: none;
	color: #fff;
	text-indent: -9999px;
	background-color: rgba(153,153,153,0.4);
	background-image: url('../images/allow1.png');
	background-position: 0 50%;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

#page-top a:hover {
	background-color: rgba(153,153,153,0.8);
}

/* フッター */
footer {
	margin-top: 20px;
	clear: both;
}

footer nav {
	padding: 0;
	background: #e3f3ff;
	border-top: solid 2px #003472;
	border-bottom: solid 2px #003472;
}

footer ul {
	text-align: center;
}

footer ul li {
	display: inline;
	margin: 0 5px;
}

footer ul li a {
	font-size: 14px;
}

#footer-company {
	width: 800px;
	margin: 10px auto;
	font-size: 14px;
}

#copyright {
	margin: 0;
	padding: 7px 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #003472;
}