@charset   "Shift_JIS";
H1{
  
  
  text-transform : capitalize;
  font-size : 1.6em;
  background-color : #004080;
  color : white;
  margin-left : 5pt;
  margin-top : 5pt;
  margin-right : 5pt;
  margin-bottom : 5pt;
  
border-width : 5px;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
border-style : ridge;
  
}

H2{
	font-size:1.2em;
	border-width:0 0 5px;
	border-style : none dotted groove;
	border-color:#009933;
	margin:1em;
}


P{
  margin-top : 1em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 1em;
}

P{
  margin-top : 1em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 1em;
}

H4{
  margin-bottom : 1px;
}

A{
  font-weight : normal;
  
  
  
}
A:LINK{
  font-weight : normal;
  
}
A:HOVER{
  font-weight : normal;
  color : red;
  
}
A:ACTIVE{
  font-weight : normal;
  
  text-decoration : underline;
}

