@charset "utf-8";
/* CSS Document */

/* ------------------------ schedule ------------------------ */
#schedule{
	margin: 0px auto;
	width: 940px;
	background-color: #080808;
	text-align: left;
	border-left: 1px solid #2D2D2D;

}
/* ------------------------ 左カラム ------------------------ */


/* ------------------------ 右カラム ------------------------ */

#s_right .hyou{
	margin-bottom: 30px;
}
#s_right .hyou .sat{
	color: #006699;
}
#s_right .hyou .sun{
	color: #FF0000;
}

#s_right .hyou td{
	background-color: #222;
	text-align: center;
}
#s_right .hyou th{
	background-color: #C8AB4F;
	text-align: center;
	color: #333333;
}
#s_right .bg {
	background-color: #1F1C0C;
}

#s_right .tabletitle {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #49441D;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #746B2E;
	border-bottom-color: #746B2E;
}
#s_right .tabletitle td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#s_right .rows {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #49441D;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #49441D;
	border-left-color: #49441D;
}
#s_right .rows td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#s_right .link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#s_right .link a,#s_right .link a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
#s_right .link a:hover{
	color: #49441D;
	text-decoration: none;
	font-weight: bold;

}
