
/* 20090721 頂点編集用 */
#MainDIV{
 display : none ;
 position: absolute;
 overflow: hidden;
/*
 top: 162px;
 left: 280px;
*/
 top: 143px;
 left: 255px;
 width: 680px;
 height: 500px;
 border: 1px solid red;
 z-index: 1501;
}
#figFeatureBtn{
 position : absolute ;
 top : 50px ;
 left : 5px ;
 font-size: 9pt ;
}
#figCancelBtn{
 position : absolute ;
 top : 50px ;
 left : 100px ;
 font-size: 9pt ;
}

#RectSelectArea{
	clear: both;
	position:absolute;
	top:670px;
	left: 280px;
	width: 680px;
	white-space: nowrap;
	line-height: 18px;
	text-align: center;
	font-size: 9pt;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
* html #RectSelectArea {
	/* for IE6 ハック */
	top:670px;
}
*:first-child+html #RectSelectArea {
	/* for IE7 ハック */
	top:670px;
}
#RectSelectArea a {
	display: block;
	color: #fff;
	text-decoration:none;
	background-color: #000066;
}
#RectSelectArea a:hover {
	display: block;
	color: #fff;
	text-decoration:none;
	background-color: #000066;
}
#RectSelectArea ul {
/*
	float:right ;
*/
	margin: 0;
	padding: 0;

}
#RectSelectArea li {
	display : inline;
	padding :0; 
	margin: 0 3px 0 0;
	float: left;
}
.RectS a {
/*404*/
/*
	background-image:url(pix/clear_btn_w90.png);
	background-repeat:no-repeat;
*/
	padding: 0;
	width: 90px;
	height: 18px;
}
.RectS a:hover {
/*404*/
/*
	background-image:url(pix/clear_btn_w90_d.png);
	background-repeat:no-repeat;
*/
	padding: 0;
	width:90px;
	height:18px;
}
.labelButton {
 font-size: 9pt;
 position:relative;
 margin: 0 0 0 30px;
 border: 0;
 padding: 0;
 color: #0000ff;
}
.labelButton img {
 vertical-align: text-bottom;
 margin: 0 5px 0 0;
 padding: 0;
}
