*{
	margin: 0;
	padding: 0;
}

/*------------------------------------
	#menu スタイル
-------------------------------------- */
#top #menu{
	float: left;
	height: 48px;
	width: 801px;
}

	dl#menu ul{
		list-style: none;
	}

	dl#menu dd{
	float: left;
	text-align: center;
	position: relative;
	width: 133px;
	height: 48px;
	background: url(../images/button_off.png) repeat-x left center;
	}
		
		dl#menu dd a{
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	line-height: 48px;
	width: 133px;
	height: 48px;
	font: normal 12px/48px "ＭＳ ゴシック", "Osaka－等幅";
	text-align: center;
		}
		dl#menu dd a:hover{
	display: block;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	line-height: 48px;
	width: 133px;
	height: 48px;
	background: url(../images/button_on.png);
	font: normal 12px/48px "ＭＳ ゴシック", "Osaka－等幅";
		}
	
		dl#menu dd ul{
	/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
			background-color: #B2D4F2;
	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: 48px;
	left: 0;
	z-index: 0;
	font: 12px "ＭＳ ゴシック", "Osaka－等幅";
	float: left;
	height: auto;
	width: auto;
		}
		
			dl#menu dd ul a{
				color: #0d55bc;
				height: auto;
				line-height: 20px;
				text-align: left;
				padding: 5px 10px;
				width: 140px;
			}
			dl#menu dd ul a:hover{
	height: 20px;
	line-height: 20px;
	text-align: left;
	width: 140px;
	background: #338BDC;
	padding-right: 10px;
	padding-left: 10px;
			}
		
			dl#menu dd ul a.hierarchy{
				background: url(../images/gmArrow.gif) no-repeat 126px center;
			}
		
			dl#menu dd ul li.rollOver{
			/*
				プルダウンメニュー、マウスオーバー時のスタイル。
			*/
				background-color: #338BDC;
			}
			
			dl#menu dd ul li.rollOver a.rollOverA{
	color: #FFFF66;
	font-weight: normal;
			}
		
			dl#menu dd ul li{
				position: relative;
			}
			
				dl#menu dd ul li ul{
					display: none;
					position: absolute;
					top: 0px;
					left: 140px;
					z-index: 0;
				}
.style_radix {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
}
