body { margin: 0px auto;
	background-color:#555555; /* 背景色 */
      /*background-image:url('背景画像のURLを指定');background-repeat:repeat;*/
	}

.font1 {
	text-align : center;
	font-size : 11px;
	color : #ffffff;
	}


A:link{text-decoration:none;} 
A:active{text-decoration:none;} 
A:visited{text-decoration:none;} 
A:hover{text-decoration:none;}





