




/*----------BASIC CSS*/

body{
	margin:0px;
	background:#E8E8E8;
	font-size:12px;
	color:#505050;
	text-align:left;	
}

a{
	text-decoration:none; 
	color:#000080;
}

a:hover{
	text-decoration:underline;
}





/*----------BASIC LAYOUT*/


div#header{
	width:750px;
	height:255px;
	padding:0px;
	background:url('http://hp.brs.nihon-u.ac.jp/~areds/image/top.jpg') no-repeat;
	border-width:0px 1px 1px 0px;
	border-color:#808080;
	border-style:solid;
}

div#menu{
	width:750px;
	height:20px;
	border-width:0px;
	border-color:#808080;
	border-style:solid;
}

div#main{
	background:#ffffff;
	width:750px;
	text-align:center;

	border-width:1px 1px 1px 0px;
	border-color:#808080;
	border-style:solid;
}

div#main2{
	margin-top:25px;
	margin-right:25px;
	margin-left:25px;
	margin-bottom:40px;
	width:700px;
	line-height:150%;
	text-align:left;
}

div#footer{
	background:#808080;
	color:#ffffff;
	width:750px;
	height:15px;
	text-align:right;
	font-size:10px;
	border-color:#808080;
	border-width:1px 1px 1px 0px;
	border-style:solid;
}

div#space{
	width:750px;
	height:10px;
}

br.clear{
	clear:both;
}

div.menu{
	padding:0px;
}





/*----------MAIN LAYOUT*/


div.title{
	border-style:solid;
	border-width:4px 1px 4px 1px;
	border-color:#000080;
	padding:0.2em;
	width:150px;
	font-weight:bold;
	text-align:center;
}

dl{
	margin:20px 20px 20px 20px;
}

dt{
	font-weight:bold;
	padding:15px;
}

dd.bullet{
	background:url("http://hp.brs.nihon-u.ac.jp/~areds/image/icon.gif") no-repeat 0% 0%;
	padding-left:15px;
	line-height:150%
}

dd.bullet2{
	background:url("http://hp.brs.nihon-u.ac.jp/~areds/image/icon2.gif") no-repeat 0% 0%;
	padding-left:15px;
	line-height:150%
}

dd.bullet3{
	background:url("http://hp.brs.nihon-u.ac.jp/~areds/image/icon3.gif") no-repeat 0% 0%;
	padding-left:15px;
	line-height:150%
}

dd.bullet4{
	background:url("http://hp.brs.nihon-u.ac.jp/~areds/image/icon4.gif") no-repeat 0% 0%;
	padding-left:15px;
	line-height:150%
}

dd.text{
	margin-right:50px;
	line-height:150%;
}

dd.members{
	line-height:150%;
}

dd.name{
	margin-left:500px;
}


div.img{
	float:left;
	margin-right:2em;
}

span.name{
	font-weight:bold;
	font-size:14px;
}

div.members1{
	float:left;
	width:350px;
}

div.members2{
	float:right;
	width:350px;
}



