@charset "utf-8";

/* メイン部分
-------------------------------------------------------------------------------------*/
#weather {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#weather .inner {
	float:left;
	width:630px;
	height: auto;
	margin-bottom: 10px;
}
#weather h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 5px;
}
#weather h3 {
	float:left;
	width:630px;
	height: auto;
	display: block;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
#weather p {
	float:left;
	height: auto;
	display: block;
	width: 630px;
	text-align: justify;
	padding-top: 10px;
}
#weather p.division {
	float:left;
	height: auto;
	display: block;
	width: auto;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#weather .innerleft {
	float:left;
	width:210px;
	height: auto;
}
#weather .innerright {
	float:left;
	width:410px;
	height: auto;
	padding-left: 10px;
}
