﻿@charset "utf-8";

/* オーバーヘッダー */
#overheader {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 920px;
	height: 30px;
	background-color: black;
	background-image: url(https://old.sengokushi.net/images/bg_b.png);
	border-bottom: 2px solid #321815;
	border-left: 2px solid #321815;
	border-right: 2px solid #321815;
	border-radius: 0px 0px 8px 8px / 0px 0px 8px 8px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	padding : 0px 10px 10px 10px;
}

#overheader a {
	color: #FFFFFF;
}
#overheader a:hover {
	border-bottom: 1px #FFFFFF dashed;
}

#overheader-left {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	margin-top:10px;
}

#overheader-right {
	float: right;
	color: #FFFFFF;
	background-image: url(https://old.sengokushi.net/images/bg_c.png);
	border-radius: 0px 0px 6px 6px;
	border-left: 2px solid #321815;
	border-bottom: 2px solid #321815;
	border-right: 2px solid #321815;
	background-color:white;
	font-size: small;
	padding:5px 10px 0px 10px;
}
#overheader-right a{
	border: 0px;
}
#overheader-right a:hover{
	border: 0px;
}


/* タイトル */
#title {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 920px;
	height: 210px;
	padding : 10px 10px 0px 10px;
	border: 0px;
}

#title-left {
	float: left;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

#title img{
	border : 0px;
}

/* タイトル 説明 */
#title-right{
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}

#title-ad {
	float: right;
	text-align: right;
}

/*
#title-ad iframe{
	border: 1px solid #AAA;
	background-color: #EEE;
	padding: 2px;
	border-radius:3px;
	margin:0px;
}
*/

/* 上部メニュー */
#menu {
	font-size:14px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 920px;
	height: 40px;
	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 : 0px 10px 0px 10px;
}

#menu a{
	text-decoration : none;
	border-bottom : 0px;
}

#menu-left{
	float: left;
}
#menu-right{
	float: right;
	padding : 0px 10px;
}

#menu-right-ad{
	float: left;
	line-height : 40px;
	font-weight: bold;
	padding : 1px 10px;
}
#menu-right-ad a:hover{
	color:#FFF;
}

#menu-right-img{
	float: right;
	padding : 9px 0px 9px 9px;
	vertical-align: middle;
}