	BODY{
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		text-align:center;
		background-repeat : repeat;
	}

	/* リンク */
	a{color:midnightblue;text-decoration:none;font-weight:bold;}
	a:link{color:midnightblue;text-decoration:none;font-weight:bold;}
	a:visited{text-decoration:none;font-weight:bold;}
	a:active{}
	a:hover{color:midnightblue;text-decoration:none;font-weight:bold;}

	/* タイトル */
	#banner{
	background : url(TOSHIKING.jpg) no-repeat;
		width:403px;
		height:240px;
	
  text-align : center;
}
