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


body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%
	width: 960px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header {
	height: 300px;
	background-image: url(../img/header.jpg);
}
.contents {
}
.schedule {
	margin-top: 20px;
	border: 17px solid #C96;
	padding: 17px;
	float: left;
	margin-bottom: 50px;
}
.scheduletitle {
	margin-top: 20px;
}
.fb {
	margin-top: 20px;
	float: right;
	width: 500px;
}
.info {
	margin-top: 20px;
	float: right;
	width: 500px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 26px;
	color: #333;
}
.map {
	margin-top: 50px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 25px;
	width: 500px;
	background-image: url(/img/entrance.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 620px;
}
.footer {
	height: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	text-align: right;
	padding-top: 10px;
	line-height: 20px;
	width: 500px;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-top: 20px;
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 130%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #512D1C;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #512D1C;
	padding-bottom: 5px;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
a:link {
	color: #333;
}
