@charset "UTF-8";

/* CSS Document */

/* 横幅サイズ設定                  */
/*                                 */
/* ・上部（ヘッダー）              */
/* |-------------------------|     */
/* 1          764            1     */
/*                                 */
/* ・中部（メニュー＋コンテンツ）  */
/* |-------|-----------------|     */
/* 1  155  0       609       1     */



/* 各ページ共通デフォルト設定 */
body {
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a {
	font-size: 13px;
	line-height: 150%;
	color: blue;
}

td {
	font-size: 13px;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 2px 2px;
}

th {
	font-size: 13px;
	line-height: 120%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 2px;
}

h1 {
	font-size: 24px;
	line-height: 120%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 10px 10px;
}

h2 {
	font-size: 20px;
	line-height: 120%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 10px 10px;
}

h3 {
	font-size: 16px;
	line-height: 120%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 10px 10px;
}

p {
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	margin: 0px;
	padding: 10px 10px;
}

img {
	border: none;				/* リンク画像の外枠を非表示 */
	vertical-align: bottom;		/* 画像下の空白を削除 */
}

.bod {
	border: 1px lightslategray solid;
}

.clear {
	clear:both;
}
img.img-center {
	display:block;
	margin: 0 auto;
	text-align:center;
}
	








/* サイズ設定 */

#all {
	width: 766px;				/* 764 + ボーダー1px×2本 */
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 764px;
}

#menu {
	width: 155px;
	float: left;
}

#contents {
	width: 609px;
	float: left;
}


#footer {
	clear: both;
	width: 764px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
	color: #ffffff;
	background-color: #bbbbbb;
}




/* ヘッダー固有要素 */

#utokyo {
	float: left;
	margin: 5px 0 0 5px;
	padding: 0px;
}
#rcast {
	float: right;
	margin: 10px 10px 0 0;
	padding: 0px;
}

#navi {
	margin: 0px;
	padding: 0px;
	width: 764px;
	float: left;	
}
#navi a {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
#navi a:hover {
}

.lsbm {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#header #obi1 {
	font-size:14px; font-weight:bold; background-color:#333333; color:#ffffff;
	border-top:1px #999999 solid; border-left:1px #999999 solid;
	border-right:1px #000000 solid; border-bottom:1px #000000 solid;
}
#header #obi2 {
	float:left; padding:0px 8px;
}
#header a#obi3 {
	display:block;
	color:#ffffff;
	text-decoration:none;
	float:right;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#header a#obi3:hover {
	color:gold;
}




















/* コンテンツのデフォルト */

#contents h1 {
	font-size: 28px; line-height: 110%;
	font-family: arial; color: darkcyan;
	padding: 5px 10px;
}	
#contents h2 {
	font-size: 18px; line-height: 110%;
	font-family: arial;
	color: #ffffff; background-color: lightslategray;
	padding: 5px 10px;
}
#contents h3 {
	font-size: 15px; line-height: 150%;
	color: #000000; background-color: #cccccc;
	padding: 0px 10px;
}
#contents .mg3 {
	margin: 3px; padding: 0px;
}
#contents .mg5 {
	margin: 5px; padding: 0px;
}
#contents .bod-mg5 {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
}
#contents .bod-fig {
	margin: 15px 10px; padding: 0px;
	border: 1px #666666 solid;
	text-align:center;
}
#contents .bod-fig p {
	margin: 0px; padding: 10px;
	background-color:#dddddd;
	text-align:center;
}
#contents p {
	margin: 10px; padding: 0px;
}
#contents li {
	margin: 5px 0px; padding: 0px;
}
	
	



/* TOPページ固有設定 */

#top_contents {
	width: 764px;
}


#top #menu .bod {
	border: 2px darkcyan solid;
	background-color: #ffffff;
}
#top #menu a.adgenes {
	display: block;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	border: 2px darkcyan solid;
	color: #444444;
	margin: 2px 2px;
	padding: 2px 0px 2px 2px;
}
#top #menu a.adgenes:hover {
	color: blue;
	background-color: #eeeeee;
}
#top #menu a#huvec {
	display: block;
	font-size: 20px;
	line-height: 120%;
	font-family: arial;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #444444;
	border-top: 2px #cccccc solid;
	border-left: 2px #cccccc solid;
	border-bottom: 2px #000000 solid;
	border-right: 2px #000000 solid;
	margin: 6px 0px 1px 0px;
	padding: 8px 0px;
}
#top #menu #huvec div {
	font-size: 9px;
	line-height: 10px;
	padding: 2px 10px;
}
#top #menu a#huvec:hover {
	background-color: #333333;
}
#top #menu a.lnk {
	display: block; font-size: 20px; line-height: 110%; font-family: arial;
	text-align: center; text-decoration: none; color: #000000;
	background-color: #f9f9f9; border: 1px solid #DDD;
	margin: 5px; padding: 4px 0px;
}
#top #menu .lnk div {
	font-size: 9px; line-height: 10px; margin: 0px 2px 5px 2px;
}
#top #menu a.lnk:hover {
	background-color: #DDD;
	color: blue;
}

