@charset "UTF-8";

body {
	background-color: #ffffff;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, 
	"ヒラギノ角ゴ Pro W3", Lucida Grande, Lucida Sans Unicode, Lucida Sans;
	font-size: 10px;
	margin: 0;
	text-align: center;
	padding: 0;
	margin: auto;

	}

.logo{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 483px;
	height: 483px;
	background-image: url(http://www.tsuku-fu.com/img/tsukufu_logo.jpg);
	background-repeat: no-repeat;
	background-position : center;
	}

.footer{
	color: #808080;
	font-family: Georgia, "ＭＳ 明朝", serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	}

