/*ページのレイアウト用CSS*/
body	{
    margin:0px;
	text-align:center;
}

#header	{
	width:800px;
	height:22px;
	margin:auto;
	position:relative;
	background-color:#669966;
}
	
#top	{
	width:800px;
	height:160px;
	margin:auto;
	position:relative;
	background-image: url(../img/titleback.gif);
	background-repeat:no-repeat;
	text-align:right;
	}
	
	
#contents	{
	width:800px;
	height:1200px;
	margin:auto;
	margin-top:5px;
	position:relative;
	text-align:left;
	background-color:#FFFFFF;
	}

#main	{
	width: 440px;
	position: absolute;
	left: 179px;
}

#left_side	{
	width: 160px;
	position: absolute;
	left: 5px;
}
#right_side	{
	width:160px;
	margin-left:635px;
}
	
#footer	{
	width:800px;
	height:16px;
	margin:auto;
	position:relative;
	background-color:#669966;
	margin-top:3px;
}
