/*ページの基本デザイン・2005/06/05*/
A  {
	text-decoration:none;
	background-position: left;
	}
H1 {
	font-size:14pt;
	
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align : left;
	width : 100%;
	background-position: center;
  border-left-width : 20px;
  border-right-width : 1px;
  height : 1.5em;
  border-left-color : lime;
  border-right-color : lime;
  border-top-width : 1px;
  border-top-color : lime;
  
  border-top-style : solid;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-bottom-color : lime;
  background-color : #d9ffd9;
  
  vertical-align : 1px;
  margin-top : 10px;
  bottom : 0px;
  text-indent : 0px;
  top : 10px;
  padding-top : 10px;
  letter-spacing : 5px;
}
H3 {font-family: "MS P明朝",serif;/*見出し*/
   color: #993333;
   }

A:link {    color: #0000FF;
            text-decoration: none; 
	}
A:visited { 
	color: #0000FF;
        text-decoration: none;
	 }
A:hover {
	color: #E04040;
	background-color: #99ff99;        
	/*text-decoration: underline;*/ 
	}

body {
	margin-top: 3px;
	background-position: center;
	width: 650px;
}
tr {
	text-align: center;
	background-position: center;
}
