@charset "EUC-JP";

/*フラッシュ　#FLA
----------------------------------------------------------------*/
#FLA {
	margin-bottom:20px;
	}	
	
/*トップページ #TOPP
----------------------------------------------------------------*/	
#TOPP{
	width:495px;
	margin:0px 0 0 0;
	}
#TOPP h3{
	margin-bottom:10px;
	}
	
#TOPP th{
	width:185px;
	/*background-image:url(../images/top_ph_bg.gif);*/
	background-repeat:no-repeat;
	text-align:left;
	}	
#TOPP th img{
	margin:5px;
	}	
	
#TOPP .td01{
	font-size:13px;
	font-weight:bold;	
	color:#6a3e32;
	background-image:url(../common_img/dot_line04.gif);/* 03~04 */
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:3px;
	}
	
#TOPP .td02{
	padding:5px 0 0 0;
	}	
/*新着情報 #TOPICS2
----------------------------------------------------------------*/
#TOPICS2{
	width:495px;
	margin:10px 0 0 0px;
	}	

	
/*新着情報 プログラム部分　横に並べるタイプ　 #NPG2
----------------------------------------------------------------*/	
#NPG2 {
	width:490px;
	height:80px;
	overflow:auto;
	background-color:#FFF;
	border:solid 0px #CCC;
	border-top:0;
	margin:5px 0 0 0;
}
#NPG2 dl {	/*　文字全体　*/
	line-height:15px;
	margin:5px;
	padding:0;
}
#NPG2 dt {	/*　日付部分　*/
	color:#f57491;
	font-size:12px;
	line-height:16px;	
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0 5px;
	padding:0;
	float:left;
	width:70px;
	}
#NPG2 dl dd {	/*　本文部分　*/
	font-size:12px;
	line-height:16px;	
	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: #6a3e32;
	font-weight:normal;
}
#NPG2 dl dd a:hover{
	color:#FF9900;
	text-decoration:none;
	}	

