@charset "utf-8";
@import url("ini.css");

* {/*font-size:12px;*/}

#header,#contents,#footer,
#req,
#box_chart,
#box_map
{border: 0px #F00 solid;}


#header,#contents,#footer
#req,#res
{margin:1em 0;}

#wrapper {margin:1em;}
	#header {}
		h1 {}
		p {}
	
	#debug {}
	
	#contents {}
		
		#req {margin-bottom:1em;}
			h2 {}
		
		#res {/*width:480px;*/}
			#box_map {width:300px;clear:left;}
				#map {width:300px;height:400px;}
				#map_spot_ind {font-size:80%;text-align:right;}
				#rank li {font-size:80%;}
				#rank li span {font-size:75%;}
				#map_debug input {width:6em;}
			
			#box_chart {margin-left:1em;width:480px;/*clear:right;*/}
				h3 {}
				#chart_wrap {width:480px;height:212px;background: url("../img/loading_chart.gif") center center no-repeat;}
					img#chart_img {display:block;}
				
				#chart_link {text-align:right;font-size:80%;}
				#chart_rslt li {display:inline;margin-right:1em;}
				#chart_rslt li span {font-weight:bold;}
				#spot_clmn li {display:inline;}
				
				
				#chart_info {margin-top:1em;}
				#chart_info table {width:480px;}
				#chart_info table th,
				#chart_info table td {border-width:1px 0;}
				#chart_info table th {font-weight:bold;padding-right:0.5em;width:3em;}
			
			h3#img_rel_h {margin:1em 0 0em 1em;width:480px;float:left;}
			#img_rel {margin:0em 0 1em 1em;width:480px;float:left;}
			#img_rel div {float:left;margin-right:0.5em;font-size:70%;}
			#img_rel div img {display:block;}
			#img_rel div span {}
			
			#about {}
			#about ul {margin-left:1em;list-style: square outside;}
	
	#footer {text-align:center;}



#header,
#footer,
h2
{/*display:none;*/}

#map_debug{display:none;}



#box_map,
#box_chart,
#box_info
{float:left;}



/*#header,#contents,#footer{border: 0px #F00 solid;}*/

#req #frm_area,#frm_pref,#frm_spot,#frm_hstr {display: inline;}

.miw {width:220px;font-size:12px;}




/*----------------------------------------------------------------*/
#contents {
	zoom:1;/*for IE 5.5-7*/
}
#contents:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}


