#nav {
/*			border-top:4px #2c7448 solid;
			border-bottom:1px #999 solid;	*/
/*			border-top:1px #2c7448 solid;
			border-bottom:4px #2c7448 solid;	*/
/*			background-color:#614329;	/* 全体の帯の色 */
 			background:url(../images/menu-bg.gif) repeat;

	width: 100%; /* 1000 */
	position: absolute;
	margin:0;
	padding:0;

/*			top: 25%;
			left: 10%;
			right: 10%;
			margin-left: -10em; /* 30 480 */
}


#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color: #000;
	text-decoration: none;
}


			#nav > a
			{
				display: none;
			}

			#nav li		/*バナーにオンマウスした時*/
			{
				position: relative;
				list-style:none;
/*					font-size:70%;	*/
					text-align:center;
			}
				#nav li a
				{
/*					color: #083783;	*/
					display: block;
				}
				#nav li a:active
				{
					background-color: #ffffff !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0em solid transparent; /* 0.2em */
				border-bottom: none;
				border-top-color: #083783;/* 三角形 */
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: 5em; /* -0.313 */
				top: -1.5em;/*追加*/
				
			}

			/* first level */

			#nav > ul
			{
/*				height: 3.30em; /* 60 */
				height: 1.30em; /* 60 */
				background-color:  #ffffff;
			/*		padding-left:202px;	*/	/*これで中央寄せにしている？？*/
			}
				#nav > ul > li
				{
/*					width: 17.7%;	/*なくす。25%にしたら均等になる*/
					height: 100%;
					float: left;
					font-size:small;
					text-align:center;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1.5em; /* 24 */
/*						line-height: 55px; /* 60 (24) */　/*なくす*/
						text-align: center;
/*						border-right: 1px solid #083783; /* ﾎﾞｰﾀﾞｰなくす */
/*						border-left: 1px solid #083783; /* ﾎﾞｰﾀﾞｰなくす */
					}
						#nav > ul > li( :last-child ) > a
						{
							/* border-right: 2px solid #083783; ﾎﾞｰﾀﾞｰ */
							/*border-left: 1px solid #083783;  ﾎﾞｰﾀﾞｰ */
						}
						#nav > ul > li:hover > a{
							background-color: #6dbafb; /* カーソルがあったときの背景色（画像なので不要） */
							color:#FFF;						    

							}
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #CC9; /* カーソルがあったときの背景色 */
/*							background-color: #6dbafb; /* カーソルがあったときの背景色 */
							color:#FFF;						    
						}


				/* second level */

				#nav li ul
				{
					background-color: #fff5ed;
					display: none;
					position: absolute;
					top: 100%;
					padding:0px;

				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							/*font-size: 1.45em; /* 20 */	/*バナーにオンマウスした時に出てくるリスト*/
							border-top: 1px solid #CCC;
							padding-bottom:0.75em;
							padding-top:0.75em;
							padding-left:0.75em;
						/*padding: 0.75em;  15 (20) */
					}
							#nav li ul li a:hover{
								clear:left;
								color:#FFF;
								background-color: #a7b1e7;/* li部分のカーソルがあった時の色 */							
					font-size:small;
/*					text-align:center;	*/

								}
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #a7b1e7;/* li部分のカーソルがあった時の色 */
}





#nav2 {
/*			border-top:4px #2c7448 solid;
			border-bottom:1px #999 solid;	*/
/*			border-top:1px #2c7448 solid;
			border-bottom:4px #2c7448 solid;	*/
			background-color:#7ecef4;	/* 全体の帯の色 
/* 			background:url(../images/menu-bg.gif) repeat;	*/

	width: 100%; /* 1000 */
	position: absolute;
	margin:0;
	padding:0;

/*			top: 25%;
			left: 10%;
			right: 10%;
			margin-left: -10em; /* 30 480 */
}


#nav2 a:link,
#nav2 a:visited,
#nav2 a:hover,
#nav2 a:active {
	color: #000;
	text-decoration: none;
}


			#nav2 > a
			{
				display: none;
			}

			#nav2 li		/*バナーにオンマウスした時*/
			{
				position: relative;
				list-style:none;
/*					font-size:70%;	*/
					text-align:center;
			}
				#nav2 li a
				{
/*					color: #083783;	*/
					display: block;
				}
				#nav2 li a:active
				{
					background-color: #ffffff !important;
				}

			#nav2 span:after
			{
				width: 0;
				height: 0;
				border: 0em solid transparent; /* 0.2em */
				border-bottom: none;
				border-top-color: #083783;/* 三角形 */
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: 5em; /* -0.313 */
				top: -1.5em;/*追加*/
				
			}

			/* first level */

			#nav2 > ul
			{
/*				height: 3.30em; /* 60 */
				height: 1.30em; /* 60 */
				background-color:  #ffffff;
			/*		padding-left:202px;	*/	/*これで中央寄せにしている？？*/
			}
				#nav2 > ul > li
				{
/*					width: 17.7%;	/*なくす。25%にしたら均等になる*/
					height: 100%;
					float: left;
					font-size:small;
					text-align:center;
				}
					#nav2 > ul > li > a
					{
						height: 100%;
						font-size: 1.5em; /* 24 */
/*						line-height: 55px; /* 60 (24) */　/*なくす*/
						text-align: center;
/*						border-right: 1px solid #083783; /* ﾎﾞｰﾀﾞｰなくす */
/*						border-left: 1px solid #083783; /* ﾎﾞｰﾀﾞｰなくす */
					}
						#nav2 > ul > li( :last-child ) > a
						{
							/* border-right: 2px solid #083783; ﾎﾞｰﾀﾞｰ */
							/*border-left: 1px solid #083783;  ﾎﾞｰﾀﾞｰ */
						}
						#nav2 > ul > li:hover > a{
							background-color: #6dbafb; /* カーソルがあったときの背景色（画像なので不要） */
							color:#FFF;						    

							}
						#nav2 > ul:not( :hover ) > li.active > a
						{
							background-color: #CC9; /* カーソルがあったときの背景色 */
/*							background-color: #6dbafb; /* カーソルがあったときの背景色 */
							color:#FFF;						    
						}


				/* second level */

				#nav2 li ul
				{
					background-color: #fff5ed;
					display: none;
					position: absolute;
					top: 100%;
					padding:0px;

				}
					#nav2 li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav2 li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav2 li ul a
						{
							/*font-size: 1.45em; /* 20 */	/*バナーにオンマウスした時に出てくるリスト*/
							border-top: 1px solid #CCC;
							padding-bottom:0.75em;
							padding-top:0.75em;
							padding-left:0.75em;
						/*padding: 0.75em;  15 (20) */
					}
							#nav2 li ul li a:hover{
								clear:left;
								color:#FFF;
								background-color: #f59e52;/* li部分のカーソルがあった時の色 */							
					font-size:small;
/*					text-align:center;	*/

								}
							#nav2 li ul:not( :hover ) li.active a
							{
								background-color: #f59e52;/* li部分のカーソルがあった時の色 */
}

