﻿/*ページのレイアウト用CSS*/
body	{
	background-color:#FFFFFF;
	}
#contents	{
	width:900px;
	margin:auto;
/*	background-image: url(side_sbk.jpg); */
	background-repeat: repeat-y;
	border:solid 1px #CCCCCC;
	}
#main {
	width: 315px;
	height: auto;
	float:left;
	margin-left: 4px;
}
iframe#maincontent {
    height: auto;
    width: 630px;
    border: none;
}
/*
#side,iframe	{
	width: 140px;
	height: auto;
	float:left;
	margin-left:0px;
}
*/
#side	{
	width: 140px;
	height: auto;
	float:left;
	margin-left:0px;
}

#twocol	{
	width:480px;
	float:left;
}
#ad_side	{
	width:315px;
	height: auto;
	float:right;
	margin-right: 0px;
	}
address	{
	cloar:both;
	}
