/*-- ベース　--*/
body {
	font-size: 90%;
	color: #336699;
}

a {
	color: #336699;
}

/*-- レイアウト　--*/
#header {
	width: 560px;
	background-image: url(../img/logo_gdo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	text-align: right;
	font-size: xx-small;
	margin-top: 20px;
	padding-top: 15px;
	color: #336699;
}

#adheader {
	width: 600px;
	background-image: url(../img/logo_gdo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	text-align: right;
	font-size: xx-small;
	margin-top: 10px;
	padding-top: 2px;
	color: #336699;
}

#footer {
	text-align: center;
	width: 560px;
	font-size: 10px;
	color: #666666;
}

/*-- 今日明日の天気　--*/
.day {
	width: 560px;
	border-collapse: collapse;
	font-size: 90%;
	margin-bottom: 15px;
}

.day tr {
	border: 1px solid #6699CC;
}

.day td {
	border: 1px solid #6699CC;
	text-align: center;
	width: 7%;
}

.day th {
	padding: 3px;
	border: 1px solid #6699CC;
	background-color: #d7efff;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

.day .chiten {
	padding: 3px;
	border: 1px solid #6699CC;
	color: #FFFFFF !important;
	background-color: #6699CC !important;
	text-align: center;
	font-weight: bold;
}

.day .zikan {
	border: 1px solid #6699CC;
	text-align: center;
	background-color: #efefef;
}

.day .h_kion {
	color: #FF0033;
}

.day .l_kion {
	color: #0000FF;
}

.day .sisuu {
	border: 1px solid #6699CC;
	text-align: center;
	color: #6699CC;
}

/*-- 週間の天気　--*/
.week {
	width: 560px;
	border-collapse: collapse;
	font-size: 90%;
	margin-bottom: 15px;
}

.week tr {
	border: 1px solid #6699CC;
}

.week td {
	border: 1px solid #6699CC;
	text-align: center;
}

.week th {
	border: 1px solid #6699CC;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	width: 80px;
}

.week .wtitle {

}


/*-- その他　--*/
.renewtime {
	text-align: right;
	width: 560px;
}

.come {
	width: 500px;
	margin-left: 30px;
	margin-bottom: 30px;
	color: #000000;
}

.come h4{
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	line-height: 120%;
	margin: 3px;
	padding: 3px;
}

.close {
	text-align: center;
	width: 600px;
}

.ad {
	align: center;
	width: 560px;
}

