/*	index.html用css		*/
/*	bodyタグ用	*/
body		{
		margin:0px;
		padding:0px;
		height:100%;
		width:100%;
		background-color:#848484;
		background-image:url(../img/background.jpg);
		position:static;
		scrollbar-base-color:#203c58;
		scrollbar-arrow-color:#848484;
}

/*	看板用		*/
div.topimg	{
		margin:0px;
		padding:0px;
		height:60px;
		width:100%;
		position:static;
		background-color:#203c58;
		}

/*	リンクバー用	*/
div.acbar	{
		margin:0px;
		padding:0px;
		height:15px;
		width:100%;
		position:static;
		border-top:1px solid #848484;
		background-color:#203c58;
		}

/*	メインエリア左用	*/
div.left	{
		margin:0px;
		padding:0px;
		height:366px;
		width:202px;
		position:absolute;
		top:90px;
		left:10px;
		background-color:#848484;
		background-image:url(../img/background.jpg);
		color:#ffffff;
		}

/*	メインエリア中央用	*/
div.center	{
		margin:0px;
		padding:0px;
		height:358px;
		width:470px;
		position:absolute;
		top:90px;
		left:215px;
		background-color:#848484;
		background-image:url(../img/background.jpg);
		color:#ffffff;
		}

/*	メインエリア右用	*/
div.right	{
		margin:0px;
		padding:0px;
		border:2px solid #203c58;
		height:365px;
		width:250px;
		position:absolute;
		top:90px;
		left:686px;
/*		background-color:#ffffff;
		color:#000000;
		text-align:left;
		font-size:10pt;		*/
		}

div.right a:link,div.right a:visited	{
		background-color:transparent;
		color:#0000ff;
		text-decoration:none;
		}

div.right a:active,div.right a:hover	{
		background-color:transparent;
		color:#ff0000;
		text-decoration:underline;
		}

/*	メインエリア下用	*/
div.under	{
		margin:0px;
		padding:0px;
		width:1000px;
		position:absolute;
		top:490px;
		left:0px;
		background-color:#848484;
		background-image:url(../img/background.jpg);
		color:#ffffff;
		text-align:center;
		}

/*	フッター用	*/
div.footer	{
		margin:0px;
		padding:0px;
		width:1000px;
		position:absolute;
		top:600px;
		left:0px;
		background-color:#848484;
		background-image:url(../img/background.jpg);
		color:#ffffff;
		text-align:center;
		word-spacing:10px;
		font-style:italic;
		}

/*	リンク用	*/
a		{
		background-color:transparent;
		color:#203c58;
		text-decoration:none;
		}

a:active,a:hover	{
		background-color:transparent;
		color:#ffffff;
		text-decoration:underline;
		}