@charset "shift_jis";

html {
}
.body_search {
	background: url(../../../image/bk_body_search.gif) repeat-x center top;
}

#container {
}
#header {
	background: url(../../../image/header_bg.gif) repeat-x left bottom;
}
.search_word {
/* 
	border: solid 1px #285ece;
 */
	border: solid 1px #999;
}
#globalNavi {
	background: url(../../../image/gnavi_bg.gif) repeat-x left top;
}
#by_faculty a {
	background-image:url(../../../image/navi_by_faculty.gif);
}
#by_detail a {
	background-image:url(../../../image/navi_by_detail.gif);
}
#by_field a {
	background-image:url(../../../image/navi_by_field.gif);
}
#by_keyword a {
	background-image:url(../../../image/navi_by_keyword.gif);
}

.attention {
	text-align:center;
	margin:0 0 20px 0;
	}
	
/* scholar popup */

body.body_popup {
	background:none;
	text-align:left;
	}

table.popuptable {
	background:#ccc;
	margin:25px auto 20px;
	font-size:0.75em;
	}

table.popuptable tr th {
	background:#f6f6f6;
	padding:6px 4px;
	text-align:left;
	white-space:nowrap;
	}

table.popuptable tr td {
	background:#fff;
	padding:6px 4px;
	}


table.popuptable th span {
	/* 
	border-left:6px solid #0085ED;
	 */
	padding:3px;
	}
	
.popclose {
	text-align:center;
	margin:0 0 25px 0;
	font-size:0.75em;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
