@charset "utf-8";
#title_wrapper {
	background-image: url(../../images/common/background_title.jpg);
	background-repeat: repeat-x;
	height: 60px;
}
#title {
	background-image: url(../../images/schedule/title.jpg);
	height: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#date_links {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 50px;
	padding-bottom: 30px;
}
.date_link {
	background-image: url(../../images/schedule/btn_date.jpg);
	height: 50px;
	width: 100px;
	float: left;
}
.date_link_on {
	background-image: url(../../images/schedule/btn_date_on.jpg);
	height: 50px;
	width: 100px;
	float: left;
}
.date_link a, .date_link_on a {
	height: 47px;
	width: 100px;
	padding-bottom: 3px;
	display: block;
	text-align: center;
}
.text_date {
	border-collapse: collapse;
	width: 82px;
	height: 47px;
}
.week {
	height: 21px;
	width: 82px;
}
.date {
	height: 26px;
	width:82px;
	text-align:center;
}
#body .schedule_box {
	padding-bottom:30px;
}
.schedule_box .schedule_header {
	height: 25px;
	width: 786px;
	background-image: url(../../images/schedule/background_schedule_header.png);
	padding-right: 2px;
	padding-left: 12px;
	padding-top: 5px;
}
.schedule_box .schedule_body {
	background-image: url(../../images/schedule/background_schedule_body.png);
	width: 784px;
	padding-top: 5px;
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 8px;
}
.table_box {
	border-collapse:collapse;
	color:#000000;
	float:left;
	width: 196px;
	height:135px;
	background-image: url(../../images/schedule/background_table.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.pic_box {
	width:108px;
	height:105px;
}
.profile_box {
	vertical-align:top;
	width:78px;
}
.profile_box p {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.btn {
	vertical-align:top;
	height: 26px;
}
.btn a {
	background-image: url(../../images/schedule/btn_gravure.png);
	height: 20px;
	width: 66px;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
}
.name_box {
	height:30px;
	line-height:30px;
	text-align:center;
}
.schedule_box .schedule_footer {
	background-image: url(../../images/schedule/background_schedule_footer.png);
	height: 5px;
	width: 800px;
}