@charset "UTF-8";

body {
	background-image: url(../images/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.wrapper {
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
h2 {
	font-size: 17px;
	margin-bottom: 6px;
    font-family: sans-serif;
}
.Lblock {
	float: left;
	width: 440px;
	border: 1px solid #00a0e9;
	background-color: #ffffff;
    font-family: sans-serif;
}
.Rblock {
	float: right;
	width: 440px;
	border: 1px solid #00a0e9;
	background-color: #ffffff;
    font-family: sans-serif;
}
tr {
	border: 1px solid #00a0e9;
}
td {
	border: 1px solid #00a0e9;
}
.forecast {
	text-align: center;
	font-size: 15px;
	background-color: #c5e8f8;
	padding: 6px 0;
}
.catvicon {
	width: 140px;
	text-align: center;
	font-size: 15px;
	padding: 6px 0;
}
.webicon {
	width: 140px;
	text-align: center;
	font-size: 15px;
	padding: 6px 0;
}
aside {
	margin-top: 10px;
}
.guide {
	font-size: 13px;
}
.font_s {
	font-size: 11px;
}
.credit {
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
	color: #5596d0;
}
.credit img {
	margin-left: 10px;
}
footer {
	font-size: 9px;
	border-top: 1px solid #00a0e9;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
}