@charset ”UTF-8”;
/* CSS Document */

/*サイド用*/
.dropdown, .dropdown * {
 font-size: 12px;  /* 文字サイズ */
 /*line-height: normal;*/
 line-height: 25px;

 margin:0;
 padding: 0;
}
.dropdown {
 width:202px;
 margin-top:10px;
}
/*.dropdown, */
.dropdown ul, .dropdown li {
 width: 200px;  /* メニューの幅 */
 margin:0;
padding:0;
}
.dropdown a {
 display: block;
 /*padding: 0 0.5em;*/
padding: 4px 0.5em;
}
.dropdown a, .dropdown a:link, .dropdown a:hover, .dropdown a:visited {
 color:#000066;  /* 文字色 */
 text-decoration: none;
 /*height:30px;*/
 height:25px;

}

.dropdown ul a {
 display: block;
 padding: 0 0.5em;
/* padding: 2px 0.5em;*/
}



.dropdown  ul a:hover {  /* マウスカーソルが乗ったとき */
 color:#000066;  /* 文字色 */
 background-image:url(../image/outline/mn2.gif) ;/* 背景 */
 background-repeat:no-repeat; 
 height:25px;
}
.dropdown li {
 position: relative;

 display: block;
 list-style: none;
 /* メインメニュー背景 */
 height:25px;
 margin:0 0 8px 0;
 padding:0;
}
.dropdown li li {
background-image:url(../image/outline/mn.gif) ;/* サブメニュー背景 */
background-repeat:no-repeat;
 margin:0 0 -1px 0;
padding:0;
text-align:center;
border:1px solid #003399;
vertical-align:middle;
}

.dropdown ul {
 visibility: hidden;
 position: absolute;

 left: 200px;  /* メニューの幅と同じ値 */
 top: -1px;  /* サブメニューのボーダー幅を減算 */
  /* サブメニューのボーダー */
}
.dropdown li:hover > ul {
 visibility: visible;
}



/*グローバルナビ用*/

.course_pic1{
background-image:url(../image/outline/IT.gif);
width:200px;
height:30px;
border:none;
background-repeat:no-repeat;
font-size:0;
text-indent:-9999px;
}

.course_pic2{
background-image:url(../image/outline/sistem.gif);
width:200px;
height:30px;
border:none;
background-repeat:no-repeat;
font-size:0;
text-indent:-9999px;
}

.course_pic3{
background-image:url(../image/outline/web.gif);
width:200px;
height:30px;
border:none;
background-repeat:no-repeat;
font-size:0;
text-indent:-9999px;
}

.course_pic4{
background-image:url(../image/outline/information.gif);
width:200px;
height:30px;
border:none;
background-repeat:no-repeat;
font-size:0;
text-indent:-9999px;
}

.course_pic5{
background-image:url(../image/outline/multi.gif);
width:200px;
height:30px;
border:none;
background-repeat:no-repeat;
font-size:0;
text-indent:-9999px;
}

.course_pic6{
background-image:url(../image/outline/business.gif);
width:200px;
height:30px;
border:none;
background-repeat:no-repeat;
font-size:0;
text-indent:-9999px;
}

.course_pic7{
background-image:url(../image/outline/regular.gif);
width:200px;
height:30px;
border:none;
background-repeat:no-repeat;
font-size:0;
text-indent:-9999px;
}

.course_pic8{
background-image:url(../image/outline/design.gif);
width:200px;
height:30px;
border:none;
background-repeat:no-repeat;
font-size:0;
text-indent:-9999px;
}






