@charset "utf-8";
/* CSS Document */

/* ===== index2 ===== */
h2 span.forecast {
	font-size: 100%;
	color: #CC0000;
	font-weight: bold;
}

div#contents p.price {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

div#contents p.price span {
	color: #CC0000;
	font-weight: bold;
}
/* ===== cms ===== */

table#infoTab {
	border: 0 none;
	margin: 0;
	padding 0;
}

table#infoTab a {
	display: block;
	width: auto;
	color: #013893;
	background: #f0f0f0;
	font-size: 12px;
	text-align: center;
	border: 1px solid #cccccc;
	margin: 0 1px 0 0;
	padding: 3px;
}

table#infoTab #now a {
	color: #333333;
	background: #d0dbef;
	font-weight: 900;
	border: 1px solid #95afdb;

}

div#infoYear {
	margin: 8px 3px;
}

table#infoTbl tr td {
	padding: 2px;
}

table#infoTbl img.updateicon {
	vertical-align: text-bottom;
}
