@charset "utf-8";
/* CSS Document */

body {
	font-size:14px;
	margin:0;
	padding:0;
}

.container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:781px;
}
.contents {
	margin-left:auto;
	margin-right:auto;
	width:680px;
	height:620px;
	
}



/*背景画像*/

.top_body {
	background: url(img/top_bg.jpg) no-repeat;
}
.contact_body {
	background: url(img/contact_bg.jpg) no-repeat;
}
.contact2_body {
	background: url(img/contact_bg_2.jpg) no-repeat;
}
.access_body {
	background: url(img/access_bg.jpg) no-repeat;
}
.gallery_body {
	background: url(img/gallery_bg.jpg) no-repeat;
}


/*トップページ*/
.top_moji {
	margin-top:100px;
}



/*申し込み*/
p.moshikomi {
	margin-top:100px;
}
.contact_t {
	font-size:12px;
}
.button {
	margin-top:90px;
}