@charset "UTF-8";

/* CSS Document */

/* ＊＊＊＊　GLOBAL MENU　＊＊＊＊＊＊ */

/***ヘッダーメニュー***/

/***トップページ***/
.container .header #glnavi ul {
	height: 51px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
}


#glnavi ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 25%;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 100%);
	letter-spacing: -1px;
}
#glnavi ul li a {
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	background-image: url(../images/arrow_gry.png);
	background-position: 95% 95%;
	background-size: 5px auto;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 1px #FFFFFF;
	padding-bottom: 10px;
	
}

#glnavi ul #headermenu03 a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left-color: #CCCCCC;
	/*padding-top:19px;
	padding-bottom:19px;*/
	}
#glnavi ul #headermenu07 a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
ul.nav {
	 list-style: none;
	border-color:#666; 
	border-width:1px;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited { 
	display: block; 
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #004080;
	background-color: #F1DF63;
}
#glnavi ul {
	margin: 0px !important;
}
#glnavi tr td {
	width: 141px;
	text-align: left;
}
.sidebar1 img {
	margin-bottom: 10px;
	margin-left:3px;
}
.nav .title {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FF0000;
	color: #000000;
	font-weight: bold;
}
.nav .sub_title {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #C9AA37;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
