body {
  padding: 0;
  margin: 0;
}

div#nsu-main{
	width  : 650px;
	height : 610px;
	position:absolute;

	background: transparent url("../images/Background.png") no-repeat ;
}

div#nsu-table{
	width  : 570px;
	height : 318px;
	background: transparent url("../images/table/Table.png") no-repeat ;
}

.layer{
	position:absolute;
	width  : 570px;
	height : 318px;
}


.help-field{
	position:absolute;
	height : 16px;
	color : #333333;
	font  :normal normal normal 10px/1.0 "Helvetica","MS UI Gothic","Verdana",sans-serif;
	
}

.app-info{
	position:absolute;
	left:460px;
	top:20px;
	color : gray;
	font:normal normal bold 10px/1.0 "Helvetica","MS UI Gothic","Verdana",sans-serif;
}


.ball-hilight{
	position:absolute;
	border:1px solid #fd9753;
	background:#ffffff;
	opacity: 0.5; 
	-moz-opacity: 0.5; 
	filter:alpha(opacity=50); 
}

/* エントリ表示位置の調整 */
div.EntriesBack{
	left : 20px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	width:668px;
}
div.Entries{
	left : 20px;
	width:666px;
	overflow-y : hidden;
}