@charset   "Shift_JIS";
/*ページのレイアウト用CSS*/
BODY	{
	background-image : url(../images/other/ajisai01.jpg);
	/*background-repeat: repeat-y;*/
	background-position:top center;
	text-align:center;/*←古いブラウザへの対応*/
}
#contents	{
	width:800px;
	position:relative;/*←コンテンツを全体の中央に*/
	margin:auto;
	text-align:left;/*←テキストは左揃え*/
	
}
#main	{
	width:480;
	position: absolute;
	left: 155px;
	/*right:155px;*/
        background-color:#ffffff;
	/*background-image: url(../images/w9b.gif);*/
	background-repeat; repeat-y;
}
#side	{
	width: 140px;
	position: absolute;
	left: 5px;
	/*background-image: url(../images/wood02.jpg);
	background-repeat;repeat-y;*/
	
}
#ad_side {
	width:140px;
	position:absolute;
	left:635px;
	/*background-image: url(../images/wood02.jpg);
	background-repeat;repeat-y;*/
}
