/* ver=2006.8.11 */
.weather_title {
	font-size : 14px;
	height : 25px;
}
.weather01 {
	font-size : 12px;
	width : 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}
.weather02 {
	font-size : 14px;
	width : 150px;
}
/*
td {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
*/

/* .box-weather
-----------------------------------------------------------------------------*/

.box-weather{
	background:#fff;
	padding:3px 10px;
	height:54px;
	float:right;
	width:135px;
	border-radius:6px;
	position:relative;
	
}

.box-weather{
	position: relative;
}

.box-weather dl{
	font-size:1.2em;
}

.box-weather dl strong{
	font-size:1em;
	font-family: "Times New Roman", Times, serif;
}

.box-weather dl dt,
.box-weather dl dd{
	float:left;
}

.box-weather dl dt{
	font-weight:bold;
}

.box-weather dl.icon dt{
	padding:5px 10px 0 0;
	font-size:12px;
}

.box-weather dl.date{
	position: absolute;
	top:34px;
	left:10px;
	z-index: 9999;
}

.box-weather dl.date dd{
	padding:0 0 0 2px;
	font-weight:normal;
}

.box-weather .bt-week{
	position: absolute;
	right:10px;
	bottom:-10px;
	width: 59px;
	height: 18px;
}
