ul.temp_list {
	text-align:left;
	list-style: inside;
}
ul.temp_list li {
	float:left;
	padding:3px 10px;
	width:125px;
}

table.weather {
	font-size:12px;
	background-color:#999;
	width:100%;
}
table.weather th {
	background-color:#6F9;
}
table.weather tr.header {
	background-color: #6F9;
	text-align:center;
}
table.weather tr.header_jp {
	background-color: #fcc;
	text-align:center;
}
table.weather tr.header_jp th {
	background-color:#fcc;
}
table.weather td {
	background-color:#fff;
	text-align:center;
	padding:3px;
	line-height:1.2em;
}
table.weather td.high-temp {
	background-color:#fcf;
	text-align:center;
}

table.weather td.low-temp {
	background-color:#ffc;
	text-align:center;
}
table.weather td.prec {
	background-color:#cff;
	text-align:center;
}
table.weather tr.high-temp td {
	background-color:#fcf;
	text-align:center;
}

table.weather tr.low-temp td{
	background-color:#ffc;
	text-align:center;
}
table.weather tr.prec td{
	background-color:#cff;
	text-align:center;
}
div.weather_box {
	padding:10px;
	font-size:12px;
	border:2px solid #999;
}
div.weather_box h2 {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color:#900;
	line-height:2.5em;
	padding-left:10px;
	margin-top:0px;
	width:40%;
}
div.weather_box ul {padding-top:0px;}
div.weather_box ul li { padding-bottom:8px;}
table.weather tr td.area {
	background-color:#66FF99;
	text-align:left;
	font-weight:bold;
	width:100px;
}
table.weather td.area_jp {
	background-color:#fcc;
	text-align:left;
	font-weight:bold;
	width:100px;
}
