body	{ color: black ;				/* 基本設定 */
	  background: black url("img/grad.gif") ;
	  margin: 0px ; padding: 0px ; text-align: center }

a:link, a:visited, a:active { text-decoration: none }	/* リンク */
a:hover   { text-decoration: underline }
a:link	  { color: #f7f388 }
a:visited { color: #faf7d6 }
a:active  { color: white }

/* menu.html */
.menu1	{ line-height: 1.4em ; font-size: 16px }
.menu2	{ line-height: 1.2em ; font-size: 13px }



