@charset "utf-8";
#wrapper {
	border-style: none;
	width: 800px;
}

/* CSS Document */

#header {
	display: none;
}
#sidebar {
	display: none;
}
#main {
	float: left;
	width: 630px;
	clear: both;
}

#main h2 {
	font-size: 120%;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	clear: both;
	margin-left: 10px;
	padding-bottom: 4px;
	display: marker;
}

#footer img {
	float: left;
	padding: 0px;
	background-color: #EFEBDE;
	display: inline;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
}
#footer p {
	float: none;
	clear: both;
	margin-left: 10px;
	font-family: "ＭＳ ゴシック";
	padding: 1px;
}
#footer address {
	background-position: center;
	text-align: left;
	text-indent: 20px;
}
