*{
	margin: 0;
	padding: 0;
}
/*------------------------------------
	#menu スタイル
-------------------------------------- */
dl#menu{
	width:550px;
	height:30px;
	margin: 5px 3px;
	margin-bottom:5px; 
	float: left;
}

	dl#menu ul{
		list-style: none;
	}
	* html dl#menu ul{
		background-color: #FFF;
	}

	dl#menu dt{
		float: left;
		text-align: left;
		position: relative;
		width: 109px;
		height:30px;
	}
	* hmtl dl#menu dt{
		background-color: #FFF;
	}

		
		dl#menu dt a{
			display: block;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			width: 99px;
		}
		* html dl#menu dt a{
			background-color: #FFF;
		}
	
		dl#menu dt ul{
		/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
			background-image: url(../../img/commom_img/half.png);
			background-color: #FFF;
			border-bottom: solid 1px #989800;
			display: none;
			position: absolute;
			left: 0;
			z-index: 0;
		}
		
			dl#menu dt ul a{
				background-image: url(../../img/commom_img/half.png);
				background-color: #FFF;
				border-top: solid 1px #989800;
				border-left: solid 1px #989800;
				border-right: solid 1px #989800;
				font-size: 9px;
				letter-spacing:0px;
				color: #333;
				height: auto;
				line-height: 130%;
				text-align: left;
				padding: 5px;
			}
			* html dl#menu dt ul a{
				background-color: #FFF;
			}
		
			dl#menu dt ul a.hierarchy{
				background: url(../../img/commom_img/half_nest.png) center right;
			background-color: #FFF;
			}
		
			dl#menu dt ul li.rollOver{
			/*
				プルダウンメニュー、マウスオーバー時のスタイル。
			*/
				background-color: #CFC;
			}
			
			dl#menu dt ul li.rollOver a.rollOverA{
				color: #F60;
			}
		
			dl#menu dt ul li{
				position: relative;
			}
			* html dl#menu dt ul li{
				border-bottom: solid 1px #fff;
				filter:alpha(opacity=30);
			}
			
				dl#menu dt ul li ul{
/*					background-image: url(../../img/commom_img/half_y.png);*/
					background-color: #FFF;
					display: none;
					position: absolute;
					top: 5px;
					left: 109px;
					z-index: 999;
				}

