@charset "utf-8";
/* program styles */

/*枠のスタイル　ここから*/
body {
	width: 100%;
	background-image: url(../weather/image/bg.gif);
	background-repeat: repeat-y;
	background-color:#fff;
}
#container {
	width: 980px;
}
#content {
	width: 980px;
	padding-top: 20px;
}

/*枠のスタイル　ここまで*/

/*気象情報ナビ　ここから*/
#weatherNav {
	float: left;
	width: 260px;
}
#container #weatherNav h1 {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../weather/image/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 88px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#weatherNav ul {
	font-size: 0px;
	line-height: 0px;
	list-style-type: none;
}
#weatherNav ul li {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 220px;
	margin-bottom: 4px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
#weatherNav ul li a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 220px;
}
#weatherNav ul a:hover {
	background-position: 0px -33px;
}
/*台風情報*/
#weatherNav #typhoon a {
	background-image: url(../image/shared/weather_typhoon.gif);
}
/*警報・注意報*/
#weatherNav #keiho a {
	background-image: url(../image/shared/weather_keiho.gif);
}
/*今日の天気*/
#weatherNav #kyo_z a {
	background-image: url(../image/shared/weather_kyo_z.gif);
}
/*あすの天気*/
#weatherNav #asu_z a {
	background-image: url(../image/shared/weather_asu_z.gif);
}
/*予想最高気温*/
#weatherNav #kmax_z a {
	background-image: url(../image/shared/weather_kmax_z.gif);
}
/*予想最低気温*/
#weatherNav #kmin_z a {
	background-image: url(../image/shared/weather_kmin_z.gif);
}
/*実況天気図*/
#weatherNav #gtenki a {
	background-image: url(../image/shared/weather_gtenki.gif);
}
/*予想天気図*/
#weatherNav #ytenki a {
	background-image: url(../image/shared/weather_ytenki.gif);
}
/*立体ひまわり*/
#weatherNav #himawaril a {
	background-image: url(../image/shared/weather_himawaril.gif);
}
/*全国の雨雲*/
#weatherNav #amedas a {
	background-image: url(../image/shared/weather_amedas.gif);
}
/*アメダス実況（一覧）*/
#weatherNav #amds_j a {
	background-image: url(../image/shared/weather_amds_j.gif);
}
/*週間天気*/
#weatherNav #week10 a {
	background-image: url(../image/shared/weather_week10.gif);
}

/*気象情報ナビ　ここまで*/

/*気象情報メイン　ここから*/
#weatherMain {
	float: left;
	width: 660px;
	padding-left: 30px;
	background-color:#fff;
}
/*気象情報メイン　ここまで*/
