@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background-image:url(images/background_all.jpg);
	background-position:left top;
	background-repeat:repeat;
}

img { border-style:none;
	vertical-align: top;}

a img { border-style:none; }

#all2{
	margin:0 auto;
	width:1080px;
	font-size:12px;
	color:#222;
	background-image:url(images/background_all2.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#all{
	margin:0 auto;
	width:1000px;
	font-size:12px;
}

#menu{
	position:relative;
	height: 50px;
	width:1000px;
}

#menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding-left:0px;
}

#menu li{
	text-indent:-9999px;
	float:left;
}

/*
#menu ul li{
	display:block;
	float:left;
	width:160px;
	height:50px;
	overflow:hidden;
	background-image:url(images/menu.jpg);
}
*/
#menu li a{
	display:block;
	background-image:url(images/buttonline.jpg);
	background-repeat:no-repeat;
	height: 50px;
	overflow:hidden;
}

#menu-home a{
	width:250px;
	background-position:0 0;
}
#menu-home a:hover{
	background-position:0 -50px;
}
#menu-program a{
	width:250px;
	background-position:-251px 0;
}
#menu-program a:hover{
	background-position:-251px -50px;
}
#menu-schedule a{
	width:250px;
	background-position:-501px 0;
}
#menu-schedule a:hover{
	background-position:-501px -50px;
}
#menu-dvd a{
	width:250px;
	background-position:-750px 0;
}
#menu-dvd a:hover{
	background-position:-750px -50px;
}

.main{
	padding:20px;
	background-color:#cee6c1;
	line-height:150%;
	font-size:13px;
}

.program_box1{
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px solid #666;
}

.program_box2{
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:5px;
	border-bottom:2px solid #666;
}

.program_box3{
	margin-bottom:5px;
	padding-bottom:10px;
	padding-top:5px;
	border-bottom:1px solid #666;
}

.program_text{
	line-height:150%;
	font-size:14px;
}

.schedule_box1{
	padding:15px;
	font-size:14px;
	background-color:#B6C3AD;
}

.schedule_box1 a{
	color:#6C4957;
	text-decoration:none;
}

.schedule_box1 a:hover{
	color:#FFF;
	text-decoration:none;
}

.schedule_box2{
	padding:15px;
	font-size:14px;
	background-color:#88A282;
}

.schedule_box3{
	margin-bottom:5px;
	padding-bottom:10px;
	padding-top:5px;
}