@charset "UTF-8";
/* CSS Document */

body {
	font-size: small;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(contents/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #646464;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: lighter;
}

