*{
	margin: 0;
	padding: 0;
}

/*------------------------------------
	#header-menu-top スタイル
-------------------------------------- */
dl#header-menu-top{
	float: left;
}

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

	dl#header-menu-top dd{
		float: left;
		text-align: center;
		position: relative;
		width: 200px;
		height: 53px;	/* 36 */
	}
		
		dl#header-menu-top dd a{
			display: block;
			font-weight: normal;
			text-decoration: none;
			line-height: 53px;	/* 36 */
			height: 53px;	/* 36 */
		}
	
		/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
		dl#header-menu-top dd ul {
			background-color: #f7c556;	/* f7c556 */
			
			display: none;
			position: absolute;
			top: 53px;				/* 36 */
			left: 0;
			z-index: 0;
		}
		
		dl#header-menu-top dd ul.red {
			background-color: #cf487a;
		}
		
		dl#header-menu-top dd ul.yellow {
			background-color: #ece93d;
		}
		
		dl#header-menu-top dd ul.blue {
			background-color: #1999a0;
		}
		
		dl#header-menu-top dd ul.green {
			background-color: #4baf75;
		}
		
			dl#header-menu-top dd ul a{
				font-size: 90%;
				color: #000;
				height: auto;
				line-height: 130%;
				text-align: left;
				padding: 5px 10px;
				width: 180px;	/* 120 */
			}
			
			dl#header-menu-top dd ul.red a{
				color: #fff;
			}
			
			dl#header-menu-top dd ul.yellow a{
				color: #223071;
			}
			
			dl#header-menu-top dd ul.blue a{
				color: #fff;
			}
			
			dl#header-menu-top dd ul.green a{
				color: #223071;
			}
		
			dl#header-menu-top dd ul a.hierarchy{
				background: url(../images/gmArrow.gif) 122px center no-repeat;
			}

			/*
				プルダウンメニュー、マウスオーバー時のスタイル。
			*/
			dl#header-menu-top dd ul li.rollOver{
				background-color: #fff;
			}
			
			dl#header-menu-top dd ul li.rollOver a.rollOverA{
				color: #223071;
			}
		
			dl#header-menu-top dd ul li{
				position: relative;
			}
			
				dl#header-menu-top dd ul li ul{
					display: none;
					position: absolute;
					top: 0px;
					left: 178px;	/* 135 */
					z-index: 0;
				}


