﻿@charset "utf-8";
#home #wrapper #header #live_sch a {
	color: #68CCCA;
}
body {
	background-image: url(../images/schedule_bg.jpg);
	background-position: left top;
	width: auto;
	background-repeat: no-repeat;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}


/* basic layout
--------------------------*/
#wrapper {
	height: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 860px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	overflow: hidden;
	background-repeat: no-repeat;
}
#home    #wrapper    #scheduletitle {
	position: relative;
	left: 100px;
	top: 30px;
}
#home #wrapper #sch {
	margin-top: 50px;
	margin-left: 100px;
	width: 660px;
	height: 358px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	overflow: hidden;
}
#home #wrapper #caution p {
	width: 660px;
	margin-left: 100px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

#home #wrapper #caution p a:link {
	color:  #FFFFFF;
	text-decoration: underline;
}
