<!--

#members_main{
	text-align:left;
	width:100%;
	background-color:#fff;
	margin:0px;
	padding:0px;
	
}
#contents{
	padding-top:30px;
	padding-left:55px;
	}

.members_table{
	table-layout:fixed;
	border:none;
}

td.face{
	width:230px;
	height:200px;
	border:none;
	font-size:14px;
	color:silver;
	vertical-align:top;
	text-align:left;
}
td.name{
	width:450px;
	height:30px;
	border-top:dotted 1px;
	border-left:dotted 1px;
	border-right:dotted 1px;
	border-bottom:dotted 1px;
	border-color:skyblue;
	padding-left:10px;
	font-size:16px;
	font-weight:normal;
	color:gray;
}
td.prof{
	width:450px;
	height:170px;
	border-left:dotted 1px;
	border-right:dotted 1px;
	border-bottom:dotted 1px;
	border-color:skyblue;
	vertical-align:top;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:12px;
	color:#6999ac;
	line-height:15px;
}

img.prof_ss{
	border:ridge 2px;
	
}

td.others{
	width:450px;
	height:25px;
	border-left:dotted 1px;
	border-right:dotted 1px;
	border-bottom:dotted 1px;
	border-color:skyblue;
	padding-left:10px;
	font-size:12px;
	padding-left:10px;
	color:#66abdd;

}
td.others2{
	width:450px;
	height:40px;
	border-left:dotted 1px;
	border-right:dotted 1px;
	border-bottom:dotted 1px;
	border-color:skyblue;
	padding-left:10px;
	font-size:12px;
	padding-left:10px;
	color:#66abdd;

}
td.space{
	text-align:center;
	height:24px;
	color:pink;
}
img.prof

#main_under_block{height:200px;width:10px}

-->