/* general setting */
body
{
	padding:0px;
	margin:0px;
	background:url("./image/mainbg.gif") 0 0 repeat-x #fff;
	color:#666; 
	font:14px/18px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
}

div, p, ul, h2, img
{
	padding:0px; 
	margin:0px;
}

ul
{
	list-style-type:none;
}

a, a:visited
{	
	background:#fff;
	color:#000; 
	text-decoration:none;
}

a:hover
{
	background:#fff;
	color:#666; 
	text-decoration:underline;
}	
/* general setting */

/*
div#wrapper 
{
	width: 689px;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	text-align: left;
}
//*/

/* header */
div#header
{
	width: 778px;
	height: 87px;
	position:relative;
	margin:0 auto;
}

div#header #Logo
{
	width:229px;
	height:52px; 
	background:#fff; 
	color:#666; 
	position:absolute;
	top:35px; 
	left:0px; 
	padding:0 0 0 35px;
}

div#header #Logo img
{
	width:201px; 
	height:52px;
}

/*
div#header div#headertitle
{
	margin: 0;
	padding: 20px 20px 0 20px ;
	height: 70px;
	color : #fff;
}

div#header div#headertitle h1
{
	margin: 0 0 10px 0;
	padding: 0;
}

div#header div#headertitle h1 span
{
	display: none;
}

div#header div#headertitle div#subtitle
{
	margin: 0;
	padding: 0;
	color : #fff;
}
//*/

div#header div#menu
{
	width: 580px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.9em;
}

div#header div#menu h2 
{
 	position: absolute;
 	top: -999em;
 	left: -999em;
}

div#header div#menu ul
{
	width:468px; 
	height:32px;
	position:absolute; 
	top:43px;
	right:45px;
}

div#header div#menu ul li
{
	width:78px;
	height:32px;
	float:left;
}

div#header div#menu ul li a
{
	width:76px; 
	height:32px; 
	display:block; 
	background:url('./image/topmenu-normal.jpg') 0 0 no-repeat #F5F4F4; 
	color:#666; 
	text-decoration:none;
	font-size:0.8em; 
	font-weight:bold; 
	text-align:center; 
	line-height:32px; 
	margin:0 2px 0 0;
}

div#header div#menu ul li a:hover, div#header div#menu ul li a.active
{
	background:url('./image/topmenu-hover.jpg') 0 0 no-repeat #F5F4F4;
	color:#fff;
	text-decoration:none;	
}
/* header */


/* contents */
div#contents 
{
	width: 689px;
	position:relative;
	margin:0 auto;
}

div#contents h2
{
 	position: absolute;
 	top: -999em;
 	left: -999em;
}

div#contents h3
{
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 20px;
	font-size: 1.0em;
	font-weight: bold;
	color: #AA0000;
}

div#contents h3 a
{
	color: #5DA3EF;
	text-decoration: none;
}
div#contents h3 a:hover {
	color: #1C77DA;
	text-decoration: underline;
}

/* Contents : News */
div#contents .news .image_news
{
	width:687px;
	height:150px;
	margin-top: 15px;
	background: url("./image/image_news.jpg") no-repeat;
}

div#contents .news ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}


div#contents .news ul li
{
	margin  : 0 0 50px 0;
	padding : 0 0 0 20px;
	list-style: none;
	background: url("./image/articlebg.gif") top left repeat-y;
}

div#contents .news .subject
{
	color: #5687DC;
	font-size: 1.2em;
	padding: 2px;
	margin: 0 0 10px 0;
}
div#contents .news a
{
	color: #808080;
	text-decoration: none;
}
div#contents .news .subject a,
div#contents .news .subject a:visited
{
	color: #5687DC;
	text-decoration: none;
}

div#contents .news .subject a:hover 
{
	color: #5687DC;
	text-decoration: underline;
}

div#contents .news img
{
	float: left;
	width: 128px;
	padding: 0 10px 0 0;
	border: 0;
}

div#contents .news .memo
{
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: justify;
}

div#contents .news .date
{
	clear: both;
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	padding: 0 2px;
}
/* Contents : News End*/


