

/*page menu*/
div#page_menu {
width:181px;

/* **** 20090813 **** add */
float: right;
/* **** 20090813 **** add */

}
#contents div#page_menu {
padding:0 15px 0 0 ;
}
div#page_menu dl {
font-size:75%;
  margin-bottom: 20px;
   width: 181px;

}
.dl_title   {
  display: block;
  overflow: hidden;
  font-weight: bold;
  line-height: 3em;
  color:#000;
background-color: #fff;
border-left:1px solid #c1c1c1;
border-right:1px solid #c1c1c1;
border-top:1px solid #c1c1c1;
border-bottom:1px dotted #c1c1c1;
text-indent: 30px;
 background: url(../images/n_title.gif) 10px center no-repeat;
 
/* **** 20090814 **** add */
/*	height: 3em;*/
	padding: 8px 8px 6px 30px;
	background: #fff url(../images/n_title.gif) 10px 8px no-repeat;
	line-height: 1.3;
	text-indent: 0;
/* **** 20090814 **** add */
}




div#page_menu dl dt a, div#page_menu dl dt a:visited   {
  display: block;
  overflow: hidden;
  font-weight: bold;
  line-height: 3em;
  color:#000;
   text-decoration: none;
background-color: #fff;
border-left:1px solid #c1c1c1;
border-right:1px solid #c1c1c1;
border-top:1px solid #c1c1c1;
border-bottom:1px dotted #c1c1c1;
text-indent: 30px;
 background: url(../images/n_title.gif) 10px center no-repeat;
 
/* **** 20090814 **** add */
/*	height: 3em;*/
	padding: 8px 8px 6px 30px;
	background: #fff url(../images/n_title.gif) 10px 8px no-repeat;
	line-height: 1.3;
	text-indent: 0;
/* **** 20090814 **** add */
}



/* **** 20090814 **** add */
/* IE6用 */
* html div#page_menu dl dt {
	background: #fff url(../images/n_title.gif) 10px 10px no-repeat;	
}


div#page_menu dl dt a:hover{
  color: #fff;
    background: url(../images/n_title_over.gif) 10px center no-repeat;
   background-color: #0079de;
    text-decoration: none;
/* **** 20090814 **** add */
   
/* **** 20090814 **** add */

}
/* **** 20090814 **** add */

div#page_menu dl dd {
  overflow: hidden;

  border-bottom:1px dotted #c1c1c1;
  border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
  line-height: 2.5em;
  text-indent: 0;
/* **** 20090814 **** add */
  line-height: 1.3em;
/* **** 20090814 **** add */
}
div#page_menu dl dd.end_dd {
  border-bottom:1px solid #c1c1c1;
}
div#page_menu dl dd a,div#page_menu dl dd a:visited {
  display: block;
	 background: url(../images/n_link.gif) 10px center no-repeat;
  text-decoration: none;
  color: #333;
  padding:0 0 0 23px;
   background-color: #fff;
/* **** 20090814 **** add */
	width: 146px;
/*  height: 2.5em;*/
	padding:8px 10px 8px 23px;
	background: #fff url(../images/n_link.gif) 10px 12px no-repeat;
/* **** 20090814 **** add */
}

div#page_menu dl.dl_navi dd a:hover{
  color: #fff;
   background: url(../images/n_hover.gif) 10px center no-repeat;
   background-color: #0079de;
    text-decoration: none;
/* **** 20090814 **** add */
   background: #0079de url(../images/n_hover.gif) 10px 12px no-repeat;
/* **** 20090814 **** add */

}
div#page_menu dl dd strong a ,div#page_menu dl dd strong a:visited {
  display: block;
 text-decoration: none;	
  text-decoration: none;
   color: #fff;
   background: url(../images/n_hover.gif) 10px center no-repeat;
   background-color: #0079de;
  padding:0 0 0 23px;
/* **** 20090814 **** add */
/*  height: 2.5em;*/
	padding:8px 10px 8px 23px;
	background: #0079de url(../images/n_hover.gif) 10px 12px no-repeat;
	letter-spacing: -1px;
/* **** 20090814 **** add */
 
}


/* **** 20090817 **** add */

/* 第三階層メニュー
-------------------------------*/
#page_menu .dl_navi .childMenu li {
	width: 179px;
	border-top:1px dotted #c1c1c1;
	vertical-align: bottom;
}

#page_menu .dl_navi .childMenu li a, #page_menu .dl_navi .childMenu li a:visited {
	width: 133px;
	padding:8px 10px 8px 36px;
	background: #fff url(../images/n_link.gif) 23px 14px no-repeat;
}

#page_menu .dl_navi .childMenu li a:hover {
	background: #0079de url(../images/n_hover.gif) 23px 14px no-repeat;
}

#page_menu .dl_navi .childMenu li strong a, #page_menu .dl_navi .childMenu li strong a:visited {
	background: #0079de url(../images/n_hover.gif) 23px 14px no-repeat;
}


/* 学科紹介メニュー
-------------------------------*/
body.course #page_menu .sn_title {
	display: block;
	width: 144px;
	padding:8px 10px 8px 25px;
	background: #E1E1E1 url(../images/slide.gif) 10px 10px no-repeat;
	color: #333;
	cursor: pointer;
}

body.course #page_menu .sn_title_active {
	display: block;
	width: 144px;
	padding:8px 10px 8px 25px;
	background: #E1E1E1 url(../images/slideActive.gif) 10px 10px no-repeat;
	color: #333;
	cursor: pointer;
}

/* **** 20090817 **** add */

