/*ボディに関するCSS*/
body {
	text-align: center;
	width: 800px;
	height: auto;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	list-style-type: disc;
	text-decoration: none;
	color: #000;
	background-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-style: none;
	top: 0px;
	left: auto;
	right: auto;   /*border: 1px solid #333;*/
}

#logo img {
	width: 210px;
	height: 70px;
	margin-top: 100px;
	padding: 0px;
	border-style: none;
	background-color: #FFF;
    }
