@charset "shift_jis";

/*リセット
-----------------------------------------------------▼--▼--▼---*/
* {
	margin: 0px;
	padding: 0px;
}

/*body
-----------------------------------------------------▼--▼--▼---*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 140%;
	width: 100%;
	text-align: center;
	background-color: #C2FF86;
	color: #333333;
}
.h1-text {
	background-image: url(muving_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	color: #C2FF86;
}
h1 {
	font-weight: normal;
	color: #C2FF86;
	font-size: 10px;
}



/*container
-----------------------------------------------------▼--▼--▼---*/
#container {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C2FF86;
	text-align: left;
}
#top-img {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
