@charset "utf-8";
/* CSS Document */
h1{
	font-size:18px;
	height:30px;
}
h2{
	height:25px;
}

table{
	line-height:1.5em;
}
img{
	position:absolute;
	left: 135px;
	top: 0px;
	width: 58px;
	height: 78px;
	
}
img.guitar{
	position:absolute;
	left: 25px;
	top: 6px;
	
}
img.drtr{
	position:absolute;
	left: 63px;
	top: 5px;
	
	
}
#contents{
	width:680px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#header h1{
	font-size:x-large;
	padding:0.4em;
}
#header h2{
	font-size:large;
	font-weight:bold;
}
#timetable {
	width:360px;
	float:left;
	margin-right:20px;
}
#timetable strong{
	color:#F00;
}
#price{
	float:left;
	width:300px;
	
}

#timetable table{
	border: none;
	border-collapse: collapse;
	width: 360px;
	overflow:hidden;
}
#price table {
	border:none;
	border-collapse:collapse;
	width:100%;
	line-height:1.6em;
	overflow:hidden;
}
#timetable td, #price td, #price th {
	border-bottom: 1px solid #666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align:left;
}
td.time{
	font-weight:bold;
	color:#008;
}
#footer{
	clear:both;
	background:#999;
	border-top:#FFF solid 10px;
	margin:5px 0 5px 0;
	height:2px;
}

