@charset "UTF-8";

/* ******************************************************************

	COPYRIGHT(C) CYBRiDGE CORPORATION.
	URL: http://www.cybridge.jp/

****************************************************************** */

/*==================================================================
	common styles
===================================================================*/


.headline1 {
	margin-bottom:10px;
}

#main {
	width:100%;
	float:left;
	margin-right:-355px;
}
#main form{
	border:3px double #CCC;
	padding:10px;
	background:#F9F9F9;
	margin-bottom:10px;
}
#main form .formfield{
	padding:1px;
}
#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 {
	margin-right:350px;
}

#sidebar {
	width:335px;
	padding-left:15px;
	float:left;
}

#sidebar #result{
	padding:10px;
	border:1px solid #CCC;
	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{
/*	float:right;
	width:225px;
*/	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;
	}
#sidebar #result .li{
	background-position:0 7px;
	}
