/* ページのレイアウト用CSS */
body {
	background-color: #e4e4e4;
	text-align: center;
}
#contents {
	width:800px;
	background-position: top right;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
	}
#header{
       width:800px;
       }
#main {
	float: left;
	width: 600px;
	padding-left: 10px;
}
#topbox {
	margin-top: 5px;
        padding-right: 5px;
        padding-left: 5px;
        border: 1px solid #c0c0c0;
        background-color: #f5f5f5;
}
#side {
	float: left;
	width: 180px;
	margin-left: 10px;
	}
#footer {
	width:800px;
	margin-top: 20px;
	clear: both;
	}
