@charset "utf-8";
/* digit-01用　naviバーー */

.nav	{
	width:750px;
	position:absolute;
	top:49px;
	left:0px;
	}
.nav h2{
	margin:0px;
	}
.nav h2 a{
	display:block;
	width:125px;
	background-color:#eeffcc;  /* 元データeeffcc　*/
	border-bottom:1px solid #cccccc;  /* 元データ00aa00　*/
	text-align:center;
	  /* ナビゲータ　*/
	}
.nav h2 a{
	text-decoration:none;
	}
.nav h2 a{
	font-size:14px;
	color:#115533;   /* 元データ115533　*/
	font-weight:900;
	}
.nav h2 a:hover{
	background-color:#ffffd8;
	}
.nav h2 a:active{
	background-color:#ffcc77;
	}
.menu	{  /* プルダウンメニュー */
	width:120px;
	float:left;
	}
.menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:12px;
	display:none;  /* プルダウン非表示 */
	}
.menu li {
	width:118px;
	background-color:#eeffcc;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	line-height:1.2;
	margin:0px 1px;
	}
.menu li a {
	width:118px;
	display:block;
	padding:1px;
	line-height:1.2;
	text-decoration:none;
	color:#333333;
	}
.menu li a:hover{
	background-color:#ffffd8;
	}
.menu li a:active{
	background-color:#ffcc77;
	}
