body{
	background:url("image/bg.jpg") no-repeat 50% 50%;
	background-size:cover;
}


.contents_title{
	height:70px;
	padding-left:10px;
	margin-bottom:10px;
	font-size:3.3em;
	line-height:1.4em;
	color:#FF0000;
    margin-bottom:40px;
}
.contents_title:after{
	content:"";
	display:block;
	border:4px #ff0033 solid;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }


.hidden_text{
	visibility: hidden;
	margin:0px;
	padding:0px;
	height:0px;
}

.clearfix {zoom:1;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}

.end{
	color:#ff0033;
	font-weight:bold;
	margin-bottom:5px 0 10px 0:
}

.to_top{
	margin-top:10px;
	font-weight:bold;
	color:#ff0033;
	text-align:right;
}

.to_top a:visited{
	color:#ff0033;
}

.strong_word{
	font-size:2.0em;
	color:#ff99CC;
}

#wrapper {
	width:750px;
	position:relative;
	margin:0px auto;
	text-align:center;
}

#site_header{
	width:100%;
	height:602px;
	background:url("image/title.png") no-repeat;
	text-align:left;
}


footer{
	margin-top:50px;
	padding-top:200px;
	padding-bottom:25px;
	text-align:center;
	color:#ffffff;
	font-size:1.5em;
	width:100%;
	background:url("image/footer.png") no-repeat 50% 0%;
	background-size:cover;
}

footer nav{
	margin-bottom:10px;
}

#wrapper #contents {
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width:750px;
	padding:20px 0;
	display:block;
}

/************************************************************************/


#contents section {
	width:750px;
	margin:0 auto 20px auto;
	color:#FF0000;
	font-weight:bold;
}

#contents section .text_area {
	padding: 0px 20px;
}


#schedule dl{
	margin-left:20px;
}

#schedule dl dt{
	margin-top:20px;
	margin-bottom:10px;
	font-size:1.6em;
	color:#FF0000;
}

#schedule dl dd{
	margin-left:25px;
	font-size:1.4em;
	line-height:1.2em;
}

#schedule dl dd p{
	margin:15px 0;
}

#time_table .time_table{
	text-shadow:0px 0px 5px #ffffff;
}

#time_table .group_wrapper{
	width:750px;
	margin-bottom:30px;
}

#time_table .group_wrapper .timeline{
	width:750px;
	font-size:2.0em;
}

#time_table .group_wrapper .group_photo{
	width:320px;
	float:left;
	margin-right:20px;
}

#time_table .group_wrapper .group_about{
	width:400px;
	float:right;
}


#time_table .group_wrapper .group_about .group_name{
	font-size:1.8em;
	margin-bottom:20px;
}

#time_table .group_wrapper .group_about .group_text{
	line-height:160%;
}
