@charset "Shift_JIS";
a{
       text-decoration:none;
}
a:hover{
       color : #0000FF ; 
       text-decoration : none ;
}
body{
     font-family : "AR P丸ゴシック体E";
}
#container{
	position:relative;
             width : 955px; height : 14000px;
             background-color : #ccffcc;
             margin:0 auto;       
             z-index : 5;
}
#title{
	position:fixed;
             width : 955px; height : 60px;
             background-color : #008080;
             align:center; 
             z-index : 20;        
             top : 0px;
             padding-top : 6px;
} 
#block1{
	position:fixed;
              width : 955px; height : 40px;
              background-color : #008080;
              z-index : 25;
              top : 60px;      
}
#block2{
	position:relative;
              width : 900px; height : 13000px;
              background-color : #ccffcc;
              z-index : 8;
              top : 110px;
  left : 30px;
  font-family : serif，"MSゴシック";
  font-size : 14pt;
}
#footer1{
	position:relative;margin-right : auto;margin-bottom : 0px;margin-left : auto;
                width : 955px; height : 40px;
                background-color : #448044;
　　　　　　　　float:left                
                top : 800px;
                color : #ffffcc;
                top : 1000px;
                z-index : 20;
  padding-top : 5px;
  left : -30px;
}
#tbl-bdr1 table, #tbl-bdr1 td, #tbl-bdr1 th{
  border-collapse: collapse;
  border: solid 2px silver;
}
#tbl-bdr2 table, #tbl-bdr2 td, #tbl-bdr2 th{
  border-collapse: collapse;
  border: solid 2px #FFFFCC; /*light-yellow*/
}
#tbl-bdr3 table, #tbl-bdr3 td, #tbl-bdr3 th{
  border-collapse: collapse;
  border: solid 2px #CCFFCC; /*light-green*/
}
#tbl-bdr4 table, #tbl-bdr4 td, #tbl-bdr4 th{
  border-collapse: collapse;
  border: solid 1px #008080; /*mos-green*/
}
hr{
  border-width: 1px 0 0 0; /* 太さ */
  border-style: solid; /* 種類 */
  border-color: silver; /* 色 */
}