@charset "utf-8";

/* =======================================

	Navigation CSS = メインコンテンツ

========================================== */

/*------------各コンテンツの見出し---------------
#navigation h3 {
	margin: 0;
	padding-left: 20px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border:1px solid #EAEAEA; 
	background-image: url(../../images/base/back3.png);
	background-repeat: repeat-x;
}

#navigation h4 {
	margin: 0;
	padding-left: 20px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border:1px solid #EAEAEA; 
	background-image: url(../../images/base/back4.png);
	background-repeat: repeat-x;
}*/
/*------------ArticleSearch検索窓---------------*/

#kuas {
	padding: 1px;
	border: 6px solid #dbdde0;
	border-radius: 3px 3px 3px 3px;
	background: #eaecef; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaecef 0%, #eff1f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaecef), color-stop(100%,#eff1f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaecef 0%,#eff1f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaecef 0%,#eff1f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaecef 0%,#eff1f4 100%); /* IE10+ */
	background: linear-gradient(top,  #eaecef 0%,#eff1f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecef', endColorstr='#eff1f4',GradientType=0 ); /* IE6-9 */
	margin: 0 2px 10px 0;
	box-shadow: 1px 1px 3px #e3e5e8;
	-moz-box-shadow: 1px 1px 3px #e3e5e8;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #e3e5e8;　/* Safari,Google Chrome用 */
}

#kuas2 {
	background-image : url(/img/glass.png) ;
	background-position : 98% 100%;
	background-repeat : no-repeat ;
}

#search form {
	margin: 10px 20px;
}

#kuas h3 {
	font-size: 15px;
	margin: 10px 8px 10px 19px;
	padding: 0px;
	font-weight: bold;
	color: #333
}

#ss_term {
	width: 350px;  
	padding: 0.3em;
	margin: 5px 0 5px 5px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #cfd1d4;
	box-shadow: inset 1px 1px 3px #e3e5e8;
	-moz-box-shadow: inset 1px 1px 3px #e3e5e8;　/* Firefox用 */  
	-webkit-box-shadow: inset 1px 1px 3px #e3e5e8;　/* Safari,Google Chrome用 */
	vertical-align: middle;
}

#ss_field0 {
	padding: 0.3em;
	margin: 0;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #cfd1d4;
	vertical-align: middle;
}

#ss_submit {
	padding: 0.3em;
	margin: 0;
	border-radius: 3px 3px 3px 3px;
	border: 0px solid #1EADD8;
	background-color: #1EADD8;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}

#navigation dl {
	margin-top: 10px;
	margin-left: 20px;
}

#navigation dt {
	line-height: 1.2em;
	color: mediumblue;
}

#navigation dt a:link, a:visited {
	color: #333;
	text-decoration: none;
}

#navigation dt a:hover, a:active {
	color: #333;
	text-decoration: underline;
}

#navigation dd {
	padding-left: 1em;
	line-height: 1.2em;
}

#navigation table#search {
	margin: 5px 20px 10px;
	width: 90%;
}

#navigation table#search td.right {
	text-align: right;
} 

#navigation table#search a:link, a:visited {
	color: #333;
	text-decoration: none;
}

#navigation table#search a:hover, a:active {
	color: #333;
	text-decoration: underline;
}


/*------------各コンテンツ---------------*/

#navigation a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
	color:#8fb6e3;
}

/*------------お知らせ---------------*/

#rssnewswrap {
	padding: 4px;
	border: 1px solid #dbdde0;
	border-top: 5px solid #d1dae3;
	border-radius: 0px 0px 3px 3px;
	background-color: #fafcff;
	margin: 0 2px 10px 0;
	box-shadow: 1px 1px 3px #e3e5e8;
	-moz-box-shadow: 1px 1px 3px #e3e5e8;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #e3e5e8;　/* Safari,Google Chrome用 */
}

#rssnewswrap h3 {
	font-size: 15px;
	margin: 0px;
	padding: 15px 15px 15px 53px;
	font-weight: bold;
	color: #333;
	background-image : url(/img/rss_blue.png) ;
	background-position : 0px -3px ;
	background-repeat : no-repeat ;
}

