#weatherTtl {
	background:url(img/weather_ttl.png) no-repeat;
	width:217px;
	height:39px;
	margin:3px 0 0 0;
	padding:0;
}
#weatherTtl h5 {
	text-indent:-99999px;
	margin:0;
	padding:0;
	height:0;
}
#weatherTtl .day {
	float:right;
	color:#FFF;
	font-size:13px;
	margin:0px 5px 0 0;
	line-height:1;
	letter-spacing:1px;
}
/*IE以外に適用*/
html>/**/body #weatherTtl .day{
	margin:12px 5px 0 0;
	font-size:13px;
	line-height:1.4;
	letter-spacing:normal;
}
/*IE7のみ適用*/
*+html body #weatherTtl .day {
	margin:13px 5px 0 0;
}


#weather {
	background:url(img/weather_back.gif) no-repeat bottom;
	width:217px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}
#weather .top {
	background:url(img/weather_h6back.gif) no-repeat 2px top;
	height:29px;
	padding:7px 12px 3px 12px;
	clear:both;
}
#weather h6 {
	font-size:14px;
	float:left;
	margin:0;
	padding:0;
}
#weather h6 a {
	color:#FF5C00;
	font-weight:normal;
}
#weather .today {
	float:left;
	font-size:12px;
	margin:1px 0 0 12px;
	padding:0;
}
/*IE以外に適用*/
html>/**/body #weather .today{
	margin:4px 0 0 12px;
}

#weather .parts {
	clear:both;
}
#weather .part {
	text-align:center;
	width:61px;
	float:left;
	margin:0 3px;
	padding:10px 0 5px 0;
}
/*IE6以下に適用*/
* html body #weather .part {
	margin:0 3px;
}

#weather .part p {
	font-size:12px;
	margin-bottom:10px;
}
/*IE以外に適用*/
html>/**/body #weather .part p{
	font-size:11px;
}

#weather .part p strong {
	font-size:14px;
}
/*IE以外に適用*/
html>/**/body #weather .part p strong{
	font-size:13px;
}
#weather .cntrl {
	padding:0 0 5px 10px;
	clear:both;
	text-align:left;
}
#weather .cntrl select,
#weather .cntrl option,
#weather .cntrl input{
	font-size:1em;
	padding:1px 2px;
	
}
#noweather{
	background:url(img/weather_back.gif) no-repeat bottom left;
	width:217px;
	padding:0;
	margin:0;
}
#noweather p{
	color:#F00;
	font-size:11px;
	text-align:center;
	margin:0;
	padding:10px 0;
}

#weather #howto{
	text-align:right;
	font-size:11px;
	margin:0px 5px 0 0;
	display:none;
}
#weather #howto a{
	color:#FF5C00;
	cursor:pointer;
}
#weather #caution{
	font-size:11px;
	margin:5px;
	margin-bottom:0;
	padding:5px;
	border:1px solid #999;
}
#weather #caution .close{
	float:right;
	margin:0 0 5px 5px;
}
#weather #caution .close a{
	cursor:pointer;
}