﻿<@charset "UTF-8";>
html,body {
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ丸ゴ ProN','ヒラギノ角ゴ Pro W3','YuGothic','Yu Gothic','メイリオ',' Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;  
		}
html,body{margin:0;padding:0;}
body { width : 900px ;
       margin:auto ;
     }
body { font-size: 1.0em; color : #fff ;}
*{
		margin:0:
		padding:0;
}


/*以上ページ設定　以下本文*/

	h1 { font-size : 200% ; color : #fff ; text-align : center ; border: 1px solid #fff ;
				padding : 8px ; margin : 80px 0 10px 0 ;
		}
	h2 { font-size : 1.2em ; padding : 15px 15px 0 30px; margin-top : 30px ;
		}

	img.tizu { width : 300px ; height : 357px ; border: 2px #fff solid ; padding : 1px ;
  
		}
	img.temp { width : 812px ; height : 636px ; border: 2px #fff solid ; padding : 1px ;
		}

	p.kakidasi { line-height: 1.8em ;
	}

/*画像と回り込み*/
	#intro {
	width : 900px ; height : 420px ; margin : 0 auto ; border: #fff 1px hidden ;
	}
	#graph {
	float:left ; width : 306px ; height : 400px ;
	}
	#setumei {
	float: none ; width : auto ; height : 400px ; padding :20px ; margin-left: 306px ;
	}
	.clear { clear : both; }

/*参考日本雨量*/
	table.japan { margin : 0 ;
	}

/*文字色とボールド*/
	span.aka { color : #ff0080 ;}
	span.ao { color :#0080ff ;}
	span.akab { color : #ff0080 ; font-weight : bold ;}
	span.aob { color : #0080ff ; font-weight : bold ;}

/*table部分の文字縮小*/
	table {
	 font-size :0.7em;
	}
/*表の見出し*/
	p.table_top {
	font-size : 0.8em ; margin: 0 ; padding : 5px 0 5px 20px ;
	}
	p.table_top1 { 
	font-size: 0.8em ; color:red ;  margin: 0 ; padding : 5px 0 5px 20px ;
	}
/*表文字センター寄せ*/
	td {
	text-align : center;
	}
/*まとめ文インデント*/
	.matome { padding : 0 20px 0 20px; line-height : 1.8em ;
	}

	p.copy_right { font-weight: 700 ; font-size: large ;
	}

/*リンクボタン設定*/
a.bt-kikou{
  display: block;
  text-decoration: none;
  height:35px;
  width: 200px;
	margin: auto;
  line-height: 37px;
  text-align: center;
  color: #2bb6c1;
  border:solid 1px #2bb6c1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-kikou:hover{
  background: #2bb6c1;
  color: #fff;
}
/*リンクボタンここまで*/

	table.link { margin-right: auto ; margin-left: auto ; width: 600px ; height: 70px ;
	margin-top: 70px ;
	}


	td.button { width: 250px ; height: 60px ; padding: 10px; }


