@charset "Shift_JIS";

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

	対象ファイル：全ページ
	対象箇所　　：全体枠・ヘッダー・フッター

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

@import url("setting.css");

/* ---------- header ---------- */


#header_wrap {
	width: 100%;
	min-width: 1000px;
	height: 155px;
	background: url(../img/common/header_bg.png) repeat-x center top;
}

#header_top {
	width: 980px;
	height: 30px;
	margin: auto;
}

#header_top p {
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	float: left;
}

#header_nav {
	float: right;
}

#header_nav li {
	float: left;
}

#header_nav li a {
	margin-left: 20px;
	padding-left: 10px;
	background: url(../img/common/arrow_white.png) no-repeat left center;
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
}

#header_nav li a:hover {
	background: url(../img/common/arrow_yellow.png) no-repeat left center;
	color: #FFDC00;
}

#header {
	width: 980px;
	height: 125px;
	margin: auto;
}

h1 {
	width: 170px;
	margin: 15px 0 20px;
	float: left;
}

#control {
	margin-top: 19px;
	float: right;
}

#lang {
	width: 140px;
	height: 25px;
	margin-right: 20px;
	padding: 1px;
	background: url(../img/common/lang_bg.jpg) no-repeat;
	float: left;
}

#ja {
	width: 65px;
	text-align: center;
	float: left;
}

#en {
	width: 75px;
	text-align: center;
	float: left;
}

#lang a {
	display: block;
	font-size: 12px;
	line-height: 25px;
	color: #AFAFAF;
	text-decoration: none;
}

#lang a.current,
#lang a:hover {
	color: #00719C;
}

#fontsize {
	margin-right: 20px;
	float: left;
}

#fontsize span {
	margin-right: 5px;
	font-size: 12px;
	line-height: 27px;
	color: #AFAFAF;
	float: left;
}

#fontsize ul {
	float: left;
}

#fontsize li {
	width: 25px;
	height: 25px;
	margin-left: 3px;
	padding: 1px;
	background: url(../img/common/fontsize_bg.jpg) no-repeat;
	text-align: center;
	float: left;
}

#fontsize a {
	display: block;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
}

#fontsize a:hover {
	color: #00719C;
}

#fontsize_s { color:#00719C; font-size:10px; }
#fontsize_m { color:#AFAFAF; font-size:12px; }
#fontsize_l { color:#AFAFAF; font-size:14px; }

#search {
	width: 260px;
	height: 25px;
	padding: 1px;
	background: url(../img/common/search_bg.jpg) no-repeat;
	float: left;
}

#keywords {
	width: 205px;
	height: 25px;
	margin: 0;
	border: 0;
	padding: 0 10px;
	background: none;
	outline: none;
	font-size: 14px;
	line-height: 25px;
	color: #AFAFAF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	float: left;
}

#search_btn {
	float: right;
}


/* ---------- nav ---------- */

#nav {
	width: 765px;
	margin-top: 19px;
	border-left: 1px solid #DCDCDC;
	float: right;
}

#nav li {
	border-right: 1px solid #DCDCDC;
	position: relative;
	float: left;
}

#nav li a,
#nav img {
	display: block;
}

#nav ul {
	display: none;
	width: 180px;
	padding: 12px 50px 100px 50px;
	position: absolute;
	top: 40px;
	left: -50px;
	z-index: 1000;
}

#nav ul ul {
	width: 200px;
	padding: 50px 100px 50px 0;
	position: absolute;
	top: -50px;
	left: 180px;
}

#nav ul li {
	border: 0;
	padding-left: 15px;
	background: url(../img/common/nav_bg.png) no-repeat right bottom;
	float: none;
}

#nav ul li a {
	padding: 18px 0 15px 12px;
	background: url(../img/common/arrow_blue.png) no-repeat left 20px;
	line-height: 16px;
	color: #4B4B4B;
	text-decoration: none;
}

#nav ul li a:hover {
	background: url(../img/common/arrow_pink.png) no-repeat left 20px;
	color: #FF2850;
	text-decoration: none;
}


/* ---------- tab ---------- */

#tab {
	position: fixed;
	top: 190px;
	right: 0px;
	z-index: 1000;
}

#tab li {
	margin: 5px 0;
}

#tab a,
#tab img {
	display: block;
}

#tab a {
	position: relative;
	left: 5px;
}

#tab a:hover {
	position: relative;
	left: 0px;
}


/* ---------- footer ---------- */

#footer_wrap {
	width: 100%;
	min-width: 1000px;
	padding-top: 40px;
	background: url(../img/common/footer_bg.png) repeat-x center 35px;
}

#footer {
	width: 980px;
	height: 70px;
	margin: auto;
	padding-top: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	position: relative;
}

#footer_logo {
	display: block;
	margin-right: 20px;
	float: left;
}

address {
	display: block;
	float: left;
}

address a {
	color: #FFF;
	text-decoration: none;
}

address a:hover {
	color: #FFDC00;
}

#footer_nav {
	margin-top: 35px;
	float: right;
}

#footer_nav li {
	float: left;
}

#footer_nav li a {
	margin-left: 20px;
	padding-left: 10px;
	background: url(../img/common/arrow_white.png) no-repeat left center;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
}

#footer_nav li a:hover {
	background: url(../img/common/arrow_yellow.png) no-repeat left center;
	color: #FFDC00;
}

#pagetop {
	display: block;
	position: absolute;
	top: -40px;
	right: -5px;
}

#copyright {
	width: 980px;
	height: 30px;
	margin: auto;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #00719C;
}

/*-----------20200227追記-----------*/
.text_red {
    color: #dc0000;
}

/*-----------20200521追記-----------
#header_video {
    position: absolute;
    top: 38px;
    left: 252px;
}*/