/*ページのレイアウト用CSS*/
body	{
   	margin:0px;
	padding:0px; 
	text-align:center;
	background-image:url(../img/bg01.gif);
	background-repeat:repeat;
}


#top	{
	width:800px;
	height:160px;
	margin:auto;
	background-image: url(../img/page_top.gif);
	background-repeat:no-repeat;
	text-align:right;
	}


	
#contents	{
	width:800px;
	height:1900px;
	margin:auto;
	position:relative;
	text-align:left;
	background-color:#FFFFFF;
	}

#main	{
	width: 790px;
	margin:5px;
	padding-right:5px;
}

#text_box	{
	width: 760px;
	margin-left: 20px;
}

#box{
    width: 760px;
	height: 90px;
	position:absolute;
	top: 52px;
	left: 8px;
	margin-bottom: 157px;
	text-align:left;
}

#navi {
　　margin:0px;
	padding: 0px;
	width: 780px;
	height:15px;
	position: absolute;
	top: 137px;
	left: 4px;
	border:none;
	text-align:left;
	color:#FFFFFF;
}	
	
#footer	{
	width:800px;
	height:14px;
	margin:auto;
	position:relative;
	background-color:#336600;
	margin-top:0px;
}
