﻿@charset "utf-8";
/* CSS Document */

/*weather */
.weather {
	color: #FFF;
	overflow: hidden;
}
#weather {
	color: #FFF;
}
#weather .weather_title {
	background: url(../images/weather/weather_city.png) no-repeat;
	height: 13px;
	text-indent: -9999px;
	width: 89px;
	font-size: 12px;
	float: right;
	margin: 7px 0px;
}
#weather img {
	width: 32px;
}
/*樣式設定*/
.city {
}
