#tabs{
	font-size:80%;
}

#tabs ul {
	overflow:hidden; 
	height:2em; 
	list-style:none; 
	border-bottom:1px solid #cccccc;
	}
	
#tabs li {
	float:left; 
	display:inline; 
	margin-left:10px; 
	padding:5px; 
	border:1px solid #ccc; 
	border-bottom:none; 

/*	border-radius:10px 10px 0 0;*/
	}

	/* 最初はパネルは非表示 */
#tabs .panel {
	display:none;
	height:150px;
	}


.panel p:first-child{
	text-align:right;
	}

.panel p{
	margin:7px;
	}
.weatherTitle{
	font-weight:bold; font-size:150%; margin-left:20px;
	}
.temperTitle{
	border-top:solid 1px #eeeeee; margin-top:20px; padding-top:5px; text-align:center;
	}
.weatherMax{
	font-size:200%; color:red; font-weight:bold;
	}
.weatherMin{
	font-size:200%; color:blue; font-weight:bold;
	}
