﻿﻿@charset "UTF-8";
a{
	text-decoration : none;
}
a:hover{
        color : #0000FF;
        text-decoration : none;
}
body{
       font-family : "AR P丸ゴシック体E" ;
}
#container{
	position : relative;
             width : 980px; height : 1300px;
             background-color : #ccffff;
             margin:0 auto;       
             
  z-index : 5;
}
#title{
	position:fixed;
             width : 980px; height : 66px;
             background-color : #3366ff;
             align:center; 
             z-index : 20;        
              
  top : 0px;
  padding-top : 6px;
} 
#block1{
	position:fixed;
              width : 980px;
              background-color : #3366ff;
              z-index : 25;
              top : 60px;
  height : 57px;
}
#block2{
	position:relative;
              width : 400px; height : 1000px;
              background-color : #ccffff;
              z-index : 2;
              top : 110px;      
               
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 20px;
  left : 120px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
#block3{
	position:relative;
              width : 300px; height : 950px;
              background-color : #ccffff;     
    top : -930px;
  left : 540px;
  padding-left : 20px;
  padding-right : 15px;
  z-index : 6;
  padding-top : 8px;
}
#footer1{
	position:relative;
              width : 980px; height : 25px;
              background-color : green;
              z-index : 20;
              top : -720px;
  padding-top : 3px;
  left : 0px;
}
#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 10px #CCFFFF; /*light-green*/
}
#tbl-bdr4 table, #tbl-bdr4 td, #tbl-bdr4 th{
  border-collapse: collapse;
  border: solid 10px #3366ff; /*green*/
}