#top #contents #top_img {
	margin: 0px;
	padding: 0px;
}




#top #contents #dp-logo {
	background-image: url(/img/dp-p-wall.gif);
	margin: 0; padding: 10px 40px 10px 30px;
}
#top #contents #dp-logo .dp-logo1 {
	text-align: right;
}

/* データベース固有 */

#database table.refexa0 {
	width:100%; border-collapse:separate; border-spacing:2px 0px;
}
#database .refexa0 td { background-color:#eeeeee; }
#database .refexa1 th { width:33%; color:#ffffff; background-color:darkcyan; }
#database .refexa2a { font-size:28px; color:darkcyan; font-weight:bold; text-align:center; padding: 15px 0px; vertical-align:top; }
#database .refexa2b { font-size:28px; color:darkslateblue; font-weight:bold; text-align:center; padding: 15px 0px; }
#database .refexa2c { font-size:28px; color:palevioletred; font-weight:bold; text-align:center; padding: 15px 0px; }
#database a.refexa3 {
	display: block;
	width: 100px;
	font-size: 18px;
	line-height: 120%;
	font-family: arial;
	text-align: center;
	color: #ffffff;
	background-color: #999999;
	border-top: 2px #dddddd solid;
	border-left: 2px #dddddd solid;
	border-right: 2px #444444 solid;
	border-bottom: 2px #444444 solid;
	margin: 0px 0px 20px 45px;
	text-align: center;
	text-decoration:none;
}
#database a:hover.refexa3 { color: gold; background-color: #666666; }
#database .refexa4 { padding: 5px; vertical-align:top; }




/* ニュース固有 */

#contents .news-list a {
	display: block;
	font-size: 13px;
	color: #444444;
	text-align: left;
	line-height: 120%;
	border-bottom: 1px dotted #cccccc;
	margin: 0px 0px;
	padding: 8px 10px 2px 10px;
	text-decoration:none;
}
#contents .news-list a:hover {
	color: blue;
	background-color: #eeeeee;
}
#contents .news-list h2 {
	background-color: #bbbbbb;
	font-size: 16px;
	line-height: 120%;
	font-family: arial;
	color: #ffffff;
	margin: 0;
	padding: 0px 10px;
}
#contents .news-list .bod-mg5 {
	border: 1px #DDD solid;
	margin: 5px;
}
#contents .news-kiji .bod-mg5 {
	border: 1px #ffaaad solid;
	margin: 5px;
}
#contents .news-kiji h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	font-family: arial;
	color: #ffffff;
	background-color: #ffaaad;
	margin: 0px 0px;
	padding: 2px 10px;
}
#contents .news-kiji h2 {
	font-size: 16px;
	line-height: 120%;
	color: #000000;
	background-color: #ffffff;
	margin: 0px 0px;
	padding: 16px 10px;
}
#contents .news-kiji h3 {
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	background-color: #ffffff;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px;
}
#contents .news-kiji p {
	font-size: 13px;
	line-height: 150%;
	margin: 0px 0px;
	padding: 5px 10px;
}
#contents .news-kiji a {
	color: blue;
	text-decoration:none;
}
#contents .news-kiji a:hover {
	color: blue;
	background-color: #eeeeee;
	text-decoration: underline;
}
#contents .news-kiji dt {
	margin: 5px 5px 0px 5px;
}








/* トップニュース固有 */

#top_contents #news {
	float: left;
	width: 530px;
	margin: 0px;
	padding-top: 20px;
}


#top_contents #news_scroll {
	height: 215px;
	overflow: auto;
	width: 510px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#top_contents .news-list a {
	display: block;
	font-size: 13px;
	color: #444444;
	text-align: left;
	line-height: 120%;
	border-bottom: 1px dotted #cccccc;
	margin: 0px 0px;
	padding: 8px 10px 2px 10px;
	text-decoration:none;
}
#top_contents .news-list a:hover {
	color: blue;
	background-color: #eeeeee;
}
#top_contents .news-list h2 {
	font-size: 16px;
	line-height: 120%;
	font-family: arial;
	color: #486FB4;
	margin: 0;
	padding: 0px 10px;
}
#top_contents .news-list .bod-mg5 {
	border: 1px #DDD solid;
	margin: 5px;
}
#top_contents .news-kiji .bod-mg5 {
	border: 1px #ffaaad solid;
	margin: 5px;
}
#top_contents .news-kiji h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	font-family: arial;
	color: #ffffff;
	background-color: #ffaaad;
	margin: 0px 0px;
	padding: 2px 10px;
}
#top_contents .news-kiji h2 {
	font-size: 16px;
	line-height: 120%;
	color: #000000;
	background-color: #ffffff;
	margin: 0px 0px;
	padding: 16px 10px;
}
#top_contents .news-kiji h3 {
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	background-color: #ffffff;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px;
}
#top_contents .news-kiji p {
	font-size: 13px;
	line-height: 150%;
	margin: 0px 0px;
	padding: 5px 10px;
}
#top_contents .news-kiji a {
	color: blue;
	text-decoration:none;
}
#top_contents .news-kiji a:hover {
	color: blue;
	background-color: #eeeeee;
	text-decoration: underline;
}
#top_contents .news-kiji dt {
	margin: 5px 5px 0px 5px;
}
#top_contents .top_h_bg {
	background-image: url(img/top/top_h_bott_bg.gif);
	margin: 0px;
	padding: 0px;
	width: 764px;
	background-repeat: repeat-x;
	background-position: left top;
}

