div.contents{
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 160px;
	width: 680px;
}


div.schedule {
	margin-bottom: 1em;
}

div.schedule h3{
	font-weight: bold;
	font-size: 1.3em;
	line-height: 40px;
	text-align: center;
	color: skyblue;
	background-image: url(images/back_h3.png);
	background-repeat: no-repeat;
	background-position: top center;
}

div.schedule dl{
	margin-bottom: 1em;
	margin-left: 40px;
	color: white;
}

div.schedule dt{
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	color: white;
	width: 600px;
	display: block;
}

div.schedule dt.line{
	background-image: url(images/back_dd1.png);
	background-repeat: no-repeat;
	background-position: center left;
}

div.schedule dt.bx{
	height: 100px;
	background-image: url(images/back_ddbx.png);
	background-repeat: no-repeat;
	background-position: center left;
}

div.schedule dt.box{
	height: 170px;
	background-image: url(images/back_ddbox.png);
	background-repeat: no-repeat;
	background-position: center left;
}

div.schedule dd{
	height: 30px;
	line-height: 30px;
	width: 500px;
	padding-left: 110px;
	margin-top: -30px;
	display: block;
}

div.schedule dd.bx{
	height: 100px;
	padding-top: 5px;
	margin-top: -100px;
	line-height: 1.5em;;
}

div.schedule dd.box{
	height: 170px;
	padding-top: 5px;
	margin-top: -170px;
	line-height: 1.5em;;
}

div.schedule a{
	color: #CCCCFF;
	text-decoration: none;
}

div.schedule a:hover{
	color: skyblue;
	text-decoration: underline;
}

a.ticket{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 50px;
	color: lime;
	background-image: url(images/link_sale.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-decoration: none;
	text-align: center;
	width: 680px;
	height: 50px;
	display: block;
}

a.ticket:hover{
	background-position: 0 -50px;
	color: white;
}

div.schedule_note{
	background-image: url(images/back_explanation.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 680px;
	height: 190px;
}

div.schedule_note h4{
	color: skyblue;
	line-height: 30px;
	font-size: 1.3em;
	padding: 5px;
	text-align: center;
}

div.schedule_note p{
	color: white;
	padding: 10px;
}

div.schedule_note a{
	color: green;
	font-size: 1.3em;
	line-height: 1.5em;
}

div.schedule_note a:hover{
	color: limegreen;
}
