*{
	margin: 0;
	padding: 0;
}

/*------------------------------------
	#menu スタイル
-------------------------------------- */
dl#menu{
	float: left;
	margin-top: 0px;
}

	dl#menu ul{
		list-style: none;
	}

	dl#menu dd{
	/*	border-right: solid 1px #fff;*/
		float: left;
		text-align: center;
		position: relative;
	/*	width: 94px;
		height: 28px;*/
	}
	dl#menu dd.daigaku-gaiyou{
	/*	border-right: solid 1px #fff;*/
		float: left;
		text-align: center;
		position: relative;
	width: 92px;
		height: 37px;
	}
		dl#menu dd.gakubu-in .ryugaku .ken .kokusai .koukai .annai{
	/*	border-right: solid 1px #fff;*/
		float: left;
		text-align: center;
		position: relative;
	width: 93px;
		height: 37px;
	}
			dl#menu dd.jyouhou{
	/*	border-right: solid 1px #fff;*/
		float: left;
		text-align: center;
		position: relative;
	width: 100px;
		height: 37px;
	}
	
		
		
		dl#menu dd a{
			display: block;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			line-height: 35px;
		/*	width: 94px;
			height: 28px;*/
		}
		
	
	
		dl#menu dd ul{
		/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
			background-color: #ffffff;
			border-left: solid 1px #eef;
			border-top: solid 1px #eef;
			border-right: solid 1px #cccccc;
			border-bottom: solid 1px #cccccc;
			display: none;
			position: absolute;
			top: 37px;
			left: 0;
			z-index: 0;
		}
		
			
		
		
		
			#menu dd ul a{
				font-size: 12px;
				color: #0d55bc;
				height: auto;
				line-height: 130%;
				text-align: left;
				padding: 5px 7px;
				width: 120px;
				
			}
		*:first-child+html #menu dd ul a{
				font-size: 12px;
				color: #0d55bc;
				height: auto;
				line-height: 130%;
				text-align: left;
				padding: 5px 7px;
				width: 135px;
				
			}
				* html #menu dd ul a{
				font-size: 12px;
				color: #0d55bc;
				height: auto;
				line-height: 130%;
				text-align: left;
				padding: 5px 7px;
				width: 135px;
				
			}
			
		
			dl#menu dd ul a.hierarchy{
				background: url(../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/YP85R9BM/images/gmArrow.gif) 122px center no-repeat;
			}
		
			dl#menu dd ul li.rollOver{
			/*
				プルダウンメニュー、マウスオーバー時のスタイル。
			*/
				background-color: #ffffff;
			}
			
			dl#menu dd ul li.rollOver a.rollOverA{
				color: #ff5700;
			}
		
			dl#menu dd ul li{
				position: relative;
				border-bottom:solid 1px #cccccc;
			}
			
				dl#menu dd ul li ul{
					display: none;
					position: absolute;
					top: 0px;
					left: 135px;
					z-index: 0;
				}
