@charset "UTF-8";
* {margin:0;padding:0;}
/*タグセレクタ*/
body {
	background-color: #000;
}
a:focus{
	outline:none;
}
a:active{
	outline:none;
}

/*idセレクタ*/
#wrapper {
	background-color: none;
	margin: 0px auto;
	width: 1030px;
	height: 600px;
	padding-top: 15px;
}
#schedule {
	width: 360px;
	float: left;
}
#header_l {
	width: 200px;
	float: left;
}
#header_l h3 {
	font-size: 17px;
	color: #fff;
	line-height: 1.5em;
	padding-top: 50px;
}
#header_r {
	width: 151px;
	float:right;
}
#program {
	margin-top: 10px;
}
#program img {
	vertical-align: middle;
}
table,tr,td {
	border:1px solid #333;/*枠線を指定*/
	border-collapse:collapse;/*表の境界線を結合してを表示する*/
	color:#aaa;
	background-color: none;
}
td {
	height:20px;/*セルの高さを20pxに指定*/
	vertical-align:middle;/*文字をセルの高さの真ん中に指定*/
}
.t-00 {
	font-size:13px;
	width:40px;/*幅を40pxに指定*/
	text-align: center;
	padding: 0px 3px 0px 3px;/*内側に3pxの余白を入れる*/
}
.t-01 {
	font-size:13px;
	width:10px;/*幅を10pxに指定*/
	padding: 0px 3px 0px 3px;/*内側に3pxの余白を入れる*/
}
.t-02 {
	font-size:13px;
	line-height: 1.3em;
	width:310px;/*幅を310pxに指定*/
	padding: 0px 3px -1px 3px;/*内側に3pxの余白を入れる*/
}
#return img {
	padding-top: 202px;
}

#jquery-cycle-wrap {
	position: relative;
	width: 650px;
	height: 600px;
	float:right;
}
#jquery-cycle {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 600px;
}
#jquery-cycle img {
	width: 650px;
	height: 600px;
}
#jquery-cycle-nav {
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 600px;
	text-align: center;
}
#jquery-cycle-nav a {
	float: left;
	width: 325px;
	height: 198px;
	display: block;
	text-decoration: none;
}
#jquery-cycle-prev {
	font-size: 20px;
	text-align: left;
}
#jquery-cycle-next {
	font-size: 20px;
	text-align: right;
}
#jquery-cycle-prev span, #jquery-cycle-next span {
	padding: 0 10px;
	background: #ffffff;
	filter: alpha( opacity=50 );
	-moz-opacity: 0.50;
	opacity: 0.50;
}
/*クラスセレクタ*/
.float-clear {
	clear: both;
}
.red {
	color: #c00;
}

