*{
	margin: 0;
	padding: 0;
}

/*------------------------------------
	#menu スタイル
-------------------------------------- */
dl#menu{
	background: url(../images/menuBg.gif) left center repeat-x;
	float: left;
}

	dl#menu ul{
		list-style: none;
	}

	dl#menu dd{
		border-right: solid 1px #fff;
		float: left;
		text-align: center;
		position: relative;
		width: 119px;
		height: 30px;
	}
		
		dl#menu dd a{
			display: block;
			color: #fff;
			font-weight: none;
			font-size: 12px;
			text-decoration: none;
			line-height: 30px;
			width: 119px;
			height: 30px;
		}
	
		dl#menu dd ul{
		/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
			background-color: #B2D4F2;
			filter: alpha(opacity=65);
			-moz-opacity: 0.65;
			opacity: 0.65;
			border-left: solid 1px #eef;
			border-top: solid 1px #eef;
			border-right: solid 1px #003392;
			border-bottom: solid 1px #003392;
			font-weight: none;
			font-size: 13px;
			display: none;
			position: absolute;
			top: 30px;
			left: 0;
			z-index: 100;
		}
		
			dl#menu dd ul a{
				font-size: 90%;
				color: #0d55bc;
				height: auto;
				line-height: 130%;
				text-align: left;
				padding: 5px 10px;
				width: 100px;
			}
		
			dl#menu dd ul a.hierarchy{
				background: url(../images/gmArrow.gif) 122px center no-repeat;
			}
		
			dl#menu dd ul li.rollOver{
			/*
				プルダウンメニュー、マウスオーバー時のスタイル。
			*/
				background-color: #338BDC;
			}
			
			dl#menu dd ul li.rollOver a.rollOverA{
				color: #D1E880;
			}
		
			dl#menu dd ul li{
				position: relative;
			}
			
				dl#menu dd ul li ul{
					display: none;
					position: absolute;
					top: 0px;
					left: 119px;
					z-index: 0;
				}