@charset "utf-8";

/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#hoge:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}


/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#hoge
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}


/*------------------------------------------------------------------------------

							#infoContainer
							
------------------------------------------------------------------------------*/
#infoContainer{
	width: 100%; min-height: 1263px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #331502 url(../images/bg.jpg) no-repeat scroll center top;
}

.wrapper{
	width: 608px;
	margin: 0 auto;
}


h1{
	position: relative;
	width: 608px; height: 121px;
	margin: 64px auto 30px auto;
	background: url(../images/title_bg.png) no-repeat scroll center top;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
}

h1 span{
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	margin-top: -0.5em;
	text-align: center;
}

p{
	margin-bottom: 1em;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.6;
	text-align: center;
}

h2{
	margin-bottom: 1em;
}

#schedule{
	margin-bottom: 40px;
	padding: 30px 35px 15px 35px;
	background-color: rgba(255,255,255,0.6);
}

#schedule dt{
	font-size: 14px;
	color: #000000;
	line-height: 1.6;
	text-align: left;
}

#schedule dd{
	margin-bottom: 1em;
	font-size: 14px;
	color: #000000;
	line-height: 1.6;
	text-align: left;
}








