@charset "utf-8";
/* CSS Document */

/*weather */
.weather{
	margin:0 auto;
	width:166px;
	height:92px;
	/*margin-top:10px;*/
	/*border-right:1px solid #FFF;*/}
#weather {
	clear:both;
    width:166px;
	height:72px;
	color: #fff;
    overflow: hidden;
    border: 0px solid #6591b3;
}

#weather .weather_title {
    color: #fff;
	font-size:12px;
	border: 0px solid #6591b3;
	background:url(../images/weather_city.png) left top no-repeat;
	width:119px; 
	height:26px;
	margin-left:50px;
	text-indent:-9999px;
	margin-top:5px;}
#weather img{ 
	margin-top:-16px;
	border: 0px solid #6591b3;}
#weather p {
	float:left;
	/*font-family:'weblysleekuisl';*/
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
    font-size:50px;
	color:#eee;
	line-height:14px;
	padding-top:10px;
	font-weight:100;
	border: 0px solid #6591b3;
}
#weather span {
	font-family: Arial, Helvetica, sans-serif;
    font-size:22px;
	color:#eee;
}