/* Contents : Peoples */
/*
div#contents .peoples .image_peoples
{
	width:687px;
	height:150px;
	margin-top: 15px;
	background: url("./image/image_peoples.jpg") no-repeat;
}
//*/

div#contents .peoples ul
{
	margin:  0 0 20px 0;
	padding: 0;
	list-style: none;
}

div#contents .peoples ul li
{
	display: block;
	margin  : 0 0 30px 0;
	padding : 0 0 0 20px;
	list-style: none;
	background: url("./image/articlebg.gif") top left repeat-y;
}

div#contents .peoples .photo
{
	float:left;
	width: 64px;
	height:64px;
	margin: 0;
	padding: 3px;
	border: 1px dotted #808080;
}

div#contents .peoples .photo img
{
	width: 100%;
}

div#contents .peoples .noimg
{
	float:left;
	width: 64px;
	height:64px;
	margin: 0;
	padding: 0;
	background: url("./image/noimg.gif") no-repeat;
}

div#contents .peoples .subject
{
    margin: 0;
	padding: 0 0 0 15px;
	font-size: 0.8em;
	color: #5687DC;
	line-height: 1.8em;
	width: 460px;
}

div#contents .peoples .memo
{
	float: right;
	margin: 0;
	font-size: 0.8em;
	line-height: 1.8em;
	width: 460px;
}
div#contents .peoples .memo a {
	text-decoration: none;
	color: #808080;
}

div#contents .peoples .memo a:hover {
	text-decoration: underline;
}

div#contents .peoples .clear
{
	clear: both;
	font-size: 0em;
	height:1%;
}
/* Contents : Peoples End*/


/* Contents : Research */
div#contents .research .image_research
{
	width:687px;
	height:150px;
	margin-top: 15px;
	background: url("./image/image_research.jpg") no-repeat;
}

div#contents .research ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#contents .research ul li
{
	margin  : 0 0 50px 0;
	padding : 0 0 0 20px;
	list-style: none;
	background: url("./image/articlebg.gif") top left repeat-y;
}

div#contents .research .subject
{
	color: #5687DC;
	font-size: 1.2em;
	padding: 2px;
	margin: 0 0 10px 0;
}

div#contents .research .memo
{
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: justify;
}
/* Contents : Research End*/

/* Contents : Projects */
div#contents .projects .image_projects
{
	width:687px;
	height:150px;
	margin-top: 15px;
	background: url("./image/image_projects.jpg") no-repeat;
}

div#contents .projects ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#contents .projects ul li
{
	margin  : 0 0 50px 0;
	padding : 0 0 0 20px;
	list-style: none;
	background: url("./image/articlebg.gif") top left repeat-y;
}

div#contents .projects .subject
{
	color: #5687DC;
	font-size: 1.2em;
	padding: 2px;
	margin: 0 0 10px 0;
}

div#contents .projects img
{
	float:left;
	width: 200px;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px dotted #808080;
}

div#contents .projects .memo
{
	float: right;
	text-align: justify;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 0.8em;
	line-height: 1.8em;
	width: 310px;	
}

div#contents .projects .memo em
{
	font-style: normal;
	font-weight: bold;
}

div#contents .projects .files a
{
	float: right;
	text-align: justify;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 0.8em;
	/*font-weight: italic;*/
	line-height: 1.8em;
	width: 310px;	
}

div#contents .projects .noimg
{
	float:left;
	width: 200px;
	height:200px;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px dotted #808080;
	/*background: url("./image/noimg.gif") 5px no-repeat;*/
}

div#contents .projects .clear
{
	clear: both;
	font-size: 0em;
	height:1%;
}

/* Contents : Research End*/

/* Contents : Publication */
/*
div#contents .publication .image_publication
{
	width:687px;
	height:150px;
	margin-top: 15px;
	background: url("./image/image_publication.jpg") no-repeat;
}
//*/

div#contents .publication a
{
	text-decoration: none;
	color: #5687DC;
}

