@charset "utf-8";
/* CSS Document */

/* MAIN
---------------------------------------------------------------------*/
div.main{
margin: 10px 0 0 10px;
zoom: 1;
}

div.main ul.subnav{
display: inline;
margin: 0;
width: 250px;
float: left;
list-style-position: outside;
}
div.main ul.subnav li{
position: relative;
line-height: 1.5;
margin-bottom: 5px;
letter-spacing: 0.05em;
padding-left: 20px;
}
div.main ul.subnav li a{
text-decoration: none!important;
}



/* SubNavigation Category-Color-Setting
---------------------------------------------------------------------*/
#result ul.subnav li{
background: url("../images/mn_blue.gif") no-repeat 0 3px;
}
#result ul.subnav li a{
color: #054493;
}
#result ul.subnav li a:hover{
color: #002B5F;
}
#diploma ul.subnav li{
background: url("../images/mn_green.gif") no-repeat 0 3px;
}
#diploma ul.subnav li a{
color: #339A30;
}
#diploma ul.subnav li a:hover{
color: #006600;
}
#member ul.subnav li{
background: url("../images/mn_beige.gif") no-repeat 0 3px;
}
#member ul.subnav li a{
color: #B78A09;
}
#member ul.subnav li a:hover{
color: #9F7700;
}

ul.subnav li.other{
background: url(../images/li_gray.gif) no-repeat 5px 0!important;
line-height: 1.0!important;
}
ul.subnav li.none{
background: none 0 0!important;
line-height: 1.0!important;
margin: 30px 0 0 3px;
padding: 0!important;
}
ul.subnav li.other a,
ul.subnav li.none a{
color: #888!important;
}
ul.subnav li.other a:hover,
ul.subnav li.none a:hover{
color: #333!important;
}

/*
div.main ul.subnav li span{
position: absolute;
right: 30px;
}
*/

div.contents{
float: right;
width: 590px;
}
h2{
background: url("../images/bg_cp1.gif") no-repeat;
height: 26px;
line-height: 23px;
padding-left: 13px;
font-weight: bold;
color: #666;
margin: 0 0 10px 0;
}
dl.catbox{
}
dl.catbox dt{
margin: 0 0 3px 0;
color: #666;
font-weight: bold;
}
dl.catbox dd{
margin: 0 0 20px 10px;
}

ul.filelist{
margin: 0;
width: 580px;
}
ul.filelist li{
position: relative;
padding: 5px 0 5px 25px;
line-height: 1.2;
zoom: 1;
}
ul.filelist li.odd{
background: url("../images/icon_txt.gif") #f5f5f5 no-repeat 5px 4px;
}
ul.filelist li.even{
background: url("../images/icon_txt.gif") #fff no-repeat 5px 4px;
}

ul.filelist li a{
display: block;
width: 490px;
}
ul.filelist li span{
position: absolute;
top: 5px;
right: 5px;
}

ul.nav:after,
div.main:after,
ul.filelist li:after{
content: "."; 
display: block; 
height: 0;
line-height: 0;
clear: both; 
visibility: hidden;
}