#top_contents .top_m_bg {
	background-image: url(img/top/top_m_bott_bg.gif);
	margin: 0px;
	padding: 0px;
	width: 764px;
	background-repeat: repeat-x;
	background-position: left top;
}

/* スタッフ固有 */
#staff #photo {
	float: left;
}
#staff #prof1 {
	font-size: 18px;
}
#staff #prof2 {
	font-size: 24px; padding:10px 0;
}
#staff .fig {
	text-align: center;
	margin: 20px;
}
#staff .fig2  {
	display:block;
	text-decoration:none;
	float: right;
}
#staff .fig2 img {
	margin: 10px;
	border: 1px #000000 solid;
}
#staff .fig3  {
	display:block;
	text-decoration:none;
	float: left;
}
#staff .fig3 img {
	margin: 10px;
	border: 1px #000000 solid;
}
#staff .fig4  {
	display:block;
	text-decoration:none;
}
#staff .fig4 img {
	margin: 0px 10px 5px 10px;
	border: 1px #000000 solid;
}
#staff div.fig5 {
	text-align: center;
	margin-left:auto;margin-right:auto;
}
#staff .fig5 img {
	margin: 0px 10px 5px 10px;
}
#staff div.fig6 {
	text-align: center;
	float: right;
}
#staff .fig6 img {
	margin: 0px 10px 5px 10px;
}

	




#staff-top a {
	display:block;
	text-decoration:none;
	border-bottom: 1px dotted #000000;
	padding: 10px;
}
#staff-top a:hover {
	background-color:#eeeeee;
}
#staff-top img {
	display:block;
	float:left;
	margin:0px 10px;
}
#staff-top .st1 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
#staff-top .st2 {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
}
#staff-top .st3 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
}









/* アクセス固有 */
#access img {
	display:block;
	margin: 0 auto;
	text-align:center;
}



/* ----------------------------------- */

/* トップ右メニュー */

#right_menu {
	float: left;
	width: 220px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5481D1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#right_menu h2 {
	font-size: 16px;
	line-height: 120%;
	font-family: arial;
	color: #486FB4;
	padding: 0px;
	margin: 0;
}
#right_menu .link_box {
	margin-top: 12px;
}
#right_menu a {
	color: #666;
	text-decoration: none;
}
#right_menu a:hover {
	color: blue;
	text-decoration: none;
}

#right_menu .link_b {
	margin-bottom: 15px;
	height: 42px;
	width: 207px;
	display: block;
}

#right_menu .link_bl {
	width: 207px;
	display: block;
}

#right_menu .link_t {
	margin-bottom: 15px;
	height: 23px;
	width: 207px;
	display: block;
	background-color: #8AAFDB;
	font-weight: bold;
	color: #FFF;
	padding-top: 1px;
}

#right_menu .link_dd {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 15px;
}


/* 左メニュー */
#menu .menutitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
	text-align: center;
	color: #ffffff;
	background-color: #666666;
	font-family: arial;
	padding: 5px 0px;
}
#menulist a {
	display: block;
/*	width: 100%; */
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	border-bottom: 1px dotted #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0 5px 5px;
	text-decoration:none;
	color: #222222;
	background-color: #ffebcd;
}
#menulist a:hover {
	color: blue;
	background-color: #ffdead;
}

#menu form {
	margin: 0 0 0 0;	/* IE6対策 */
	padding: 0 0 0 0;
	text-align: right;
}
#menu p {
	background-color:#d2b48c;
	margin: 0;
	padding: 3px 0 3px 2px;
}


/* 研究分野固有　*/


#fields_main {
	background-image: url(/fields/img/fields_main_bg.jpg);
	background-repeat: repeat-y;
}
#fields_contents #fields_graph {
	margin: 0px;
	padding: 0px;
}
#graph_box {
	margin: 12px;
	float: left;
	width: 264px;
}

