<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import "reset.css";

/*html5対応用css*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/***********************************************************
ページ共通の設定はここから
***********************************************************/

* {
	color: #52483B;
	font-family: Helvetica,Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	}

/**リンク設定**********************************************/
	
#contents a:link,
#contents a:visited,
#contents a:active {
	color: #75a319;
	text-decoration: none;
	}
	
#contents a:hover {
	color: #ccc;
	}

/**ページトップ設定****************************************/

.pagetop {
     bottom: 30px;
     display: none;
     position: fixed;
     right: 55px;
	}
	
.pagetop a {
    background-color: #75a319;
	border: 1px solid #fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
	}
	
/**ヘッダー設定*********************************************/

#header {
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	}

#logo {
	float: left;
	}

#lang {
	float: right;
	margin-top: 10px; 
	overflow: hidden;
	}

#lang th {
	border-right: 1px solid #52483B;
	padding: 0 10px;
	text-align: center;
	}


#lang td {
	padding: 0 10px;
	text-align: center;
	}

nav {
	background: url(../images/common/menu_bg.jpg) repeat-x top left;
	border-bottom: 4px solid #75a319;
	clear: both;
	overflow: hidden;
	}
	
nav ul {
	margin: 0 auto;
	width: 960px;
	}

nav li {
	float:left;
	}

/**ドロップダウンメニュー設定********************************/

ul#sabNav {
	border-radius: 0 0 3px 3px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 106px;
	z-index: 1000;
	}

nav li ul li{
	background-color: #fff;
	border-left: 2px solid #75a319;
	border-right: 2px solid #75a319;
	border-bottom: 2px solid #75a319;
	color: #52483B;
	height: 0;
	overflow: hidden;
	width: 102px;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	}

ul#sabNav li a{
	background-color: #fff;
	display: block;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 5px;
	text-align: left;
	text-decoration: none;
	}

ul#sabNav li:hover &gt; a{
	background: #75a319;
 	color: #fff;
	}

nav li:hover ul li{
	height: 24px;
	overflow: visible;
	}

/**コンテンツ設定**********************************************************/

#contents {
	background: url(../images/common/content_bg.jpg) top left;
	clear: both;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	width: 920px;
	}

h2 {
	background: url(../images/common/icon.gif) no-repeat 10px 8px #75a319;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	color: #fff;
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 40px;
	}

#note,
#note02 {
	background: url(../images/common/main_bg.jpg) repeat-y top center;
	clear: both;
	margin: 10px auto;
	padding: 15px 40px;
	overflow: hidden;
	}

#note h3 {
	background: url(../images/common/arrow.gif) no-repeat left center;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
	}

#note02 h3,
#note03 h3,
#note04 h3 {
	background: url(../images/common/titlebg.gif) repeat-x left center;
	clear: both;
	margin: 10px 0 5px;
	padding: 8px 0;
	text-indent: 10px;
	}

#note02 h4 {
	background: url(../images/common/arrow.gif) no-repeat left center;
	text-indent: 10px;
	}

#note02 section {
	padding: 2px 10px;
	}
	
	
/**フッター設定**********************************************************/

footer {
	background-color: #75a319;
	clear: both;
	padding: 30px 0;
	text-align: center;
	}

#footer p {
	color: #fff;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #666;
	} 
	
/***********************************************************
ページごとの設定はここから
***********************************************************/

/**トップページ設定**********************************************************/

#mainImage {
	background-color:#eee;
	margin: 0 auto ;
	padding: 20px 100px 10px;
	width: 760px;
	}

/*pickup*/

#pickUp article {
	background: url(../images/pickup/bg.jpg) no-repeat top left;
	float: left;
	margin: 20px 5px;
	overflow: hidden;
	padding: 15px;
	width: 410px;
	}

#pickUp .comment {
	float: right;
	width: 220px;
	}
	
#pickUp h3{
	border-bottom: 2px solid #75a319;
	color: #75a319;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	}	

#pickUp p {
	height: 66px;
	}
	
#pickUp .btn {
	background: url(../images/pickup/icon.gif) no-repeat 50px center #fff;
	border: 3px solid #75a319;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	color: #75a319;
	display: block;
	float: right;
	font-weight: bold;
	padding: 3px 0;
	width: 90px;
	text-indent: 20px;
	}

#pickUp .btn:hover {
	background-color: #75a319;
	border: 3px solid #75a319;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	color: #fff;
	display: block;
	font-weight: bold;
	}

/*information*/

#info {
	background: url(../images/common/main_bg.jpg) repeat-y top center;
	margin: 20px auto;
	padding: 15px 40px;
	overflow: hidden;
	}

#info dt,
#note dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 100px;
	}

#info dd,
#note dd {
	float: left;
	width: 720px;
	}

