@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
}
img{
	margin:0;
	padding:0;
}
a{ color:#036; text-decoration:underline; outline:none;}
a img{border:0;}
a:hover{
	/*color:#9FD500;*/
	text-decoration:none;
	outline:none;
}

hr{	clear:both; }

/*ヘッダー*/
#headerBg {
	background:url(/immunology/img/common/header-bg.png) top repeat-x;
	width:100%;
	min-width:960px;
	clear:both;
}
#header{
	width:960px;
	height:180px;
	margin:0 auto;
}

/*メイン枠*/
#wrap{
	width:960px;
	margin:0 auto;
	padding:0;
	clear:both;
}
/*メイン枠内みぎ*/
#wrapMain{
	width:750px;
	float:left;
	margin:10px 0;
	padding:0;
}
/*メイン枠内ひだり*/
#wrapSide{
	width:200px;
	float:right;
	margin:10px 0 0 0;
	padding:0;
}

/*文字サイズ変更*/
#fontSize{
	width:100px;
	height:25px;
	margin:0 0 10px 0;
	padding:5px 0 0 100px;
	float:left;
	background:url(/immunology/img/common/fontsize.png) no-repeat;
}
#fontSize ul{
	width:100px;
	list-style:none;
	display:inline;
}
#fontSize li {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	cursor: pointer;
}
#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}

/*サイト内けんさく*/
#search{
	width:200px;
	height:30px;
	float:right;
}
#searchform{
	width: 200px;
	background: url(/immunology/img/common/search.png) left top no-repeat; 
	display: block;
	height: 30px;
	position: relative;
}
#keywords{
	width: 150px;
	position: absolute;
	top: 3px;
	left: 12px;
	border: 1px solid #FFF;
	height: 20px;
}
#searchBtn{
	position: absolute;
	top: 5px;
	left: 167px;
}

/*English←→Japanese*/
#lang{
	width:200px;
	float:right;
	margin:10px 0;
	border-radius: 5px; /*角丸*/
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	background:#39C;
	color:#FFF;
	padding:0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
a #lang{
	color:#FFF;
}
a:hover #lang{
	background:#C66;
	color:#FFF;
}


/*メインメニュー*/
#menu{
	float:left;
	width:960px;
	height:65px;
	margin:0;
	padding:0;
	z-index: 2;
}
ul#menu li{
	list-style:none;
	width:137px;
	height:66px;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
}
ul#menu li:nth-child( 6 ) {
list-style:none;
	width:138px;
	height:66px;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
}

/*パンくずリスト*/
#pankuzu{
	margin:10px;
	text-align:right;
}
#pankuzu li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}  
#pankuzu li a {
	padding-right:10px;
	background:url(/immunology/img/common/topicpath.gif) no-repeat right center;
}  

/*フッターを幅いっぱいにする為のボックス*/
#footerBg {
	background: url(/immunology/img/common/footer.png) top repeat-x;
	width:100%;
	min-width:960px;
	clear:both;
}
/*フッター外枠*/
#footer {
	width:960px;
	height:100px;
	margin-right:auto;
	margin-left:auto;
	padding:10px 0 10px 0px;
}
/*フッター内のプロフ*/
#footer-prof{
	width:960px;
	height:70px;
	padding:10px 0;
	float:left;
	font-weight:bold;
	border-right:dashed #FFF 1px;
}
#footer-prof p{
	margin:0;
	padding-left:20px;
	font-weight:normal;
}

/*フッター内のコピーライト*/
#footer-copy{
	width:960px;
	height:20px;
	float:right;
	bottom:0px;
	font-size:80%;
	color:#666;
	text-align:right;
	margin:0 0 0 0;
}

/*ページ先頭へ*/
.pagetop{
	position: fixed;
	bottom: 20px;
	margin: 0 0 0 900px;
	width:60px;
	height:145px;
	cursor:pointer;
	background:url(/immunology/img/common/totop.png) no-repeat;
}

/*タイトル*/
h1{
	margin:0;
	padding:0;
	float:left;
}

/*見出し*/
h2{
	height:55px;
	/*line-height:55px;*/
	background:url(/immunology/img/common/h2.png) no-repeat;
	margin:0;
	padding:15px 0 0 15px;
	font-weight:normal;
	font-size:117%;
	color:#036;
	clear:both;
}

h3{
	height:30px;
	line-height:30px;
	background:#BBDDEE;
	margin:0;
	padding:0 10px;
	font-weight:normal;
}

h4{
	margin:0;
	padding:0;
}

.staff_box h4{
	margin:0;
	padding:5px 0 5px 15px;
	font-weight:normal;
	font-size:117%;
	color:#036;	
}

.staff{
	height:100%;
}
.staff span{
	background:#BBDDEE;
	margin-left:8px;
	padding:10px 10px;
	font-weight:normal;
	font-size:117%;
}
.staff-frame{
	border:2px solid #BBDDEE;
	margin:0 0 20px 0;
	padding:30px 5px 0px 5px;
}