#graph_box_l {
	margin: 12px;
	float: left;
	width: 552px;
}

#video_box {
	margin: 12px;
	float: right;
	width: 264px;
}

#video_box .dt {
	color: #FFF;
	background-color: #6C8DAC;
	display: block;
	width: 60px;
	text-align: center;
	line-height: 120%;
	padding-top: 3px;
	padding-bottom: 1px;
}
#video_box .di {
	border: 2px solid #6C8DAC;
}
#video_box .dd {
	font-size: 11px;
	line-height: 135%;
	padding: 5px;
}

#fields_contents .pg_top {
	display: block;
	text-align: right;
	line-height: 120%;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 20px;
	font-size: 85%;
}

#fields_contents .pg_top a {
	font-size: 100%;
	color: #6C8DAC;
}

#fields_contents .pg_top a:hover {
	color: #CD4A37;
}

#fields_contents .udl_txt {
	text-decoration: underline;
}

#fields_contents .ud_tit {
	color: #FFF;
	background-color: #6C8DAC;
	display: block;
	text-align: left;
	line-height: 120%;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 20px;
	margin-right: 12px;
	margin-left: 12px;
	text-indent: 0.5em;
}

#fields_graph .dt {
	color: #FFF;
	background-color: #6C8DAC;
	display: block;
	width: 60px;
	text-align: center;
	line-height: 120%;
	padding-top: 3px;
	padding-bottom: 1px;
}


#fields_graph .di {
	border: 2px solid #6C8DAC;
}
#fields_graph .dd {
	font-size: 11px;
	line-height: 135%;
	padding: 5px;
}

#fields {
	float: left;
	width: 186px;
	margin: 0px;
	padding: 0px;
	background-image: url(/fields/img/fields_l_bg_01.jpg);
	background-repeat: repeat-y;
}


#fields_contents {
	float: left;
	width: 578px;
	background-image: url(/fields/img/fields_main_bg_01.jpg);
	background-repeat: repeat-x;
	color: #666;
}
#fields_contents .text_green {
	color: #096;
}

#fields_contents hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	height: 1px;
}
#fields_contents h3 {
	color: #C8331D;
}
#fields_contents .bod-mg5 a {
	text-decoration: none;
	color: #508BBB;
}
#fields_contents .bod-mg5 a:hover{
	text-decoration: none;
	color: #F60;
}

#fields_contents h2 {
	color: #4B88BA;
	font-size: 13px;
}
#fields_contents h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #333;
	font-weight: bolder;
}
#fields_contents p {
	color: #666;
	line-height: 140%;
}
#fields_contents ol {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-size: 12px;
}
#fields_contents ol li {
	line-height: 120%;
}

#fields_menu {
}

#fields_menulist {
	padding-top: 0px;
	margin: 0px;
}
#fields_menulist ul {
	margin: 0px;
	padding: 0px;
	background-image: url(/fields/img/fields_l_bg_02.jpg);
	background-repeat: repeat-y;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}
#fields_menulist ul li {
	padding-left: 15px;
	list-style-type: none;
}

#fields_menulist a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-shadow: 0px 2px 5px #222;
	font-weight: bold;
}


#fields_menulist a:hover {
	display: block;
	text-decoration: none;
	color: #FDFEFE;
	background-image: url(fields/img/fields_l_bg_03.png);
	background-repeat: repeat-y;
}

#fields_menulist .nt {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-shadow: 0px 2px 5px #222;
	font-weight: bold;
}

#fields_menulist .list_g01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}



/* サイトマップ固有 */
#map #contents a {
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
#map #contents a:hover {
	color: blue;
	background-color: #eeeeee;
}

/* セミナー固有 */
#semi #contents dl {
	margin: 15px 8px;
}
#semi #contents dt {
	font-size: 16px;
/*	font-weight: bold; */
}
#semi #contents dd {
	margin: 0px;
	padding: 0px;
}
#semi #contents .bod-semi {
	margin: 15px 10px;
	border: 1px #000000 solid;
}

/* Omics固有 */
#omics #contents {
	background-image: url(/omics/img/bg01.gif);
}

/* univ固有 */
#univ #contents .dp-univ {
	border: 1px #000000 solid;
	margin: 5px;
	background-image: url(/img/dp-p-wall.gif);
}
#univ #contents .dp-univ p {
	font-size: 15px; line-height: 150%;
	color: #000000;
	padding: 0px 10px;
}
	


/* 2nd Contents 固有 */

#information {
	float: left;
	width: 530px;
	margin-top: 20px;
}	

#information h2 {
	font-size: 16px;
	line-height: 120%;
	font-family: arial;
	color: #486FB4;
	margin: 0;
	padding: 0px 10px;
}#information #info_list {
	padding-left: 5px;
	margin-top: 12px;
}

