
body, table{
	background-color : #DFF9DF ;
　/* ＃以下を変更することでＨＰの背景色を変えることが可能*/

        font-family :"ＨＧ丸ゴシックＭ-ＰＲＯ";
        font-size   : medium;
   
}

a:link      { color : #3377cc  ;   text-decoration : underline ;}
a:active    { color : red   ;   text-decoration : none ;background-color:yellow}
a:visited   { color : green;   text-decoration : underline ;}
a:hover  {
	color           : red  ;
	text-decoration : none ;
	font-weight     : bold ; 
        background-color:#FDFDA2
}/*リンク*/


p{
margin-left:5%; margin-right:5%;
}
p{
line-height:1.2em;
}

h1{
 color:#3333cc ;
 font-size:36pt ;
 font-family:ＨＧ丸ゴシックＭ-ＰＲＯ;
 font-weight     : bold 
 line-height:1.5em;
}


h2{
 color:#3333cc ;
 font-size:24pt ;<BR>
 font-family:ＨＧ丸ゴシックＭ-ＰＲＯ;
 font-weight     : bold 
}