body {	background-color : #e1ffe1 ;        font-family :"ＨＧ丸ゴシックＭ-ＰＲＯ";        font-size        : medium;        line-height      : 1.3em;}a:link      { color : blue  ;   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:yellow}/*リンク*/h1	{     color          : #006a00;	font-size       : 24pt; 	text-align      : left; 	font-weight     : bold; 	background-color: #ccffcc; /* 淡い緑 */	padding         : 18px 0 8px 24px; /* 上右下左 */	margin          : 0 0 10px 0;	border-color    : #006a00;  /*  深緑　*/	border-style    : none solid ridge solid; /*none,dotted(点線）dashed(粗い点線) solid、doublegroove(谷線) ridge(山線) inset(内線）outset(外線) inherit(継承）*/	border-width    : 0 0 6px 36px; }/*見出し*/h2 {    color          : blue;         font-size      : 16pt;         text-align      : left;          font-weight     : bold;         background-color: #ccffcc; /* 淡い緑 */         margin   :7%}/*見出し2*/hr {    color;#006a00;}/*水平線*/    