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

#header{
	text-align: center;
	}
	
#contents	{
    /*width:950px */
	width:1000px;
	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: 730px;*/
	width: 780px;
	float: right;
	margin-right: 20px;
	border: 1px solid #cccccc;
	padding: 5px;
	background: #ffffff;
}

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

address#copyright{
	clear: both;
	padding: 10px;
	}

em{
font-style: normal;
color: red;
}

#alumni ul li{
	display: inline;
	margin-right: 2em;
	}



/* main */

	body{
	background: url(./image/back1.gif);
	}
	
	a:link{ color: #0033ff; text-decoration: underline }
	a:visited{ color: #9966cc ; 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;
	}
	
	h3{
	border-left: 3px #009900 solid;
	padding: 3px 1px 3px 5px;
	font-size: 1em;
	margin-left: 2px;
	background-color: #f0ffd4;
	clear: both;
	}
	
	h4{
	font-size: .95em;
	border-left: 3px #99cc00 solid;
	border-bottom: 1px #cccccc dotted;
	margin-left: 2px;
	padding: 3px 1px 3px 5px;
	clear: both;
	}
	
	h3 span.date{
	margin-left: 2em;
	font-size: .8em;
	font-weight: normal;
	}
	
	p, ul li{
	text-indent: 1em;
	margin-left: 3px;
	line-height: 1.5em;
	font-size: .8em;
	}
	
	p.center, div.center{
	text-align: center;
	}
	
	p.right{
	text-align: right;
	}
	
	ul.desc{
	font-size: 1.1em;
	}
	
	p.center img{
	margin: 5px;
	}		
							
	dl.news dt{
	width: 120px;
	line-height: 1.4em;
	font-size: .8em;
	padding-left: 10px;
	font-weight: bold;
	}
	
	dl.news dd{
	margin-left: 130px;
	margin-top: -1.3em;
	font-size: .8em;
	line-height: 1.2em;
	margin-bottom: 5px;
	border-bottom: 1px dotted #C0C0C0;
	}
	
	dl#update dt{
	width: 100px;
	line-height: 1.4em;
	font-size: .8em;
	padding-left: 10px;
	}
	
	dl#update dd{
	margin-left: 130px;
	margin-top: -1.3em;
	font-size: .8em;
	line-height: 1.2em;
	margin-bottom: 5px;
	border-bottom: 1px dotted #C0C0C0;
	}
	
	.box{
	float: left;
	margin: 10px;
	}
	
	.box2{
	padding: 5px;
	}
	.box2 img{
	margin: 10px;
	}
	
	.image img{
	margin: 10px;
	}
	
	div.bib{
	padding: 5px;
	border: dotted 1px #c0c0c0;
	}
	
	dl.bib, dl.qa{
	padding: 10px;
	}
	
	dl.bib dt, dl.qa dt{
	margin-top: .5em;
	font-size: .8em;
	font-weight: bold;
	}
	dl.bib dd, dl.qa dd{
	font-size: .8em;
	font-weight: normal;
	}
	
	ul.relate li{
	margin-left: 50px;
	}
	

	ul.inline li{
	display: inline;
	margin-right: 1em;
	list-style-type: circle;
	}
	
	address#copyright{
	font-family: "Verdana", "Arial", sans-serif;
	font-size: .8em;
	text-align: center;
	}
	
	table.teacher th, table.teacher td{
	font-size: .9em;
	}
	
	div.teacher{
	width: 600px;
	}
		
	div.student{
	float: left;
	width: 200px;
	}
	
	table.student th, table.student td{
	font-size: .9em;
	}
	
	table.student th, table.teacher th{
	width: 60px;
	}
	
	table.datatable th{
	background: #ccffcc;
	font-size: .8em;
	padding: 3px;
	text-align: center;
	}
	
	table.datatable td{
	font-size: .8em;
	background: #f7ffe8;
	padding: 3px;
	}
	
	.dotted_box{
	border: #66ccff dotted 1px;
	padding: 5px;
	}
	.dotted_box img{
	margin: 10px;
	}
	
	/****’Ç‰Á•ª****/
	/***********************************************************************/

	h5 {
    font-size : medium;
    margin-bottom: 0px;
	}

	.topic {
/*    border : 1px solid gray; */
    margin: 5px auto;
    width  : 780px;
	}

	.topic img {
    float: left;
/*    border : 1px solid black; */
    width  : 220px;
    height : auto;
    margin : 10px;
    padding : 0px;
	}

	.topic ul {
    list-style-type: square;
    list-style-position: inside;
    border : none;
    padding: 2px;
    margin : 0px;
	}

	.topic li {
    padding: 2px;
	}

	.spacer {
	clear: both;
	}

/***********************************************************************/

	
/* menu */

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

ul#menu{
	list-style-position: outside;
	list-style: none;
	position: relative;
	left: -30px;
	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.llah, 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;
	}

