@charset "iso-8859-1";
@import url("common.css");
#contentsArea tr {
	vertical-align: top;
}
#contentsArea h2 {
	width: 520px;
	background-color: #3B75AF;
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
}
#geography {
	width: 500px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#geography:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#geography p {
	padding-bottom: 10px;
	line-height: 120%;
}
#geography img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#climate table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 80%;
	width: 500px;
	margin-bottom: 5px;
}
#climate th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #dfe7f5;
	padding: 5px;
	font-weight: normal;
	word-break: break-all;
	font-size: 100%;
}
#climate td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
#climate p {
	padding-bottom: 10px;
}
#climate {
	padding-right: 10px;
	padding-left: 10px;
}
#climate:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
