﻿@charset "UTF-8";

* {
	margin : 0 ;
	padding : 0 ;
}

html {
   overflow-y:scroll;
}

body {
	width : 100% ;
	text-align : center;
	font-family: sans-serif;
	background-color:#f0f0f9;
	line-height : 140%;
}

#cmrg_body {
	margin : 0 auto;
	width : 780px ;
	background-image : url(img/bg.jpg);
	background-repeat : repeat-y;
}

#cmrg_header-j {
	width: 780px;
	height: 400px;
	background-image:url(img/top.jpg);
	text-align : right;
}
#cmrg_header-e {
	width: 780px;
	height: 400px;
	background-image:url(img/top-e.jpg);
	text-align: right;
}

span.header {
	margin-right : 25px;
	font-size: 9pt;
	color: #eeeeff;
}


#cmrg_p-header {
	float: left;
	width: 676px;
	height: 34px;
	background-image:url(img/p-top.jpg);
	text-align: right;
}

#cmrg_p-header p {
	margin: 2px 0 0 0;
	font-size: 9pt;
	color: #091182;
}


#cmrg_p-riken {
	float: left;
	width: 104px;
	height: 34px;
}
#cmrg_p-header2 {
	clear: both;
	width: 780px;
	height: 66px;
	background-image:url(img/p-top2-bk.jpg);
}



#cmrg_menu {
	width: 780px;
	height: 23px;
}

#cmrg_menu ul {
	overflow: auto;
	list-style-type: none;
}
#cmrg_menu li {
	float: left;
	margin: 0px;
}


#cmrg_je {
	width: 780px;
	height: 37px;
	text-align: right;
	background-image:url(img/top2.jpg);
	background-repeat: no-repeat;
}

#cmrg_p-je {
	width: 780px;
	height: 37px;
	text-align: right;
	background-image:url(img/p-top3.jpg);
	
}

#cmrg_footer {
	width: 780px;
	height: 65px;
	clear: both ;
	background-image:url(img/copyright.jpg);
}

#cmrg_footer p {
	padding-top: 30px;
	font-size: 9pt;
}

div.cmrg_main {
	clear : both;
	width : 710px;
	margin : 10px 40px 0px 30px;
	text-align : left;
}


#cmrg_topics {		/* ----------------------------- DIV : index : トピックス */
	float:left;
	margin: 10px 10px 0px 10px;
	width:440px;
	text-align : left;
}
#cmrg_new {			/* ------------------------------- DIV : index : 更新情報 */
	float:left;
	margin: 20px 22px 0 0;
	width:284px;
	border:1px gray dashed;
	background-color:#eef;
	text-align : left;
}


dt.date{
	margin: 0px 10px;
	color: #006699;
	text-align : left;
	line-height: 120%;
	font-weight: bold;
}

dd.news{
	margin: 0 10px 10px 10px;
}



td.date{
	color: #006699;
	white-space : nowrap;
	padding-right: 15px;
}

td.cont{
	padding-bottom: 5px;
}

#cmrg_year{

}



.red {			/* ----------------------- テキスト : 強調用  */
	color: #C02010;
}
.txt_m {			/* ------------------------------ テキスト : サイズ 110%  */
	font-size: 110%; 
	color: #202020;
}
.txt_s {			/* --------------------------------- テキスト : サイズ S  */
	font-size: 90%; 
}



h1, h2{
	background-repeat : no-repeat;
	padding : 5px 0 0 20px;
	margin : 0 0 20px 0;
	text-align : left;
	width : 710px;
	height : 30px;
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial, sans-serif;
}


h1{
	background-image:url(img/title.jpg);
}

h2.group{
	background-image:url(img/title-0.jpg);
	color: #0909aa;
}
h2.theory{
	background-image:url(img/title-1.jpg);
	color: #5d1eb8;
}
h2.film{
	background-image:url(img/title-2.jpg);
	color: #c11a10;
}
h2.materials{
	background-image:url(img/title-3.jpg);
	color: #ce6d01;
}

h3{
	clear: both;
	padding : 3px 20px;
	margin : 0 0 10px 0;
	text-align : left;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, sans-serif;
}

