*{	margin: 0;	padding: 0;}body {	margin: 0 0 0 0;	background-color: #404040;	scrollbar-face-color: #ccffcc;       /* 表面の色 */	scrollbar-3dlight-color: #009900;    /* 左端と上端の色 */	scrollbar-highlight-color: #ccffcc;  /* ハイライトの色 */	scrollbar-shadow-color: #ccffcc;     /* 影の色 */	scrollbar-darkshadow-color: #009900; /* 右端と下端 */	scrollbar-arrow-color: #009900;      /* 矢印の色 */	scrollbar-track-color: #ccffcc;      /* バーの背景の色 */}/*------------------------------------	#menu スタイル--------------------------------------*/dl#menu{	float: left;}	dl#menu ul{		list-style: none;	}	dl#menu dd{		border-right: solid 1px #000;		border-bottom: solid 1px #000;		float: left;		text-align: center;		position: relative;		width: 120px;		height: 30px;	}		dl#menu dd a{			background-color:#C0C0C0;			background: url(../images/submenuBg.gif) left center repeat-x;			display: block;			color: #000;			font-size: 90%;			text-decoration: none;			line-height: 30px;			width: 120px;			height: 30px;		}		dl#menu dd a:hover{			background: url(../images/submenuBgs.gif) left center repeat-x;			color: #00F;		}		dl#menu dd ul{		/*			グローバルメニュー下、プルダウンメニューのスタイル。		*/			display: none;			position: absolute;			top: 31px;			left: 0;			z-index: 0;		}			dl#menu dd ul a{				background: url(../images/submenuBg.gif) left center repeat-x;				border-right: solid 1px #000000;				border-bottom: solid 1px #000000;				font-size: 90%;				color: #000;				height: auto;				line-height: 130%;				text-align: left;				text-indent: 10px;				padding: 5px 5px;				width: 110px;			}			/*				プルダウンメニュー、マウスオーバー時のスタイル。			*/			dl#menu dd ul li.rollOver a.rollOverA{				background: url(../images/submenuBgs.gif) left center repeat-x;				color: #00F;			}			dl#menu dd ul li{				position: relative;			}				dl#menu dd ul li ul{					display: none;					position: absolute;					top: 0;					left: 135px;					z-index: 0;				}/* 最初は表示する */dl#tmpmenu dd ul{	display: block;	position: absolute;	top: 31px;	left: 0;	z-index: 0;}dl#tmpmenu dd ul li ul{	display: block;	position: absolute;	top: 0;	left: 135px;	z-index: 0;}