﻿/* ページのレイアウト用CSS */
#contents {
	width:800px;
	 
	background-repeat: repeat-y;
        border:outset 1px #c0c0c0;
      
	}
*#main {
	float:right;
	width: 580px;
	padding-right: 10px;
}
#side {
	float:right;
	width: 180px;
	margin-right: 20px;
}
#footer {
clear:both;
color: white;
}

