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

#pan-navi-top {
	position: relative;
	height: 48px;
}

#station-prog-top ul{
}

#station-prog-top .st-share-btn a.twitter {
	display: block;
	width: 68px;
	height: 20px;
	background-repeat: no-repeat;
    background-position: -342px 0;
    background-image: url(/images/sp_top_images.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top: 0px;
	left: 850px;
	width: 68px;
}
#station-prog-top .st-share-btn a.mixi {
	display: block;
	width: 50px;
	height: 15px;
	background-repeat: no-repeat;
    background-position: -206px 0;
    background-image: url(/images/sp_top_images.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top: 0px;
	left: 836px;
	width: 50px;
}
#station-prog-top .st-share-btn a.fb1 {
	display: block;
	width: 40px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/sns_btn_for_fb1.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top: 0px;
	left: 887px;
	width: 40px;
}
#station-prog-top .st-share-btn a.fb2 {
	display: block;
	width: 70px;
	height: 20px;
	background-repeat: no-repeat;
    background-position: -271px 0;
    background-image: url(/images/sp_top_images.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top: 0px;
	left: 928px;
	width: 70px;
}
.timetable-btn {
	float:left;	
}
.program-navi {
	float:left;
	margin-left:10px;
	border-top:solid 1px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	border-color:#cccccc;
	padding:5px 10px 5px 10px;
	color:#999;
	background-color:#eaeaea;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	height:18px;
}
.program-navi.active {
	color:#fff;
	background-color:#999;
	border-color:#666;
}
.program-navi.over {
	color:#fff;
	background-color:#999;
	border-color:#666;
}
#topspbnr {
	padding: 7px 0 10px 0;
	min-height: 25px;
}
#topspbnr_btn{
	position: absolute;
}
#topspbnr_btn div{
	height: 25px;
}
#topspbnr #open_btn{
	position: absolute;
	left: 935px;
	padding: 5px;
}
#topspbnr a#close_btn{
	position: absolute;
	left: 935px;
	padding: 5px;
}



