/*	circle.html用css		*/
/*	bodyタグ用	*/
body		{
		margin:0px;
		padding:0px;
		height:100%;
		width:100%;
		background-color:#848484;
		background-image:url(../img/background.jpg);
		color:#ffffff;
		scrollbar-base-color:#203c58;
		scrollbar-arrow-color:#848484;
}

/*	看板用		*/
div.topimg	{
		margin:0px;
		padding:0px;
		height:60px;
		width:100%;
		position:static;
		background-color:#203c58;
		}

/*	メインエリア用	*/
div.body	{
		margin:0px;
		padding:0px;
		height:1500px;
		width:1000px;
		position:static;
		background-color:#848484;
		background-image:url(../img/background.jpg);
		}

/*	サブエリア用	*/
div.board	{
		margin:0px;
		padding:0px;
		width:800px;
		position:absolute;
		left:100px;
		background-color:#848484;
		background-image:url(../img/background.jpg);
		}

/*	フッター用	*/
div.footer	{
		margin:0px;
		padding:0px;
		width:1000px;
		position:static;
		background-color:#848484;
		background-image:url(../img/background.jpg);
		text-align:center;
		word-spacing:10px;
		font-style:italic;
		}

/*	リンクバー用	*/
div.acbar	{
		margin:0px;
		padding:0px;
		height:15px;
		width:100%;
		position:static;
		border-top:1px solid #848484;
		background-color:#203c58;
		}

/*	リンク用	*/
a		{
		background-color:transparent;
		color:#203c58;
		text-decoration:none;
		}

a:active,a:hover	{
		background-color:transparent;
		color:#ffffff;
		text-decoration:underline;
		}