@charset "utf-8";

/*========================================
	
=========================================*/

/*-----------------------------------------------------
	右コンテンツ（top,news）
-----------------------------------------------------*/

/*PR*/
#pr_head{
	margin-top:2px;
	height:20px;
	background:url(../global_img/migipr.gif) no-repeat;
}
#pr_head h3{
	text-indent:-9999px;
}
#pr_body{
	background-color:#000;
	width:240px;
}
#pr_bottom{
	height:10px;
	background:url(../global_img/prbottom.gif) no-repeat;
	font-size:1px;/*for IE*/
	margin-bottom:6px;
}

#pr_body img {
	padding-bottom:2px;
}

/*PR*/

/*info*/
#pr_infohead{
	height:20px;
	background:url(../global_img/migiinfo.gif) no-repeat;
}

#pr_infobody p{
	margin:0px 0px 0px 5px;

}

#pr_infobody ul{
	margin:0px 0px 0px 15px;

}

#pr_infobottom{
	height:10px;
	background:url(../global_img/prbottominfo.gif) no-repeat;
	font-size:1px;/*for IE*/
	margin-top:6px;
	margin-bottom:6px;
}
/*info*/

/*table*/
#schedule_body table{
border-top:1px #fff solid;
border-left:1px #fff solid;
}
#schedule_body table th{
	background-color:#172e44;
	color:#fff;
	text-align:center;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
	padding:1px;
}
#schedule_body table td{
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
	font-size:92%;
	padding:2px 1px 1px 2px;
}

#schedule_body table.news-flash {
border-top:none;
border-left:none;
}

#schedule_body table.news-flash td{
	border-right:none;
	border-bottom:none;
	font-size:100%;
	text-align
}



