/* ページのレイアウト用CSS */
body{
	text-align: center;
	background-color: #f0f0f0;
}

.contents {
	width: 800px;
	margin:auto;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;

}

