*{	margin: 0;	padding: 0;}/*------------------------------------	#menu スタイル-------------------------------------- */dl#menu{	background: url(../images/menuBg.gif) left center repeat-x;	float: left;	margin-left: 1.0em;	font-size: 0.8em;}	dl#menu ul{		list-style: none;	}	dl#menu dd{		border-right: solid 1px #fff;		float: left;		text-align: center;		position: relative;		width: 11em;		height: 2em;	}				dl#menu dd a{			display: block;			color: #fff;			font-weight: bold;			text-decoration: none;			line-height: 2em;			width: 11em;			height: 2em;		}			dl#menu dd ul{		/*			グローバルメニュー下、プルダウンメニューのスタイル。		*/			background-color: #B2E4F2;			border-left: solid 1px #eef;			border-top: solid 1px #eef;			border-right: solid 1px #003392;			border-bottom: solid 1px #003392;			display: none;			position: absolute;			top: 2em;			left: 0em;			z-index: 0;		}					dl#menu dd ul em{display: block; margin-left: 1em;}					dl#menu dd ul a{				font-size: 100%;				color: #0d55bc;				height: auto;				line-height: 100%;				text-align: left;				padding: 5px 10px;				width: 10.4em;			}					dl#menu dd ul a.hierarchy{				background: url(../images/gmArrow.gif) 12em 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: 11.5em;					z-index: 0;				}