/* CSS Document */
*{
	padding:0px;
	margin:0px;
	border:0px;
	font-size: 12px;
	line-height: 130%;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

body{
	text-align:center;
	}
	
hr{
	display:none;
	}
	
span.hidden{
	display:none;
	}
	
div#wrapper{
	width:750px;
	height:auto;
	}
	
/*header*/
div#header{
	margin:0px auto 0px auto;
	width:750px;
	text-align:left;
}

#header ul{
	list-style-type:none;
	}
	
#header li{
	display:inline;
	}
	
img#reseachers{
	margin:0px 0px 0px 50px;
	width:100px;
	height:50px;
	}
	
img#publications{
	margin:0px 50px 0px 50px;
	width:100px;
	height:50px;
	}
	
img#products{
	margin:0px 0px 0px 50px;
	width:100px;
	height:50px;
	}
	
/* Text */
A:LINK {text-decoration : none; color : #666666}
A:VISITED {text-decoration : none; color : #666666}
A:HOVER {text-decoration : none; color : #CC9933}
A:ACTIVE{text-decoration : none; color : #666666}

/* info */
div#future{
	margin:30px auto 0px auto;
	width:600px;
	text-align:left;
	}
	
#future ul{
	list-style-type:none;
	}
	
#future li{
	font-size:12px;
	color:#999999;
	}
	
.notice{
	margin:20px auto auto auto;
	font-size:10px;
	}
	
.notice A:LINK {text-decoration : none; color : #CC0000}
.notice A:VISITED {text-decoration : none; color : #CC0000}
.notice A:HOVER {text-decoration : none; color : #CC9933}
.notice A:ACTIVE{text-decoration : none; color : #CC0000}
	
.update{
	margin:20px auto auto auto;
	font-size:12px;
	color:#CC9933;
	}	

div#info{
	margin:0px auto 0px auto;
	width:750px;
	}

#info ul{
	list-style-type:none;
	}
	
#info li{
	color:#333333;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:40px;
	}

/* futter */
div#futter{
	margin:0px auto 0px auto;
	width:600px;
	line-height:130%;
	text-align:center;
	}
	
span#futter{
	border-top: 2px dotted #999999;
	border-bottom: 2px dotted #999999;
	font-size: 10px;
	}
	
/* mail logo*/
div#maillogo{
	margin:20px;
	float:right;
	}




