.blue{
  color:blue;
  }
  
.darkgreen{
  color:darkgreen;
  }
.small{
  font-size:13px;
  }  
svg #map {
      width:  440px;
      height: 500px;
      border: 1px solid black;
      margin-left:10px;
 }
.legend{
     font-size:12px;
     }

#map {
    margin:20px;
    float:left;
    
}

svg #graph {
    width:900px;
    height:400px;
    }
  
.tooltip {
  border: 1px solid black;
  background-color: white;
  padding: 5px 8px 4px 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#title1{
   color:blue;
   margin-left:50px;
   }
   
#menu {
//  position: absolute;
    top: 10px;
    left: 10px;
    height:60px;
    buttom: 60px;
}

#menu ul {
	list-style: none;
}

#menu ul li {
    margin-bottom: 15px;
    list-style: none;
    display: inline;
    padding-left:5px;
}

#menu ul li a {
	padding: 3px 10px;
	border-radius: 4px;
	box-shadow: inset 0 -1px #BBBFC2;
	color: #666;
	font-size: 12px;
	background-color: #EAEFF2;
	text-decoration: none;
}

#menu ul li a.on {
	color: #fff;
	font-weight: bold;
	background-color: #0095DD;
}
      	
body {
     background: linear-gradient(to top, rgba(0,153,255,0.5), #009);
     background-color: black;
     font-size: 15px;
     font-family: "メイリオ"," Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "sans-serif";
     margin: 0px auto;
     width: 1080px;
}
header {
     background-color: black;
     color: white;
     display: block;
     height: 40px;
     line-heiht: 32px;
     width: 1080px;
     margin: 0px auto;
     text-aling: center;
}
header h2 {
     margin: 0px auto;
     text-align: center;
}

nav {
     background: lightblue;
     color: white;
     display: block;
     height: 30px;
     line-height: 30px;
   //  margin: 0px auto;
     padding: 0px;
     text-decoration: none;
}


nav ul, nav li {
    list-style-type:none;
     line-style: none;
     margin : 0px auto;
}


ul#Nav001 li {
     font-size: 13px;
}

ul#Nav001 li a {
     background: url(../yajirushi.gif) no-repeat 0px 0px;
     color: #666;
     height: 20px;
     margin-left: 17px;
     padding-left: 22px;
  //   padding-top: 2px; 
     text-decoration: none;
}

ul#Nav001 li a:hover {
     background: url(../yajirushi.gif) no-repeat 2px 0px;
     color: #F90;
}
article {
     background-color: white;
     display: block;
     height: 1750px;
     padding-left: 20px;
     padding-right: 20px;
     padding-top:10px ;
     text-aling: left;
     width: 1040px;
}
.honbun{
    padding-left:80px;
    padding-right:80px;
    }

footer {
     background-color: black;
     clear: both;
     color: white;
     display: block;
     height: 34px;
     padding-left: 20px;
     text-align: center;
     width: 1060px;
}
	
.totop{
  text-align:right;
  }


.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

.axis {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

#table1 {
   // width: 100%;
   // margin:10px 10px 10px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0px;
   // float:left;
}

#table1 tr th {
    font-size: 12px;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 5px;
    text-align:center ;
    width:50px;
}
#table1 tr td  {
    font-size: 12px;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
   // padding: 7px;
    text-align:center ;
    width:80px;
 }

#table1 tr th{
    background: #E6EAFF;
}   

#table1 tr:nth-child(2n+1) {
     background: #F0FFFF;
}


#table1 thead ,tbody {
    display: block;
}

#table1 tbody {
    overflow-y: scroll;
    height: 300px;
}



#table2 {
   // width: 100%;
   // margin:10px 10px 10px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0px;
   // float:left;
     table-layout: fixed;
}

#table2 th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
/*
#table2 td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: center;
	padding: 10px;
}
*/

#table2 tr th{
    background: #E6EAFF;
}   
iframe{
 border:none;
 }