 
BODY{		
				
		/*"ページ全体の文字"*/
  font-size : 90%;
  font-family : sans-serif,"ＭＳ Ｐゴシック";
  color : #444444;

		
}
A:hover{		
				
		/*"マウスが触れたとき"*/
  bottom : 2px;
  right : 2px;
  left : 0px;
}

P{		
				
		margin-left : 10px;

		
		
}

H1{		
		background-color : white;
		text-align : center;
border-width : 1px;border-style : double;border-color : #c60063;
}
