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


/* ========BASIC======== */

html {
   overflow-y: scroll;/*  ウィンドウ内に表示しきれない場合、縦方向はスクロールで表示するという意味 */
}


body {
   margin: 0;
   padding: 0;
   line-height: 1.6;/* 行の高さ */
   font-family: Verdana, 'ＭＳ ゴシック';/* 半角はVerdana,全角はＭＳ ゴシック */
   color: #333;/* 文字色 */
   font-size: 13px;/* 文字の大きさ */
   letter-spacing: 0;/* 文字と文字の間隔 */
   background: #fff;/* 背景色 */
}


br {
   letter-spacing: normal;
}


a {
   color: #333;
   text-decoration: none;
}


a:hover {
   color: #008000;
   text-decoration: none;
}/* a要素にカーソルが重なった時のスタイル設定 */


img {
   border: 0;
}


h1,h2,h3,h4,h5,h6 {
   margin: 0;
}




/*========TEMPLATE LAYOUT======== */

#top {
   width: 960px;
   margin: 0px auto;
   background: #fff;
   border-top: 5px solid #008F7C;
   border-bottom: 5px solid #008F7C;
}

#header {
   position: relative;
   width: 960px;
   height: 130px;
   margin: 0px 0px 5px 0px;
   background: #fff;
}


#menu {
   width: 960px;
   background: #000;
}


#contents {
   clear: both;
   width: 960px;
   margin-top: 10px;
}


#main {
   float: right;/* フロート（浮動化）を指定するプロパティです。ボックスを左か右に寄せて、逆側にテキストなどを回り込ませることができます。 */
   margin: 0 0 0 10px;
   width: 770px;
}


#main-index {
   float: left;
   width: 570px;
   padding: 0 10px;
}/* indexページ用 */


#subL {
   float: left;
   width: 180px;
}


#subR {
   float: left;
   width: 190px;
}/* indexページ用 */


#footer {
   position: relative;
   clear: both;
   width: 960px;
}


/* 回り込み解除 */

#contents:after {
   content: "";
   display: block;/* 要素の表示形式を指定するプロパティ "http://www.tagindex.com/stylesheet/properties/display.html" */
   height: 0;
   clear: both;
   visibility: hidden;
}




/* ========HEADER CUSTOMIZE======== */

#header h1 {
   margin: 0;
   padding: 0 10px;
   font-size: 24px;
   color: #000;
   line-height: 25px;
}


#header h2 {
   margin: 0;
   padding: 5px 10px;
   font-size: 24px;
   color: #000;
   line-height: 24px;
}


#header h3 {
   margin: 0;
   padding: 0;
   font-size: 12px;
   color: #000;
}


#header h1 a {
   color: #000;
}


#header h1 a:hover {
   color: #ddd;
}


#header .pr {
   position: absolute;
   top: 0px;
   right: 0;
}


#header ul {
   width: 230px;
   position: absolute;
   top: 0px;
   right: 0;
   margin: 0;
   padding: 0;
   background: url("images/bg_menu.gif") 0 50% repeat-x;
}


#header li {
   float: left;
   color: #333;
   list-style-type: none;
}


#header li a {
   display: block;
   margin-right: 1px;
   padding: 0 20px;
   line-height: 2;
   color: #fff;
}


#header li a:hover{
   color: #fff;
   background-color: #68903C;
   border: none;
}


#header ul:after {
   content: "";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}/* 要素の前後に内容（文字列や画像等）を追加するプロパティ "http://www.tagindex.com/stylesheet/text_font/content.html" */




/* ========MENU CUSTOMIZE======== */

#menu ul {
   margin: 0;
   padding: 0;
   background: url("images/bg_menu.gif") 0 50% repeat-x;
}


#menu li {
   float: left;
   color: #333;
   text-align: center;
   list-style-type: none;
}


#menu li a {
   display: block;
   margin-right: 1px;
   padding: 0 20px;
   line-height: 2.5;
   color: #fff;
}


#menu li a:hover{
   color: #fff;
   background-color: #68903C;
   border: none;
}


#menu ul:after {
   content: "";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}




/* ========CONTENTS CONTENTS CUSTOMIZE======== */

#contents {
   font-size: 13px;
   letter-spacing: 1px;
   line-height: 18px;
}




/* ========MAIN CONTENTS CUSTOMIZE======== */

#main a {
   color: #008000;
}


#main a:hover {
   text-decoration: underline;
}


#main h1 {
   margin-bottom: 2px;
   font-size: 18px;
   line-height: 1.4;
}


#main h2 {
   text-align: left;
   margin-bottom: 5px;
   padding: 2px 2px 2px 5px;
   font-size: 15px;
   font-weight: bold;
   line-height: 1.4;
   border-left: 5px solid #000;
   background: url("images/bg_h2.gif");
}


