﻿@charset "UTF-8";


* {
	margin: 0;
	padding: 0;
}
h2{
	width: 100%;
	text-align: left;
	color: #690;
	border-bottom: 5px solid #e9efce;
	padding: 5px 5px 2px 0px;
	font-size: 110%;
	margin-bottom: 20px;
}

#main2 dl
{
    padding: 0px 0px 0px 0px;
	width: 100%;
	clear: both;
	font-size: 90%;
}
#main2 dt{
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	color: #06c;
}
#main2 dd{
	float: left;
	padding: 0px 0px 5px 5px;
/*	border-style: none;*/
	font-size: 90%;
}
#main2{
	padding-left: 5px;
	width: auto;
}
#main2 table.table01{
	border-top: 1px solid #690;
	border-left: 1px solid #690;
	margin-top: 10px;
	font-size: 90%;
	width: auto;
}
#main2 table.table01 th{
	background: #8b3;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 5px;
	border-right: 1px solid #690;
	border-bottom: 1px solid #690;
	white-space: nowrap;
	font-size: 70%;
	width: auto;
}
#main2 table.table01 td{
	border-bottom: 1px solid #690;
	border-right: 1px solid #690;
	padding: 3px 5px;
	text-align: right;
	white-space: nowrap;
	font-size: 70%;
	width: auto;
}
#main2 table.table01 th.th2{
	border-bottom: 1px solid #690;
	border-right: 1px solid #690;
	padding: 3px 5px;
	text-align: center;
	background: #e9efce;
	color: #690;
	font-size: 70%;
	width: auto;
}

.temp_graph{
	width: 560px;
	height: 338px; 
}
.rain_graph{
	width: 560px;
	height: 213px;
}
.sun_graph{
	width: 560px;
	height: 213px;
}
.wind_graph{
	width: 560px;
	height: 338px;
}

.graph_cls{
	width: 90%;
}

#ame_ttl
{
	width: 100%;
}

#mesh_ttl
{
	width: 100%;
}


#CLOSE
{
	display: none;
}
