/*ページのレイアウト用CSS*/
body	{
    margin:0px;
	text-align:center;
}

#header	{
	width:800px;
	height:20px;
	margin:auto;
	position:relative;
	background-color:#669966;
}
	
#top	{
	width:800px;
	height:150px;
	margin:auto;
	position:relative;
	background-image: url(../img/page_titleback.gif);
	background-repeat:no-repeat;
	text-align:right;
	}
	
	
#contents	{
	width:800px;
	margin:auto;
	margin-top:5px;
	position:relative;
	text-align:left;
	}
#main	{
    float:right;
	width: 615px;
	padiing-right: 5px;
}
#left_side	{
    float:right;
	width: 160px;
	margin-right:15px;
	left: 5px;
}

	
#footer	{
	width:800px;
	height:16px;
	margin:auto;
	clear:both;
	background-color:#669966;
}
