html, body {
	height: 100%;
}

body {
	font-size: 100%;
	/*font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "ＭＳ ゴシック", arial,verdana,sans-serif;*/
	color: black;
	background-color: #DDFFDD;
	text-align: center;
}
body > #wrapper {
	height: auto;
}
#wrapper {
	background: white url(../img/background.png) repeat-y;
	width: 960px;
	height: 100%;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
}

#content {
	height: auto;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

#footer {
	margin-top: 1em;
	text-align: center;
	font-size: 80%;
}
#footer_menu {
	color: silver;
}
#footer a {
	color: blue;
}