﻿@charset "utf-8";

/* ミドルフッターエリア */
#middlefooter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 920px;
	background-color: green;
	background-image: url(https://old.sengokushi.net/images/bg_g.png);
	border: 2px solid #321815;
	border-radius: 8px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	padding : 10px;
	margin-bottom : 10px;
}

#middlefooter-links {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 898px;
	background-color: green;
	background-image: url(https://old.sengokushi.net/images/bg_c.png);
	border: 2px solid #321815;
	border-radius: 8px;
	padding : 10px;
}
#middlefooter-links img{
	border: 2px solid #000;
}
#middlefooter-links a:hover{
	border-bottom: 0px;
}

/* フッターエリア */
#footerinfo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 920px;
	background-color: black;
	background-image: url(https://old.sengokushi.net/images/bg_b.png);
	border-top: 2px solid #321815;
	border-left: 2px solid #321815;
	border-right: 2px solid #321815;
	border-radius: 8px 8px 0px 0px / 8px 8px 0px 0px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	padding : 10px;
	zoom: 100%;
	overflow: auto;
}

#footerinfo-left {
	width: 282px;
	float:left;
	padding : 10px;
}

#footerinfo-center {
	text-align: left;
	width: 217px;
	float:left;
	border: 2px solid #321815;
	background-image: url(https://old.sengokushi.net/images/bg_g.png);
	border-radius: 8px;
	margin :10px;
	padding :10px;
}
#footerinfo-center img{
	margin: 5px;
	border: 0px;
}

#footerinfo-right {
	width: 336px;
	float:left;
	padding : 10px;
	display: inline-block;
}

#underfooter{
	width: 100%;
	text-align:right;
	color:#EEE;
}
#underfooter a{
	color:white;
	font-weight:bold;
}
#underfooter a:hover{
	color:yellow;
}