div#contents .publication a:hover
{
	text-decoration: none;
	color: #000;
}

div#contents .publication ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	margin  : 0 0 30px 0;
}

div#contents .publication ul li
{
	display: block;
	margin  : 0 0 30px 0;
	padding : 0 0 0 10px;
	list-style: none;
	background: url("./image/articlebg.gif") top left repeat-y;
}

div#contents .publication .subject
{
	font-size: 0.8em;
	padding: 0 0 0 15px;
}

div#contents .publication img
{
	float:left;
	width: 200px;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px dotted #808080;
}

div#contents .publication .intro
{
	float: right;
	text-align: justify;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 0.8em;
	line-height: 1.8em;
	width: 310px;	
}

div#contents .publication .files
{
	float: right;
	text-align: justify;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 0.8em;
	line-height: 1.8em;
	width: 310px;	
}

div#contents .publication .clear
{
	clear: both;
	font-size: 0em;
	height:1%;
}

div#contents .publication .noimg
{
	float:left;
	width: 200px;
	height:200px;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px dotted #808080;
	/*background: url("./image/noimg.gif") 5px no-repeat;*/
}
/* Contents : Publication End*/


/* Contents : Courses */
div#contents .course .image_course
{
	width:687px;
	height:150px;
	margin-top: 15px;
	background: url("./image/image_course.jpg") no-repeat;
}

div#contents .course a
{
	text-decoration: none;
}

div#contents .course a:hover
{
	color: #2657AB;
}

div#contents .course ul li
{
	margin  : 0;
	padding : 0;
	list-style: url("./image/bullet.gif");
}

div#contents .course ul li span
{
	font-size: 0.8em;
}
div#contents .lecture
{
	margin-left  : 30px;
}
div#contents .lecture a
{
	color: #808080;
	text-decoration: none;
}
div#contents .lecture a:hover
{
	color: #2657AB;
}

div#contents .lecture ol li
{
	color: #000;
	margin  : 0 0 10px 0;
}

div#contents .lecture ul
{
	margin-left  : 20px;
	padding : 0;
}

div#contents .lecture ul li
{
	margin  : 0;
	padding : 0;
	list-style: url("./image/bullet.gif");
}

div#contents .lecture ul#lecturelink
{
	margin: 0 30px;
	padding : 0;
	line-height: 1.5em;
}
div#contents .lecture #lecturelink,
div#contents .lecture #lecturelink a
{
	color: #2657AB;
}
div#contents .lecture #lecturelink a:hover
{
	text-decoration: underline;
}
/* Contents : Courses End*/

/* footer */
div#footer 
{
	width:100%;
	background:url('./image/footerbg.gif');
	color:#212121; 
	
	position:relative;
	margin:0 auto;
	padding:15px 0 0;

	text-align: center;
	font-size: 0.8em;
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
}

div#footer div#footmenu ul
{
	width:450px; 
	height:20px;
	position: relative; 
	margin:0 auto;
}

div#footer div#footmenu ul li
{
	float:left;
}

div#footer div#footmenu ul li a
{
	padding:0 10px 0;
	color:#212121;
	background:#F4F4F4;
}

div#footer div#footmenu ul li a:hover, div#menu ul li a.active
{
	text-decoration:underline;	
}

div#footer div#copyright
{
	margin: 10px 0 0 0;
	padding: 0;
}

div#footer div#valid
{
	background:#F4F4F4;
	margin: 0 0 10px 0;
	padding: 0;
}

div#footer div#valid span.separator
{
	margin: 5px;
	color: #ccc;
}

div#footer div#valid span#rss
{
	margin: 0;
	padding: 0 0 0 20px;
	background: url('./image/rss.gif') no-repeat;
	color: #FB9E3A;
	font-weight: bold;
}

div#footer a, div#footer a:visited
{
	color: #aaa;
	text-decoration: none;
}

div#footer a:hover 
{
	color: #777;
	text-decoration: underline;
}

div#footer div#memberPage
{
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 1.0em;
	font-weight: bold;
}
div#footer div#memberPage a 
{
	color: #fc0;

}