@charset "UTF-8";

/* ******************************************************************

	COPYRIGHT(C) CYBRiDGE CORPORATION.
	URL: http://www.cybridge.jp/

****************************************************************** */

/*==================================================================
	common styles
===================================================================*/

#main form{
	border:3px double #CCC;
	padding:10px;
	background:#F9F9F9;
	margin-bottom:10px;
}
#main #mapPene{
	height:562px;
	position:relative;
	}
#main #mapPene #loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:#FFF url("/img/icon/loading.gif") no-repeat 50% 50%;
	filter:alpha(opacity=85);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}
#main #mapPene #map{
	z-index:1;
	}


#main .section {
}

#sidebarInner {
}

#sidebar #result{
	background:#FFF;
	padding:10px;
	border:1px solid #DDD;
	height:600px;
	overflow: auto;
	scrollbar-base-color: #DEE6FE;
	}
	
#sidebar #result .title{
	border-top:2px solid #CCC;
	padding:8px 0 ;
	margin-bottom:5px;
	background: url("/img/common/line_dot.gif") repeat-x 0% 100%;
	}
#sidebar #result .image{
	width:45px;
	float:left;
	}
#sidebar #result .image img{
	width:50px;
	height:auto;
	vertical-align:bottom;
	}
#sidebar #result h2{
	font-weight:bold;
	}	
		
#sidebar #result h3{
	margin-bottom:5px;
	padding-top:5px;
	font-weight:normal;
	clear:both;
	}
#sidebar #result p{
	margin-bottom:10px;
	}	
/*
#sidebar #result table.sheet{
	width:300px;
	}
*/
#sidebar #result table.sheet th{
	width:80px;
	}