#info img,
#note img {
	vertical-align: middle;
	}

#info p.right {
	float: right;
	padding-top: 20px;
	}
	
/**ニュース設定**********************************************************/
	
/*tab設定*/

#title {
	margin-top: 10px;
	overflow: hidden;
	}

#title p {
	float: left;
	}

#title ul.tab {
	float: right;
	padding: 0;
	}
	
#title ul.tab li {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	}
	
#title ul.tab li a {
	background-color: #52483B;
	border: 3px solid #52483B;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 4px 20px;
	text-align: center;
	}

#title ul.tab li a:hover {
	background-color: #eee;
	border: 3px solid #52483B;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	}
	
#title ul.tab li a.selected {
	background-color: #fff;
	color: #52483B;
	cursor: default;
	text-decoration: none;
	}
	
#note ul.panel {
	clear: both;
	padding: 0;
	}
	
#note ul.panel li {
	list-style-type: none;
	}

/**挨拶ページ設定**********************************************************/
	
/*文章設定*/

.salutationText {
	float: left;
	margin-left: 20px;
	width: 650px;
	}

.salutationText p {
	line-height: 2em;
	margin-top: 10px;
	}

.salutationPhoto {
	float: right;
	margin: 15px 30px 0 0;  
	width: 100px;
	}

/**組織ページ・アクセスページ設定**********************************************************/
	
/*組織図・マップ設定*/

#chartImg,
#map {
	margin: 20px auto 0;
	text-align: center;
	}
	
#chartImg img,
#map img {
	border: 2px solid #ccc;
	}

table#accessTable,
table.seminarTable {
	margin: 0 auto;
	width: 800px;
	}
	
#accessTable th,
.seminarTable th {
	background-color: #ccc;
	border: 1px #eee solid;
	font-weight: bold;
	padding: 5px 10px;
	width: 80px;
	}

#accessTable td,
.seminarTable td {
	border: 1px #eee solid;
	padding: 5px 10px;
	}

#GoogleMap
labmap {
  display: block;
  margin: 0 auto;
  max-width: 100%;
	}

/**メンバーページ設定**********************************************************/
	
/*メンバーリスト設定*/

.memberList ul {
	clear: left;
	margin-top: 10px;
	}

.memberList li {
	border: 1px #ccc solid;
	height: 40px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 4px 10px;
	width: 120px;
	text-align: center;
	}	
	
.memberList li.positionName {
	background: url(../images/common/memberBg.jpg) no-repeat bottom center;
	border: none;
	font-weight: bold;
	line-height: 40px;
	}	

.memberList li.none {
	border: none;	
	}
	
.memberList li.li02 {
	width: 280px;
	}
	
/**研究ページ設定**********************************************************/
	
/*右メニュー設定*/

#menu01 {
	background: url(../images/common/main_bg.jpg) repeat-y top center;
	float: left;
	margin: 20px 0;
	width: 220px;
	}

#menu01 ul {
	margin: 10px auto;
	width: 180px;
	}

#note03 {
	background: url(../images/common/main_bg.jpg) repeat-y top center;
	float: right;
	margin: 20px 0;
	padding: 0 10px 15px;
	overflow: hidden;
	width: 660px;
	}

#note03 section {
	margin-bottom: 10px;
	overflow: hidden;
	}

#note03 .research_img {
	border: #ddd 1px solid;
	display: block;
	float: left;
	margin-top: 10px;
	}

#note03 section article {
	float: right;
	margin-top: 10px;
	width: 370px;
	}

#note03 section article p.link {
	margin-top: 10px;
	text-align: right;
	}


/**発表論文ページ設定**********************************************************/
	
/*右メニュー設定*/

#menu02 {
	background: url(../images/common/main_bg.jpg) repeat-y top center;
	float: left;
	margin: 20px 0;
	width: 120px;
	}

#menu02 ul {
	margin: 10px auto;
	width: 80px;
	}

#note04 {
	background: url(../images/common/main_bg.jpg) repeat-y top center;
	float: right;
	margin: 20px 0;
	padding: 0 10px 15px;
	overflow: hidden;
	width: 760px;
	}

#note04 section {
	margin-bottom: 10px;
	overflow: hidden;
	}

#note04 section article {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
	overflow: hidden;
	}

#note04 section article p.link {
	float: right;
	margin: 2px 0;
	}

#note04 .btn {
	background-color: #fff;
	border: 2px solid #75a319;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	color: #75a319;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	padding: 0 10px;
	}

#note04 .btn:hover {
	background-color: #75a319;
	border: 2px solid #75a319;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	color: #fff;
	display: block;
	font-weight: bold;
	}

#note04 .p_img {
	display: block;
	float: left;
	margin-right: 10px;
	}





</pre></body></html>