#rss {
	padding: 3px;
}

#rss h4 {
	font-weight: normal;
	font-size: 100%;
	border-left: solid 0px #FFF;
	padding: 0 6px 0 0;
	margin: 0;
	width: 600px;
	float: right;
	display: inline-block;
	/display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}

#rss li {
	padding: 6px 0;
	margin: 0;
	border-bottom: dotted 1px #dedede;
	display: inline-block;
	/display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
	list-style: none;
	clear: both;
	font-size: 12px;
}

.rssdate {
	width: 125px;
	display: inline-block;
	/display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
    padding: 0 0 0 10px;
    font-size: 12px;
}

#oldnews {
	clear: both;
	text-align: right;
	padding: 5px 15px 5px 0;
}

#oldnews a {
	outline: none;
}


#navigation table#news {
	margin: 10px 0 0;
	width: 700px;
}

#navigation table#news th,td {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: baseline;
}

.strong {
	font-weight: bold;
}

.red {
	color: red;
}

.darkblue {
	color: darkblue;
}

#navigation table#news th {
	width: 86px;
	text-align: center;
}

#navigation table#news a:link, a:visited {
	color: #333;
	text-decoration: none;
}

#navigation table#news a:hover, a:active {
	text-decoration: underline;
}


#navigation table td.right {
	text-align: right;
}

/*------------コンテンツ2段組---------------*/

#popularmenus h3{
	font-size: 15px;
	margin: 0px;
	padding: 10px 15px 15px 53px;
	font-weight: bold;
	color: #333
}

.row {
  overflow:hidden;
}

.popularbox {
    width: 361px;
    border-top: 5px solid #d1dae3;
    border-left: 1px solid #dbdde0;
    border-right: 1px solid #dbdde0;
    border-bottom: 1px solid #dbdde0;
	border-radius: 0px 0px 3px 3px;
	margin:0 2px 10px 0;
	padding: 5px;
	background-color: #fafcff;
	box-shadow: 1px 1px 3px #e3e5e8;
	-moz-box-shadow: 1px 1px 3px #e3e5e8;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #e3e5e8;　/* Safari,Google Chrome用 */
}

.popularbox li{
	line-height: 1.2em;
}

#popularmenus li {
	list-style: none;
	margin-left: 50px;
	padding: 0 5px 5px 16px;
	background-image : url(/images/base/nav-arrow-right.png) ;
	background-position : left top ;
	background-repeat : no-repeat ;
}

#popularsearch {
	float:left;
	height: 20em;
	background-image : url(/img/search.png) ;
	background-position : 5px 5px ;
	background-repeat : no-repeat ;
}

#populardatabases {
	float:right;
	height: 20em;
	background-image : url(/img/database_active.png) ;
	background-position : 5px 5px ;
	background-repeat : no-repeat ;
}

#popularsupport{
	float:left;
	height: 20em;
	background-image : url(/img/star_full.png) ;
	background-position : 5px 5px ;
	background-repeat : no-repeat ;
}

#popularninsho {
	float:right;
	height: 20em;
	background-image : url(/img/key.png) ;
	background-position : 5px 5px ;
	background-repeat : no-repeat ;
}

#populartools {
	float:left;
	height: 19em;
	background-image : url(/img/tools.png) ;
	background-position : 5px 5px ;
	background-repeat : no-repeat ;
}

#popularquestions {
	float:right;
	height: 19em;
	background-image : url(/img/comments.png) ;
	background-position : 5px 5px ;
	background-repeat : no-repeat ;
}


/*------------全学ポータル---------------*/
#kuportal {
	margin: 10px 0 0;
	padding: 0;
	float: right;
}

/*------------Tooltip----------------------*/
a.info {
    position: relative; /*this is the key*/
    z-index: 24;
}

a.info:hover {
	z-index: 25;
}

a.info span {
	display: none
}

a.info:hover span { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 15em;
    padding: 5px;
    border: 1px solid #B0C4DE;
    background-color:#E6E6FA;
    color: darkblue;
    text-align: left;
    text-decoration: none;
}