/* common styles for all menus on the page */
.mlddm
{	margin: 0;
	padding: 0;}

	.mlddm li
	{	display: inline;
		list-style: none;
		padding: 0;
		margin: 0;}

	.mlddm li a
	{	display: block;
		white-space: nowrap;}


		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;}

		.mlddm ul li
		{	float: none;}

		.mlddm ul li a
		{	display: block;
			white-space: nowrap;}

/* 横メニュー１ */
#menu1
{	}

	#menu1 li
	{	float: left;}
	
	#menu1 li a
	{	width:174px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background: #ffffff;
		border-top:none;
		border-right:none;
		border-bottom:none;
		border-left:none;
		color: #000000;
		text-align:left;
		text-decoration: underline;}

	#menu1 li a:hover
	{	background-color: #3300ff;
		color:#ffffff;}

	#menu1 > li > a:hover
	{	color: #ffffff;}

		#menu1 ul
		{	margin: 3px 0 0 0;
			padding: 0;
			background: #ffffff;
			border: 1px solid #ff0000;}

			#menu1 ul li
			{  }

			#menu1 ul li a
			{	width:250px;
				margin:0px 0 0 0;
				padding: 0 10px 0 10px;
				color: #ff0000;
				background: transparent;
				border-width: 0;
				white-space: pre;
				text-align: left;
				text-transform: none;
				text-decoration:underline;}

	#menu1 ul li .hsub
	{background:#ffffff;}

	#menu1 ul li .hsub:hover
	{background:#3300ff;}


/* 横メニュー２ */
#menu1-2
{	}

	#menu1-2 li
	{	float: left;}
	
	#menu1-2 li a
	{	width:120px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background: #ffffff;
		border-top:none;
		border-right:none;
		border-bottom:none;
		border-left:none;
		color: #000000;
		text-align:left;
		text-decoration: underline;}

	#menu1-2 li a:hover
	{	background-color: #3300ff;
		color:#ffffff;}

	#menu1-2 > li > a:hover
	{	color: #ffffff;}

		#menu1-2 ul
		{	margin: 3px 0 0 0;
			padding: 0;
			background: #ffffff;
			border: 1px solid #ff0000;}

			#menu1-2 ul li
			{  }

			#menu1-2 ul li a
			{	width:250px;
				margin:0px 0 0 0;
				padding: 0 10px 0 10px;
				color: #ff0000;
				background: transparent;
				border-width: 0;
				white-space: pre;
				text-align: left;
				text-transform: none;
				text-decoration:underline;}

	#menu1-2 ul li .hsub
	{background:#ffffff;}

	#menu1-2 ul li .hsub:hover
	{background:#3300ff;}










/* 縦メニュー */
#menu2
{	position: relative;
	float: left;
	background-color: #ffffff;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
}

	#menu2 li
	{	}

	#menu2 li a
	{	width: 133px;
		padding: 0 0 0 0;
		margin: 0;
		border-top:none;
		border-right:none;
		border-bottom:none;
		border-left:none;
		background: #ffffff;
		color: #000000;
		text-align: left;
		text-decoration: underline;}

	#menu2 li a:hover
	{	background: #3300ff;
		color: #ffffff;}

		#menu2 ul
		{	margin:2px 0 0 0;
			padding:0;
			background: #ffffff;
		    border: 1px solid #ff0000;}

			#menu2 ul li
			{	}

			#menu2 ul li a
			{	margin: 0px;
				padding:0 10px 0 10px;
				width:auto;
				text-align: left;
				text-decoration: none;
				background: transparent;
				color: #ff0000;
				text-decoration:underline;}

	#menu2 .hsub
	{	background:#ffffff;}

	#menu2 .hsub:hover
	{	background:#3300ff;}



.clear {clear: both; overflow: hidden; width: 1px; height: 1px; line-height: 1px; font-size: 1px;}




