div#weather {
	font-family: Arial,sans-ferif;	
	font-size: 12px;
}

div#weather h1 {
	font-size: 18px;
	font-weight: normal;
}

th {
	background-color: #E6FBFF;
}

div#weather h2 {
	font-size: 16px;
	color: #555;
	font-weight: normal;
}		

div#weather h3 {
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

div#weather table {
	width: 460px;
	border: 1px solid #e0e0e0;
	margin-left: 3px;
}

div#weather td {
	line-height: 18px;
	padding: 5px 5px 5px 5px;
	background-color: #f5f5f5;
}	

div#weather tr {
	border-bottom: 1px solid #e0e0e0;
	
}

td.title {
		width: 450px;
}

td.value {
		width: 120px;
}

div#note {
	clear: both;
	width: 450px;
	margin: 15px 0 15px 0;
	font-size: 12px;
}

ul li { 
}

a {
	text-decoration: none;
	color: #500000;
	line-height: 18px;

}

.warning {
	clear: both;
	background: #FFF6BF;
	color: #514721;
	font-size: 12px;
	width: 450px;	
	padding: 5px 5px 5px 5px;	
	border: 1px solid #C6D880;
	margin-left: 3px;		
	margin-bottom: 15px;
}

div#weather h3 {
	color: #333;
	font-size: 12px;
	width: 449px;
	border: 1px solid #e0e0e0;
	margin-left: 3px;	
	padding: 5px 5px 5px 5px;
	background-color: #f5f5f5;	
}

span.effect {
	color: #FF312E;
	display: block;
	padding: 5px 0 5px 0;
}

.recom {
	clear: both;
	font-size: 12px;
	width: 450px;	
	background: #E6EFC2;
	color: #264409;
	padding: 5px 5px 5px 5px;	
	border: 1px solid #C6D880;
	margin-left: 3px;	
}

