table.waku{
		width:680;
}
td.profile_midashi{
		width:180px;
		color:white;
		background-color:#224272;
		padding-left:5px;
		vertical-align:top;
}
.name{
		font:bold 11pt;
		color:royalblue;
		
}
td.profile_cont{
		border-bottom:solid 1px lightgrey;
		border-right:solid 1px lightgrey;
		padding-left:10px;
}

div.prof_menu{
 		width:180;
		padding-left:5px;
		height:28px;
		padding-right:0px;
		padding-bottom:10px;
}
div.menu_jp{
		width:100%;
		text-align:right;
		line-height:12pt;
		border-top:solid 1px lightgrey;
		color:black;
	
}

a:link.menu    { 
		color:blue;
	    text-decoration:none; 
}
a:visited.menu { 
		color:blue;
	    text-decoration:none; 
}
a:active.menu  { 
		color:blue;
	    text-decoration:none; 
}
a:hover.menu   { 
		color:red;
		background-color:transparent;
		font-weight:bold;
	    text-decoration:none;
		position:relative;top:1px;left:1px;
		border:dotted 0px royalblue;

}