﻿#wrapper {
  width: 840px;
  margin: 0px auto;
  padding:30px 20px 10px;
  text-align:center;
  
}
img {
     border : none;
     hspace:10px;
     vspace:10px;
    }

h5 {
    font-size:large;
    font-weight:bold;
    text-decoration:underline;
    color:#1e90ff;
    background-color:inherit;
      }

H4 {
   font-size : medium;
   color : #000000;
   margin-top : 0px;
   margin-bottom :3px;
   background-color:inherit;
}


H2 {
   background-color : #fed0e0;   
   color:#000000; 
}


H3 {
   font-size : smaller;
   margin-top : 0px;
   margin-bottom :3px;
    background-color:inherit;
   color : #1e1e1e;
}

H1 {
   font-weight:700;
   color : #8b008b;     
    background-color:inherit;
  }


A:visited {
   color : #000080; 
   text-decoration : none;   
    background-color:inherit;
 }


A:link {
   text-decoration : none; 
    color: #0000ff;    
     background-color:inherit;
 }


A:hover, A:focus { 
      color: #ff0000;
     text-decoration : underline;    
     background-color : inherit;
 }


A:active {
   color : #000080; 
   text-decoration : underline;  
    background-color:inherit;
  }


ul {
   line-height : 1.4em;
   list-style-type : square;
}


ol {
   font-size :small;
   margin-top:3px;
   margin-bottom:3px;
}


strong{
     color : #00008b;  
     background-color:inherit;
 }


em{
     color : #ff00ff;
     font-weight : bold; 
     background-color:inherit
}


p{
     font-size : medium ;
}

legend{
        color:#800000;  
     background-color:inherit;
 }


#linkinfolayer{
position:absolute;
visibility:hidden;
color:#ff00ff;   
    background-color:inherit;
 }


TEXTAREA,SELECT {
	color:black;
        font-size:10pt;
        border-color:white;
	border-top:gray 1px solid;
	border-bottom:gray 1px solid;
	border-left:gray 1px solid;
	border-right:gray 1px solid;
	}


BODY{
     line-height : 1.5em;
     padding-top : 10px;
     background-image: url('../images/kaded.gif');
     background-attachment: fixed;
    

 }

table {
　　margin-left: auto;
　margin-right: auto
}
DL{
        margin-top:20px;
       } 
DD{ 
        FONT-SIZE:SMALL;
        line-height : 50 %;
        } 
DT{
        FONT-SIZE:large;
        font-weight:bold;
        }     

td{
       line-height:200%;
       font-weight:bold;
       text-align:left;
       
}

