<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* Main menu */

/*対象者別ドロップダウンメニュー*/
#header #util ul#menu{
	margin-top:0;
	padding-bottom:12px;
}

#header #util #menu li{
	padding-top:6px;
}
#header #util #menu li.usermn a {
	background:url(http://www.ryukoku.ac.jp/img/common/arr04a.gif) no-repeat right 8px;
	padding:8px 22px 18px 10px;
	margin:0;
}

#header #util #menu li.usermn li a{
	background:none;
	padding:0;
}

ul#menu li.usermn a:hover{
background: #FFF;
}
#header #util #menu li.usermn :hover{
	background-color:#FFF;
}

/*#menu
{	
	margin: 0;
	list-style: none;
}

#menu li
{
	float: left;
	position: relative;
}*/

#menu
{	
	margin: 0;
	padding-top:6px;
	list-style: none;
}

#menu li
{
	float: none;
	display:inline;
}

#menu a 
{
	color: #595757;
	text-transform: uppercase;
}

ul#menu li.usermn:hover &gt; a
{
	color: #595757;
	background:#FFF;
}

*html #menu li.usermn a:hover /* IE6 */
{
	color: #595757;
	background:#FFF;
}

#menu li:hover &gt; ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0 0 8px 10px;    
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 99999;    
    background: #FFF;
    background: -moz-linear-gradient(#FFF, #FFF);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFF),color-stop(1, #FFF));
    background: -webkit-linear-gradient(#FFF, #FFF);    
    background: -o-linear-gradient(#FFF, #FFF);	
    background: -ms-linear-gradient(#FFF, #FFF);	
    background: linear-gradient(#FFF, #FFF);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 3px;
    border-radius: 2px;
	box-shadow: 2px 2px 3px #CCC;
	width:195px;
}

#menu ul ul
{
  top: 0;
}

#header #util ul#menu li.usermn ul li
{
    margin: 0;
    padding: 10px 10px 2px 0;
    display: inline;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
    line-height: 1;
    display: inline;
    white-space: nowrap;
    float: left;
	text-transform: none;
	color:#627A86;
	font-size: 130%;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    /*background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);*/
}

#menu ul li:first-child &gt; a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child &gt; a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
	float:left;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
	float:left;
    border-left: 1px solid #CCC;	
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

#menu ul li:first-child a:hover:after
{
    /*border-bottom-color: #CCC; */
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #CCC; 
    border-bottom-color: #CCC;
}


#menu ul li:last-child &gt; a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	/*clear: both;*/
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

</pre></body></html>