@charset "EUC-JP";

/*フラッシュ　#FLA
----------------------------------------------------------------*/
#FLA {
	}
	
/*トップページ #TOPP
----------------------------------------------------------------*/	
#TOPP{
	margin:15px 0 15px 0;
	}
	
#TOPP .flo_l{
	width:325px;
	}
#TOPP h4{
	background-image:none;
	padding:0px;
	margin:0px 0px 10px 0px;
	}
#TOPP .pointarea{
	width:325px;
	background-image:url(../images/top_poitbg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:220px;
	}
	
#TOPP .flo_r{
	width:245px;
	}
	

/*新着情報 #TOPICS2
----------------------------------------------------------------*/
#TOPICS2{
	width:580px;
	margin:0px 0 0px 0px;
	}	
#TOPICS2 h4{
	}	
	
/*新着情報 プログラム部分　横に並べるタイプ　 #NPG2
----------------------------------------------------------------*/	
#NPG2 {
	width:578px;
	height:89px;
	overflow:auto;
	border:1px solid #819682;
	border-top:0px;
	background-color:#faf9f0;
}
#NPG2 dl {	/*　文字全体　*/
	line-height:15px;
	margin:10px 10px;
	padding:0;
}
#NPG2 dt {	/*　日付部分　*/
	color:#333;
	font-size:11px;
	line-height:15px;	
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0 5px;
	padding:0;
	float:left;
	/*　width:70px;	*/
	}
#NPG2 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;			
}
#NPG2 dl dd a{
	color:#333;
	font-weight:normal;
}
#NPG2 dl dd a:hover{
	color:#FF9900;
	text-decoration:none;
	}	

