@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #0085d5;
	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: 500px;
	height: 220px;
	margin: -150px 0px 0px -250px; /* 幅と高さの半分のネガティブマージン */
}
.textIndent30 {
	padding-left: 50px;
	margin-bottom: 0;
	margin-top: 0;
}


}