@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(kawase.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
.main {
	width: 106px;
	padding: 12px;
	margin-top: 140px;
	height: 36px;
	text-align: center;
}
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	color: #FF00FF;
	font-weight: bolder;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear {
	clear: both;
}
