/* CSS Document */

body {
    background-image:none;
	background-color:#fff;
	font-size:11px;
	color:#444;
}


#weatherArea table td{
	font-size:11px;
	text-align:center;
}
	
td.content{
	background-image:url(../image/weather/bg.gif);
	background-repeat:repeat-y;
}

td.content table{
	margin:0 0 0 8px;
}

span.max{
	color:#f00;
}

span.min{
	color:#095fca;
}


td.content2{
	background-image:url(../image/weather/weekly_bg.gif);
	background-repeat:repeat-y;
}

td.content2 table.wBox td{
	border-right:#f90 1px solid;
}

td.content2 table.wBox td.date,
td.content2 table.wBox td.percent,
td.content2 table.wBox td.day_right{
	border-right:none;
}

#weatherBox td.content table td{
	text-align:center;
}

/*　weekly
------------- */

body#weekly  {
    background-image:url(../image/common/bg.gif);
	background-color:#F4368A;
	background-repeat:repeat-x;
	font-family:  Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    height:100%;
	font-size:12px;
	color:#666666;
}

#weekly #container {
    width:800px;
	margin:0px auto;
	clear:both;
	background-color:#FFFFFF;
}

#weekly #content{
	width:750px;
	padding:20px 0 5px;
}

#title h2{
	width:146px;
	height:25px;
	margin:0 0 3px 0px;
	background-image:url(../image/weather/weekly_title.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

table.weekly01 td{
	text-align:center;
}

#btnClose {
	width:750px;
	margin:12px 0 0;
	text-align:center;
	padding-bottom: 15px;
}
