@charset "EUC-JP";

/*フラッシュ　#FLA
----------------------------------------------------------------*/
#FLA {
	}
	
	
/*トップページ #TOPP1
----------------------------------------------------------------*/	
#TOPP1{
	margin:10px 0 10px 0;
	padding:10px ;
	background-image:url(../images/top_btn01bg.gif);
	background-repeat:no-repeat;
	width:560px;
	height:110px;
	}

.toptxt{
	line-height:14px;
	font-size:11px;
	color:#ffffff;
	}
	
/*トップページ #TOPP2
----------------------------------------------------------------*/	
#TOPP2{
	width:285px;
	float:right;
	margin:0px 0 0 0;
	}


/*新着情報 #TOPICS
----------------------------------------------------------------*/
#TOPICS{
	width:285px;
	height:170px;
	float:left;
	margin:0px 0 10px 0px;
	background-image:url(../images/topics_bg.gif);
	background-repeat:no-repeat;
	background-position:0 30px;
	}	
#TOPICS h4{
	margin:0;
	}	
	
/*新着情報 プログラム部分 #NPG
----------------------------------------------------------------*/	
#NPG {
	width:283px;
	height:127px;
	padding:3px 0 0px 0;
	margin:0 0 10px 0;
	overflow:auto;
	/*background-color:#FFF;
	background-image:url(../images/topics_bg.gif);
	background-repeat:no-repeat;*/
}
#NPG dl {	/*　文字全体　*/
	line-height:15px;
	margin:5px;
	padding:0;
}
#NPG dt {	/*　日付部分　*/
	color:#f3a459;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0 5px;
	padding:0;		
	}
#NPG dl dd {	/*　本文部分　*/
	font-size:11px;
	line-height:15px;
	margin:0 0 5px 0;
	padding:0 5px 5px 5px;
	background-image:url(../common_img/dot_line01.gif);/* 01~02 */
	background-position:bottom;
	background-repeat:repeat-x;			
}
#NPG dl dd a{
	color:#333;
	font-weight:normal;
}
#NPG dl dd a:hover{
	color:#46b0e4;
	text-decoration:none;
	}