.staff_title {
	background:#BBDDEE;
	margin:0 10px;
	padding:5px 10px;
	font-size:117%;
	display:inline-block;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.staff_box {
    border: 2px solid #BBDDEE;
	margin:0 0 10px 0;
    padding:10px 5px 0 5px;
}


/*サイドメニュー*/
.navi {
  list-style-type: none;
  padding: 0;
}
.navi li {
	display: inline;
}
.navi li a {
  margin-bottom: 1px;
  padding: 5px 0 5px 20px;
  display: block;
  width: 180px;
  height:30px;
  line-height:30px;
  text-decoration: none;
  background: url(/immunology/img/common/navi.png) repeat-y;
  border-bottom:#0D3489 1px solid;
}
.navi li a:hover {
  background: url(/immunology/img/common/navi_ov.png) repeat-y;
}

/*サイドの連絡先*/
.contact{
	width:188px;
	border-radius: 5px; /*角丸*/
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	border:solid 1px #0D3489;
	background:#0D3489;
	margin:0 0 10px 0;
	padding:5px;
	color:#FFF;
	font-size:92%;
}
.contact p{
	margin:0 0 5px 0;
	padding:0;
	font-size:15px;
	font-weight:normal;
	border-bottom:dashed 1px #FFF;
}
.contact a{
	color:#FFF;
}
.contact a:hover{
	color:#FFF;
}

.nai{
	font-size:10px;
}


/* ルビ */
.rubi{
	ruby-align:center;
	/*ruby-align:distribute-space;*/
	ruby-position:above;
	line-height:0;
}

/*メインイメージ(トップページ)*/
.slider-wrapper{
	width:960px;
	height:300px;
}

/*お知らせ(トップページ)*/
#info{
	position:relative;
	overflow:auto;
	width:730px;
	height:250px;
	background-color:#EEF7FB;
	margin:-20px 0 0 0;
	padding:10px;
}
#info dl{
	margin:0;
	padding:0;
	border-bottom:solid 1px #BBDDEE;
}
#info dt{
	clear:left;
	float:left;
	padding:10px;
	width: 120px;
	border-top:solid 1px #BBDDEE;
	font-weight:bold;
	font-size:85%;
	/*color:#C66;*/
}
#info dd{
	padding:10px;
	margin-left:120px;
	border-top:solid 1px #BBDDEE;
}
.vscrollerbase,
.vscrollerbar{width:3px;}
.vscrollerbase{background-color:#ccc;}
.vscrollerbar{background-color:#036;}
.scrollgeneric{position:absolute;top:0;left:0;line-height:1px;font-size:1px;}
.scrollerjogbox {width:10px;height:10px;top:auto;left: auto;bottom:0px;right:0px;}

/*表一式(トップページ以外)*/
.table dl{
	margin:0 0 10px 0;
	padding:0;
    /*border-bottom:1px solid #ccc;*/
    /*border-left:1px solid #ccc;*/
    /*border-right:1px solid #ccc;*/
    background-color:#F4F4F4;
	clear:both;
}
.table dt {
    float:left;
    clear:left;
    width:100px;
    font-weight:bold;
    background-color:#F4F4F4;
    /*border-top:1px solid #ccc;*/
    padding:5px;
}
.table dd {
    background-color:#ffffff;
    /*border-top:1px solid #ccc;*/
    margin-left:110px;
    padding:5px;
}

/*業績報告*/
#result ul{
    border-left:10px solid #ccc;
	list-style:none;
	padding:10px;
}
.name {
	font-weight:normal;
	/*font-weight:bold;*/
}
.sub{
	color:#666;
}

/*表一式(英語)*/
.table-en dl{
    /*border-bottom:1px solid #ccc;*/
    /*border-left:1px solid #ccc;*/
    /*border-right:1px solid #ccc;*/
    /*background-color:#F4F4F4;*/
	margin:20px 0;
}
.table-en dt {
    float:left;
    clear:left;
    width:150px;
    /*font-weight:bold;*/
    /*background-color:#F4F4F4;*/
    /*border-top:1px solid #ccc;*/
    padding:5px;
}
.table-en dd {
    background-color:#ffffff;
    /*border-top:1px solid #ccc;*/
    margin-left:160px;
    padding:5px;
}

/*表一式(免疫学講義)*/
.ta1 {
	width: 750px;/*テーブルの幅*/
	margin-top:10px;/*テーブルの上にスペース*/
	margin-bottom:20px;
}
.ta1 .num {
	text-align:center;
}
.ta1 td, .ta1 th {
	padding:5px 10px;
}
.ta1 tr {
	background-color:#FFF;
}
.ta1 tr.even {
	background-color:#FFF;
}
/*.ta1 tr:hover {
	background-color:#5caadb;
	color:#FFFFFF;
}*/
.ta1 th {
	background-color:#EAF9FF;
	border-bottom:solid 1px #cccccc;
}
.ta1 tr:nth-of-type(1),
.ta1 tr:nth-of-type(2){
	white-space: nowrap;
}


/*テキスト上付き文字?下付き文字の代替*/
.text-sup{vertical-align:text-top;}
.text-sub{vertical-align:baseline;}
sup{
vertical-align: baseline;
position: relative;
top: -1ex;
}
sub{
vertical-align: baseline;
position: relative;
top: 1ex;
}

/*------------------------------------------
// リンクアイコン自動付与
----------------------------------------- */
/* pdf要素*/
#wrap a[href*=".pdf"]{
	background-image: url(/immunology/img/common/icon_pdf.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding:5px 20px 5px 0;
}