@charset "UTF-8";
.weather {
	margin:	10px auto;
	text-align:left;
	width:560px;
}

.month_l {
	float:left;
	width:250px;
	vertical-align:top;
	margin:5px 10px;
	text-align:center;
}
.month_r {
	float:right;
	width:250px;
	vertical-align:top;
	margin:5px 10px;
	text-align:center;
}
.move_month {
	clear:both;
	margin:10px auto;
	text-align:center;
}
.weather table {
	text-align:center;
	margin:0px auto;
	width:250px;
}
.weather table th {
	text-align:center;
	border-bottom:1px #d6d6f6 solid;
	margin:2px;
}
.weather table td {
	text-align:center;
	border-bottom:1px #d6d6f6 solid;
	margin:2px;
}
.weather table th.month_no {
	text-align:center;
	background-color:#88bbdd;
	color:#ffffff;
	margin:2px;
	padding:3px;
	letter-spacing:0.2em;
}
.tanni{
	text-align:right;
	padding:0px 20px;
	color:#666666;
}

