@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	font-size: 14px;
	background-image:url(../images/bg.jpg);
	background-repeat : repeat-x;

}
.zzzkakomi	{border: 1px solid #7F7F7F; padding:10px; background:#FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	height: 250px;
	margin: -150px 0px 0px -300px; /* 幅と高さの半分のネガティブマージン */
}
.textIndent30 {
	padding-left: 3em;
	text-indent: -1em;
	margin-bottom: 0;
	margin-top: 0;
}


