@charset "utf-8";

/* トップページレイアウト */
#top_column {
	width: 590px;
	margin-top: 10px;
}
#left_contents {
	width: 160px;
	float: left;
	margin-right: 10px;
}
#left_contents h2 {
	font-size: 1em;
	border: 3px double #B1C3D9;
	padding: 2px;
	margin-bottom: 5px;
}

#weather {
	border: 1px solid #B1C3D9;
	padding: 5px;
}
#right_contents {
	float: left;
	width: 420px;
}
