﻿/* schedule.html */

/* schedule */

div.schedule {
	width: 100%;
	margin: 0 0 20px 0;
	background: url('../images/mediascheduleMiddle.jpg') left top repeat-y;
}

div.schedule div.tContents {
	width: auto;
	background: url('../images/mediascheduleTop.jpg') left top no-repeat;
}

div.schedule div.tContents h3 {
	height: 50px;
}

div.schedule div.tContents h3 span {
	display: none;

}

div.schedule div.tContents div.schedule_panel {
	width: 589px;
	height: 40px;
	margin: 279px 0 0 0;
	position: relative;
}

div.schedule div.tContents div.schedule_panel img {
	width: 589px;
	height: 40px;
}

div.schedule div.tContents div.schedule_panel div {
	width: 97px;
	height: 31px;
}

div.schedule div.tContents div.schedule_panel div.back {
	width: 97px;
	height: 31px;
	position: absolute;
	top: 0;
	left: 0;
}

div.schedule div.tContents div.schedule_panel div.next {
	width: 97px;
	height: 31px;
	position: absolute;
	top: 0;
	right: 0;
}

div.schedule div.tContents div.schedule_panel div a {
	line-height: normal;
	display: block;
	width: auto;
	height: 31px;
	background: url("../images/dammy.gif") left top;
}

div.schedule div.tContents div.schedule_panel div a span {
	display: none;
}



div.schedule div.tContents div.scheduleList {
	background: url('../images/mediascheduleCoMiddle.jpg') left top no-repeat;
}

div.schedule div.tContents div.scheduleList p.dataMonth {
	width: auto;
	padding: 10px 0 5px 10px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

div.schedule div.tContents div.scheduleList ul {
	width: auto;
	list-style: none;
	padding: 10px 20px 15px 20px;
	background:  url('../images/topicBottom.gif') right bottom no-repeat;
}

div.schedule div.tContents div.scheduleList ul li {
	width: auto;
	vertical-align: middle;
	padding-left: 25px;
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #000000;
	background: url('../images/topicIcon.png') left top no-repeat;
}
div.schedule div.tContents p {
	width: auto;
	font-size: 12px;
	padding: 0px 20px 15px 20px;
}

/* banner */
div.banner {
	width: auto;
	height: 146px;
	background: #ffffff url('../images/bannerArea.jpg') left top no-repeat;
}

div.banner ul {
	list-style: none;
	position: relative;
}

div.banner ul li {
	width: 234px;
	height: 60px;
}

div.banner ul li img {
	width: 234px;
	height: 60px;
	border-style: none;
}

div.banner ul li.li1 {
	position: absolute;
	top: 10px;
	left: 40px;
}

div.banner ul li.li2 {
	position: absolute;
	top: 10px;
	left: 300px;
}

div.banner ul li.li3 {
	position: absolute;
	top: 75px;
	left: 40px;
}

div.banner ul li.li4 {
	position: absolute;
	top: 75x;
	left: 300px;
}