#main h3 {
   text-align: left;
   margin-bottom: 5px;
   padding-left: 5px;
   font-size: 14px;
   border-left: 5px solid #316900;
   border-bottom: 3px double #316900;
   color: #316900;
}


#main h4 {
   margin-bottom: 2px;
   padding: 3px;
   font-size: 13px;
   line-height: 1.4;
   background: #ddd;
}


#main h5 {
   margin-bottom: 2px;
   font-size: 18px;
   line-height: 1.4;
   border-bottom: 2px solid #333;
}


#main p, #main-index p {
   margin: 0 0 1em 0;
   line-height: 1.4;
}


#main .naiyou {
   width: 500px;
}/* 研究紹介ページ用 */


#contents .fig {
   float: right;
   width: 260px;
}/* 研究紹介ページ用 */


#main .kankaku li {
   margin-bottom: 10px;
}/* projectページ用 */


#main dt{
   font-size: 12pt;
}/* paperページ用 */


#main dd {
   padding: 0;
   margin: 0 0 1em 1em;
   padding: 3px;
   background: #f1f1f1;
}/* paperページ用 */


/* ここからold memberページ用 */
#main .oldmember {
list-style-type: none;
}


#main ul table, #main ul table td, #main ul table th {
   border: 2px #808080 solid;
}


#main ul table {
   font-size: 14pt;
   font-family: 'Times New Roman';
   width: 730px;
}


#main ul table td {
   font-weight: normal;
}


#main ul table th {
   width: 250px ;
   text-align: center;
}
/* ここまでold memberページ用 */


/* ここから講義用ページ用 */
/* ▼(A)表示領域全体 */
#tabbox {
   margin: 0px;
   padding: 0px;
}


#tabbox a {
   color: #000;
}


#tabbox a:hover {
   color: #ff0000;
}


/* ▼(B)タブ部分 */
#tabbox p#tabs {
   margin: 0px;
   padding: 0px;
   clear: both;
}


#tabbox p#tabs a {
   /* ▼(B-2)リンクをタブのように見せる */
   display: block; 
   float: left;
   margin: 0px 1px 0px 0px;
   padding: 3px;
   text-align: center;
   border-radius: 12px 12px 0px 0px; /* 角を丸くする */
   color: #fff;
}


/* ▼(B-3)各タブの配色 */
p#tabs a.tab1 {
   background-color: blue;
   color: white; 
}


p#tabs a.tab2 {
   background-color: #aaaa00;
   color:white;
}


p#tabs a.tab3 {
   background-color: red;
   color: white;
}


/* ▼(C)タブ中身のボックス */
div.tab {
   /* ▼(C-2)ボックス共通の装飾 */
   overflow: auto; clear: left; 
   position: relative; right: 40px;
   width: 450px;
}


/* ▼(C-3)各ボックスの配色 */
div#tab1 {
   border: 2px solid blue;
   background-color: #ccffff;
}


div#tab2 {
   border: 2px solid #aaaa00;
   background-color: #ffffcc;
}


div#tab3 {
   border: 2px solid red;
   background-color: #ffcccc;
}
/* ここまで講義用ページ用 */


#main .tab {
   margin-left: 40px;
   float: left;
   padding: 0;   
   list-style-type: none;
}/* 英語のインデント用 */


#contents .ichijisage {
   margin-left: 1em;
   float: left;
   padding: 0;   
   list-style-type: none;
}/* 日本語のの字下げ用 */




/* ========subL CONTENTS CUSTOMIZE======== */

#subL .section {
   background: #DEDDD0;
}


#subL h2 {
   padding: 3px;
   font-size: 14px;
   font-weight: bold;
   color: #fff;
   background: #49BC1D url("images/bg_sub_h2.gif") 0 50% repeat-x;
}


#subL h3 {
   padding: 3px;
   font-size: 14px;
   font-weight: bold;
   color: #fff;
}


#subL ul {
   margin: 0;
   padding: 5px 0 1em 1em;
}


#subL li {
   margin: 0;
   padding-left: 16px;
   line-height: 1.8;
   background: #DEDDD0 url("images/bg_list.gif") 0 6px no-repeat;
   list-style: none;
}




/* ========subR CONTENTS CUSTOMIZE======== */
/* indexページ専用 */

#subR .news {
   margin: 10px 0;
   text-align: center;
}


#subR h2 {
   padding: 3px;
   font-size: 14px;
   font-weight: bold;
   color: #fff;
   background: #49BC1D url("images/bg_sub_h2.gif") 0 50% repeat-x;
}




/* ========PAGETOP CUSTOMIZE========= */

#pageTop {
   padding: 10px;
   text-align: right;
}


#pageTop a {
   padding: 0 0 0 12px;
   background: url("images/bg_pagetop.gif") 0 60% no-repeat;
}




/* ========FOOTER CUSTOMIZE======== */

copyright {
   padding: 20px 0;
   text-align: center;
   font-style: normal;
   font-size: 11px;
   border-top: 1px solid #ccc;
}</pre></body></html>