@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: 600px;
	height: 600px;
	margin: -300px 0px 0px -300px; /* 幅と高さの半分のネガティブマージン */
}
.textIndent00 {
	margin-bottom: 0;
	margin-top: 0;
}
.textIndent_en {
	text-indent: 0.7em;
	margin-bottom: 0;
	margin-top: 0;
}
.mlr30{
	margin:0 30px;
}
.font_s{
  font-size: 0.9em;
}
.mt20{
  margin-top: 20px;
}