/* お天気ナウ用
---------------------------------------------*/
body {
    margin: 0;
  padding: 0;
  background-color: #ffffcc;
}

div.weather_4 {
    clear: both;
	width: 464px;
	margin: 0 auto;
}


.weather { 
    float: left;
	width: 116px;
    background-color: #d5ccd3;
	margin: 5px 0 5px 0;
	padding: 0;
}

.weather_zone_1 {
	width: 110px;
	color: #ffffff;
	background: #006600 url(img/weather_zone_bg_g.jpg) left top repeat-y;
    font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 3px;
	padding: 0;
    line-height: 1.4;
}

.weather_zone_2 {
	width: 110px;
	color: #ffffff;
	background: #663300 url(img/weather_zone_bg_b.jpg) left top repeat-y;
    font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 3px;
	padding: 0;
    line-height: 1.4;
}


.weather_see {
	width: 110px;
    margin: 4px 3px 0 3px;
	padding: 0;
}


.weather_wind {
    float: left;
	height: 28px;
	width: 28px;
	padding: 0;
	margin: 3px 0 10px 16px;
}

.weather_temperature {
    float: right;
	height: 28px;
	width: 28px;
	margin: 5px 14px 8px 0;
	color: #006600;
	font-weight: bold;
	text-align: center;
    line-height: 1.6;
    font-size: 100%;
}

.smallfont 
{
    font-size: 11px;
    color: #797979;
}

/*- ここまで --------------------------------*/

