/*ページのレイアウト用CSS*/
body	{
	background-image: url(side_wbk.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	text-align:center;
}
#contents	{
	width:800px;
	margin:auto;
	position:relative;
	text-align:left;
	}
#main	{
	width: 480px;
	position: relative;
	left: 155px;
}
#side	{
	width: 140px;
	position: absolute;
	top: 130px;
	left: 5px;
}
#ad_side	{
	width:140px;
	position: absolute;
	top: 130px;
	margin-left:655px;
	}
address	{
	clear:both;
}
