/* design */
body{
	text-align: center;
	}

#header{
	text-align: center;
	}
	
#contents	{
	width:1020px;
	margin:auto;
	padding: 5px;
	text-align: left;
	}
	
#contents h1{
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
	}

#topright{
	padding-top: 20px;
	float: right;
	margin-right: 50px;
	}

	
#main{
	width: 600px;
	float: right;
	margin-right: -60px;
	border: 1px solid #cccccc;
	padding: 5px;
	background: #ffffff;
}

#left{
	width: 160px;
	float: left;
	margin-left:5px;
	border: 1px solid #cccccc;
	padding: 5px;
	background: #ffffff;
}

#colm{
	width: 750px;
	float: left;
}

#right	{
	width: 180px;
	float: right;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
	background: #ffffff;
	}
	
address#copyright{
	clear: both;
	padding: 10px;
	}




/* main */

	body{
	background: url(./image/back1.gif);
	}
	
	a:link{ color: #0033ff; text-decoration: underline }
	a:visited{ color: #b16565 ; text-decoration:underline }
	a:hover{ color: #f30; text-decoration: underline }
	a:active{ color: #f30; text-decoration: underline }
	

	#topright{
	font-size: .8em;
	text-align: center;
	width: 200px;	
	}
	
	h2{
	background: #FFFF99;
	border-left: #336600 5px solid;
	color: #000;
	padding: 2px 6px;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 2px;
	clear: both;
	}
		
	dl#update dt{
	width: 120px;
	line-height: 1.4em;
	font-size: .8em;
	padding-left: 10px;
	}
	
	dl#update dd{
	margin-left: 100px;
	margin-top: -1.3em;
	font-size: .8em;
	line-height: 1.2em;
	margin-bottom: 5px;
	border-bottom: 1px dotted #C0C0C0;
	}
	
		
	div#notice{
	padding: 3px;
	border: 1px solid #c0c0c0;
	background: #ffecf5;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
	font-size: .8em;
	}
	
	p.notice{
	padding: 0px;
	margin: 0px;
	}
	
	strong{
	color: #ff0000;
	}
	
	p#old{
	text-align: right;
	font-size: .8em;
	}
	
	div#main div#address{
	line-height: 1.6em;
	font-size: .8em;
	padding-left: 10px;
	}
	
	address#copyright{
	font-family: "Verdana", "Arial", sans-serif;
	font-size: .8em;
	text-align: center;
	}
	
/* menu */

li.menu{
	margin-bottom: 5px;
	}

ul#menu{
	list-style-position: outside;
	list-style: none;
	position: relative;
	left: -27px;
	margin-bottom: 5px;
	}

ul#menu a{
	display: block;
	width: 104px;
	height: 28px;
	overflow: hidden;
	text-indent: -1000px;
	margin-bottom: 5px;
	}

	a:hover.intro, a:hover.news, a:hover.honor,a:hover.research, a:hover.patent, a:hover.member, a:hover.database, a:hover.lab_only, a:hover.link, a:hover.top{
	background-position:0px 28px;
	margin-bottom: 5px;
	}

	
	a.intro{
		background-image:url(./image/menu/intro.png);
		}

	a.news{
		background-image:url(./image/menu/news.png);
		}

	a.honor{
		background-image:url(./image/menu/honor.png);
		}

	a.research{
		background-image:url(./image/menu/research.png);
		}

	a.patent{
		background-image:url(./image/menu/patent.png);
		}

	a.member{
		background-image:url(./image/menu/member.png);
		}
		
	a.database{
		background-image:url(./image/menu/publicationdb.png);
		}

	a.lab_only{
		background-image:url(./image/menu/internalonly.png);
		}					
	
	a.link{
		background-image:url(./image/menu/link.png);
		}		
	
	a.top{
		background-image:url(./image/menu/top.png);
		}
	img{
		border-style: none;
	}
	
	ul#link{
		margin-left: 0px;
		margin-top: 0px;
		list-style-image: url(image/menu/list.gif);
	}
	
	li.menu{
	margin-bottom:15px;
	}
	
	li.linkli{
	padding-left: 3px;
	font-size: 0.8em;
	line-height: 1.3em;
	}

/* right */

	div#right dt{
	text-align: center;
	margin-bottom: 20px;
	}
	
	div#right dd{
	display: none;
	}
