BODY	{					/* ドキュメント全体 */
	background-color:white;			/* 背景色：白 */
	background-image: url(../images/bg.gif);		/* 背景画像： bg.gif*/
	font-family:  "ＭＳ ゴシック", "Osaka", Helvetica, serif, sans-serif, cursive, fantasy, monospace ;			/* フォントファミリー */
	font-style:normal;			/* フォントスタイル：標準 */
	font-weight:normal;			/* 文字太さ：標準 */
	font-size:10pt;				/* フォントサイズ：10pt */
	text-align:left;			/* 文字揃え：左寄せ */
	text-indent:0pt;			/* インデント：0pt */
	color:black;				/* 文字色：黒 */
	margin:10px 15px;				/* マージン一括指定 */

	}


.even { background-color:#eee; }

.odd { background-color:#ccf; }

.redtd { border-color: #000000;color:#ff0000;}

.toptd {height:0px;width:169px;background-color: #ccccff;font-weight: bold;}

	#aa {
		width:48%;
		float:left;
		padding-bottom:10px;
		}
	
	#cc {
		width:48%;
		float:right;
		padding-bottom:10px;
		}
		
	#dd {
		width:48%;
		float:left;
		padding-bottom:10px;
		}
	
	
	#ff {
		width:48%;
		float:right;
		padding-bottom:10px;
		}


H1 	{
	font-size:20pt;			/*  フォントサイズ */
	text-align: center;			

	}
	
H2	{
	font-size:16pt;			/*  フォントサイズ */

	}


H3	{
	font-size:12pt;			/*  フォントサイズ */

	}
	


p	{
	text-indent:12pt;			/* インデント：0pt */

	}



.clearmararikomi  	{
	clear: both;
}


.nonemaru  	{
	list-style: none;			/* まるなし */
	}

.mlefttwoem  	{
	margin-left: 2em;			/* まるなし */
	}

.line	{
	text-decoration:underline;			

	}


.strong	{
	font-size:14pt;			/*  フォントサイズ */
	font-weight:bold;			

	}
	
.center	{
	text-align: center;			

	}
	
.right	{
	text-align: right;			

	}

.bgblack	{
	background-color: #cccccc;    
	}
	
.bigmarginbottom	{
	margin-bottom:500px	}
	
A:link	{
	color:#3333ff;				/* リンク：文字色  */
	}

A:visited	{
	color:#006600;				/* 既訪リンク：文字色 006600*/
	}

A:hover{
	color:#ff6600;
	text-decoration:underline;
}

A:active	{
	color:#ff9933;				/* リンククリック中：文字色 */
	}


.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
margin-top: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: #ffffff url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
background-color: #ffffff;    
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-color: #ffffff;    
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


/* 研究者用 */
#stuffcontents{
margin:0;
padding:0;
}

#stuffnavi{
margin:0;
padding:0;
float:left;
width:150px;
}

#stuffnavi ul{
margin:0px;
padding:0px;
list-style-type:none
}
#stuffmain{
margin:0 0 0 150px;
padding:0;
}

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