/* CSS Document メニュー用スタイル*/

/*------------------------------------
	#menu スタイル -top
-------------------------------------- */
dl#menu
	{
	background: url(images/menuBg.gif) left center repeat-x;
	float: left;
	margin:0px;
	padding:0px;
	}

dl#menu ul
	{
	list-style: none;
	}
	
/*プルダウン前ボタン　リスト指定
--------------------------------------------------------*/
	
dl#menu dt.outline/*組織概要*/
	{
	border-left: solid 1px #ffffff;
	float: left;
	text-align: center;
	position: relative;
	width:93px;
	height: 25px;
	}
dl#menu dt.schedule/*活動予定*/
	{
	border-left: solid 1px #ffffff;
	float: left;
	text-align: center;
	position: relative;
	width:89px;
	height: 25px;
	}
	
dl#menu dt.report/*活動報告*/
	{
	border-left: solid 1px #ffffff;
	float: left;
	text-align: center;
	position: relative;
	width:89px;
	height: 25px;
	}

dl#menu dt.procedure/*変更の手続き*/
	{
	border-left: solid 1px #ffffff;
	float: left;
	text-align: center;
	position: relative;
	width:114px;
	height: 25px;
	}
	
dl#menu dt.information/*大学からのお知らせ*/
	{
	border-left: solid 1px #ffffff;
	float: left;
	text-align: center;
	position: relative;
	width:151px;
	height: 25px;
	}
dl#menu dt.voice/*会員からの声*/
	{
	border-left: solid 1px #ffffff;
	float: left;
	text-align: center;
	position: relative;
	width:115px;
	height: 25px;
	}
dl#menu dt.pension/*提携ペンション*/
	{
	border-left: solid 1px #ffffff;
	float: left;
	text-align: center;
	position: relative;
	width:120px;
	height: 25px;
	}
		
/*プルダウン前ボタン　リンク文字指定
--------------------------------------------------------*/
dl#menu dt.outline a/*組織概要*/
	{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	font-size:12px;
	}
dl#menu dt.schedule a/*活動予定*/
	{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	font-size:12px;
	}
dl#menu dt.report a/*活動報告*/
	{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	font-size:12px;
	}
dl#menu dt.procedure a/*変更の手続き*/
	{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	font-size:12px;
	}
dl#menu dt.information a/*大学からのお知らせ*/
	{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	font-size:12px;
	}
dl#menu dt.voice a/*会員からの声*/
	{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	font-size:12px;
	}
dl#menu dt.pension a/*提携ペンション*/
	{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	font-size:12px;
	}
	
/*プルダウンメニュー　リスト
--------------------------------------------------------*/
#menu div.nav-dropdown
	{
	visibility:hidden;
	position:absolute;
	z-index:100;
	width:140px;
	top:25px;
	left:0px;
	}
#menu div.nav-dropdown ul
	{
	padding:0;margin:0;
	position:relative;
	border-right:1px solid #19593D;
	}
#menu div.nav-dropdown li{
	display:block; 
	position:relative;
	padding:0px;
	margin:0px;
	}
#menu div.nav-dropdown a{
	display:block;
	width:auto;
	height:auto;
	padding:0px 0px 0px 15px;
	text-indent:0px;
	color:#FFFFFF;
	font-size:13px;
	background:url(images/b_back_pull_off.gif);
	text-align:left;
	font-weight:normal;	
	}
#menu div.nav-dropdown a:hover
	{
	background: url(images/b_back_pull_on.gif) ;
	}
