@charset "utf-8";
/* CSS Document */

body {
	background-position:center;
	margin: 0;
	color: #000000;
	background: url("../images/bg.jpg") ;
	line-height:normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 100%;
}

/* ------------- スケジュール ------------- */
.cont1{
	padding: 40px;
}
.cont1 .schedule-ttl{
	padding-bottom: 20px;
	text-align: center;
}
.cont1 .schedule{
	width: 850px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}

/* ------------- fotter ------------- */
.footer{
	font-size: 12px;
	text-align: center;
	padding-top: 40px;
	color: #46321C;
}


