@charset "utf-8";
img {
	border-style: none;
}
a:link {
	color:#F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	color:#FC0;
}
a:active {
	text-decoration: none;
	color: #F00;
}



.tabletext {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}
.schedule_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #F90;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.box {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.title {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#06F;
}


#general {
	width: 100%;
	text-align: left;
}


#header {
	width: 860px;
}
#logo {
	position:absolute;
	z-index:1;
	left: 790px;
	top: 60px;
}


#img {
	width: 860px;
	position:relative;
}


#content {
	width: 860px;
	position: relative;
}
#menu {
	width: 860px;
	position: relative;
	background-image:url(../png/table_bk.png);
}
#back {
	width: 860px;
	position: relative;
	background-image:url(../png/table_bk.png);
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	text-align:right;
}


#info {
	width: 860px;
	margin:10px 0px 10px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}


#footer {
	width: 860px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

