@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
	vertical-align:middle;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}
ul, ol {
}
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

/* これからのお天気 */
.ycontainer {
    margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;	/* 上側、右側、下側、左側 */
	width:680px;
	border:2px solid #d2ebef;
	background-color:#fff;
}
.yskdate {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
 	width:620px;
	text-align:right;
	font-size:12px;
    color:#4f6b72;
}
.ysktitle {
 	width:620px;
	font-weight:bold;
	font-size:14px;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
	margin-bottom:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	color:#FBFAF5;
	background-color:#71DBD2;
}
.ysktbl {
    width:630px;
    margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.ysktable {
    width:630px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border-style:none;
	border-collapse: collapse;	border-spacing: 0;
}
.ysktable th {
	border-style:none;
	padding:3px 2px 3px 2px;
}
.ysktable td {
    letter-spacing:1px;
	border-style:none;
	padding:3px 2px 3px 2px;
    color:#797268;
}
img.wtr24 {
 	width:50px;
}
img.sl24 {
 	width:50px;
}
img.wl24 {
 	width:20px;
}
span.title {
    letter-spacing:1px;
	padding:0 8px;
	font-weight:normal !important;
    color:#4f6b72;
    background:#d2ebef;
	font-size:12px;
}
span.time {
    letter-spacing:1px;
	padding:0 5px;
	background: #ccdddd;
	color: #666666;
	font-size:9px;
}
/* 共通 */
span.red {
	color:#FF0033;
}
span.blue {
	color:#0033FF;
}
.top {
	vertical-align:top;
}
.round {
	-moz-border-radius:8px; /* firefox */
	border-radius:8px; /* CSS3 */
}
/* 凡例ボタン */
#viewlegend{
	position: relative;
 	width: 160px;
	height: 22px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:15px;
    padding:0;
	background-color:#FBFAF5;
	border: 2px solid #eee;
    cursor: pointer;
}
#viewlegend p{
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	text-align: center;
	color: #666;
}
#viewlegend p:hover{
	font-size:13px;
	cursor:pointer;
	text-decoration:underline;
	color:#506491;
}
#togbtn{
 	width: 15px;
 	height: 15px;
	position: absolute;
	top:3px;
	left:125px;
	background: url('/images/ysk/icon_plus.gif') no-repeat left top;
}
#togbtn.active{
	background: url('/images/ysk/icon_minus.gif') no-repeat left top;
}
/* 凡例ダイヤログ */
#paradigm {
	display: none;
    margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:10px 0px 0px 0px;	/* 上側、右側、下側、左側 */
	width:550px;
	background-color:#FBFAF5;
	border: 2px solid #eee;
    cursor: pointer;
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
 }
#paradigm ul{
	padding-left:40px;
	list-style:none;
	margin-right:-15px;
	overflow:hidden;
	height:100%;
}
#paradigm ul li{
	float:left;
	margin-right:10px;
}


/* 予測が何もない */
h2#h2_not_dat{
	text-align: center;
	vertical-align:middle;
}