.blue {
	background-image:url(img/title-0h3.jpg);
	background-repeat : repeat-y;
	color: #ffffff;
}
.green {
	background-image:url(img/title-4h3.jpg);
	background-repeat : repeat-y;
	color: #ffffff;
}
.yellow {
	background-image:url(img/title-3h3.jpg);
	background-repeat : repeat-y;
	color: #ffffff;
}

h4 {
	margin : 0 0 5px 0;
	padding : 2px 20;
	text-align : left;
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial, sans-serif;
}



img {				/* -------------------------------------------------- IMG */
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

p {
	margin : 0 0 30px 0;
	padding : 0;
}


table td {	
	border: 0px;
	vertical-align: top;
	line-height: 140%;
}
table.fig{
	border:  1px #808080 solid;
}
th.fig1 {
	padding: 6px;
	background-color:#F5F5CE;
}
th.fig2 {
	padding: 6px;
	background-color:#E4E4F2;
}

td.fig{
	padding: 6px;
	vertical-align: middle;
	text-align: center;
}

td.dv3{
	width : 230px;
}


ol.publication {			/* ------------------------------------- OL : 論文リスト  */
	list-style-type : decimal ;
	margin : 15px 0 20px 35px;
	line-height : 120%;
}
ol.publication li {
	margin-bottom : 10px;
}


ul.link0{
	margin : 0 0 20px 25px;
	list-style-image: url(img/link0.jpg);
}
ul.link1{
	margin : 0 0 5px 20px;
	list-style-image: url(img/link1.jpg);
}

ul.dot{
	margin : 0 0 20px 25px;
	list-style-type:circle;
}


#photo {
	float:left;
	text-align : center;
	padding : 10px 20px 10px 40px;
	width: 280px;
}

#cv {
	float:left;
	margin: 10px 0;
	width:400px;
	text-align : left;
}

#cv p{
	margin: 0px 0px 20px 20px
}


h4.cv {
	background-color:#f0f0fb;
	color:#102780;
}

img.researcherid { 
	float: right; 
}

table.cv {
	margin : 5px 0px 20px 10px;
	font-size: 90%; 
}



table.members {
	margin-bottom : 10px;
}

table.members td {
	width : 225px;
	padding-left: 10px ;
}


table.members2 td {
	width : 225px;
	padding: 10px 0 0 10px ;
	line-height: 120%;
}

p.right {
	text-align : right;
}


sub {
	font-size: 80% ;
	vertical-align: -10%;
}

strong {			/* ------------------------- 強調 : 論文の名前（本人）用  */
	color: #C1180E;
	font-weight: normal;
}




/* ========================================================================== */

a.link_u:link {	/*--------------------------------- リンク : アンダーライン有 */
	color: #202020;
	text-decoration: underline;
}
a.link_u:visited { 
	color: #202020;
	text-decoration: underline;
}
a.link_u:hover {
	color: #B05700;
	text-decoration: underline;
} 

a.link_no:link {	/*----------------------------- リンク : アンダーライン無 */
	color: #202020;
	text-decoration: none;
}
a.link_no:visited { 
	color: #202020;
	text-decoration: none;
}
a.link_no:hover {
	color: #B05700;
	text-decoration: underline;
} 

a.link_pub:link {	/*----------------------- リンク : 赤（パブリケーション） */
	color: #C02010;
	text-decoration: underline;
}
a.link_pub:visited { 
	color: #C02010;
	text-decoration: underline;
}
a.link_pub:hover {
	color: #102780;
	text-decoration: underline;
} 


a.link_w:link {		/*------------------------------------------- リンク :  */
	color: #ffffff;
	text-decoration: none;
}
a.link_w:visited { 
	color: #ffffff;
	text-decoration: none;
}
a.link_w:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.link_year:link {			/*------------------------------------ リンク :  */
	color: #d67100;
	text-decoration: none;
	font-weight: 800; 
}

a.link_year:visited { 
	color: #d67100;
	text-decoration: none;
	font-weight: 800; 
}
a.link_year:hover {
	color: #102780;
	text-decoration: none;
	font-weight: 800; 
} 


table.pubyear{
	margin-bottom :15px;
	border-collapse: separate;
	text-align : center;
}

table.pubyear td{
	border :1px #d5c0a8 solid;
	padding: 1px 10px;
	font-family: arial, sans-serif;
	background-color: #ffeed8;
	color: #102780;
	font-weight: 800; 

}



