.container {
	position: relative;
	width: 800px;
	height: 600px;
	border: 1px solid;
	margin: 30px;
	float: left;
}

.container div {
	cursor: pointer;
}

.keyword {
	background: #EEE;
	padding: 5px;
	z-index: 10000;
}

.object {
	background-image: url('./img/point.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 3px;
	z-index: 12000;
}

.object img {
	position: absolute;
	top:16px;
	left: 20px;
	border: 1px dotted;
	padding: 2px;
}

.ont_menu_button {
	float: right;
	z-index: 30000;
	margin-top:5px;
	margin-right:5px;	
	margin-left: 1px;
	border: 1px solid;
	background: #FFF;
}

.ont_button_mouseover {
	border: 2px solid;
	margin-top:4px;
	margin-right:4px;	
	margin-left: 0px;
	background: #FFF;
}					

#ont_menu_bg {
	position: absolute;
	z-index: 10000;
	background-image: url('./img/obg.gif');
	left: 0px;
	top: 0px;
	width: 100%;
	height: 24px;
	border: 1px solid;
	margin-left: -1px;
	margin-top: -1px;
}

#ont_menu_dim_sel {
	z-index: 60000;
	margin: 3px;
	width: 100px;
}

.ont_menu_adr_dim {
	
}

.line_canvas_highlighted {
	background: #FFF;
	z-index: 20000;
	border: 1px solid #CCC;
	margin-left: -1px;
	margin-top: -1px;	
}

.ont_tit_r ,.ont_tit_l {
	float: right;	
	padding: 0px;
	margin: 0px;
	margin-top: 13px;
	margin-left: 3px;
	margin-right: 6px;
	font-weight: bold;
	line-height: 0px;
	width: 77px;
}

.ont_tit_l {
	float: left;
}
