@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#F1EEED;
	background-image:url(bg.png);
	background-position:top center;
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;;
	color: #333;
	line-height: 180%;
}
.document{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.header {
	padding-top:495px;
	height:77px;
}
.footer {
	background-color:#FFF;
	border-top:#630 3px solid;
	padding-top:20px;
	padding-bottom:10px;
}

