div#schedule {
	float: left;
	width: 800px;
	margin: 10px 0px 0px 0px!important;  
	margin: 10px 0px 0px 0px; /* for only IE6 style */  
}

div#schedule h1{
		padding:10px ;
		font-size:19px;
		font-weight: bold;
		background: url(../images/title/title_bg.gif) ;
		height: 20px;
		margin-bottom: 10px!important;  
		margin-bottom: 10px; /* for only IE6 style */  
	}
div#schedule_text_left{ 
	line-height:20px;
	float: left;
	width:220px;
	margin: 10px 0px 10px 0px!important;  
	margin: 10px 0px 10px 0px; /* for only IE6 style */  
	}
div#schedule_text_right{ 
	line-height:20px;
	float: right;
	width:550px;
	background: url(../images/boder.gif) left repeat-y;
	margin: 10px 0px 10px 0px!important;  
	margin: 10px 0px 10px 0px; /* for only IE6 style */  
	padding: 0px 0px 10px 30px;
	}
div#schedule_text{ 
	padding: 0px 0px;
	}

div#schedule ul{
    list-style:none;
}
div#schedule li{
    list-style:none;
    padding-left:18px;
    background:url(../images/icon.gif) no-repeat top left;
	background-position: 0px 5px;
}


/*　スケジュール詳細　.dl
--------------------------------- */
	.schedule_info{
		margin:0px 0px 0px 0px;
		overflow:hidden;
		padding: 0px;
		font-size:12px;
		}
	
	.schedule_info dt{
		float:left;
		line-height: 20px;
		margin:0 0 15px 0;
		width:20%;
		font-weight: bold;
		color:#F8981D;
	}
	
	.schedule_info dd{
		float:left;
		line-height: 20px;
		margin:0 0 15px 0;
		padding: 0 0 0 8px;
		width:76%;
		border-left: 6px solid #414141;
	}
/* チケット詳細テーブル
-----------------------------------*/
.schedule_text_tbl{
	width:390px ;
	border-top:1px solid #414141;
	border-left:1px solid #414141;
	border-collapse:collapse;
	margin: 0px 0px 10px 0px!important;  
	margin: 0px 0px 10px 0px; /* for only IE6 style */  
}
.schedule_text_tbl th{
	font-size:12px ;
	height:30px ;
	border-right:1px solid #414141;
	border-bottom:1px solid #414141;
	color:#F8981D;
}

.schedule_text_tbl td{
	font-size:12px ;
	height:30px ;
	border-right:1px solid #414141;
	border-bottom:1px solid #414141;
	color:#ffffff;
}
.ops00{
	line-height:20px;
	vertical-align:middle;
	background-color:#000000;
}

.ops01{
	line-height:20px;
	background-color:#222;
	vertical-align:middle;
}

