@charset "EUC-JP";

/*フラッシュ　#FLA
----------------------------------------------------------------*/
#FLA {
	padding:0px 0 10px 0;
	background-color:#FFFFFF;
	}
	
/*トップページ #TOPP
----------------------------------------------------------------*/	
#TOPP01{
	width:280px;
	height:135px;
	float:left;
	margin:0px 0 10px 0;
	background-image:url(../images/toparea_03.gif);
	background-position:0 40px;
	background-repeat:no-repeat;
	}
#TOPP01 ul{
	padding:0px 0px 0px 10px;
	}
#TOPP01 li{
	margin:0px 0px 5px 0px;
	}
	
#TOPP02{
	width:280px;
	height:135px;
	float:right;
	margin:0px 0 0 0;
	margin:0px 0 10px 0;
	background-image:url(../images/toparea_04.gif);
	background-position:0 40px;
	background-repeat:no-repeat;
	}
#TOPP02 ul{
	padding:0px 0px 0px 10px;
	}
#TOPP02 li{
	margin:0px 0px 5px 0px;
	}




/*新着情報 #TOPICS2
----------------------------------------------------------------*/
#TOPICS2{
	width:570px;
	margin:0px 0 0 0px;
	}	
#TOPICS2 h4{
	padding:0px;
	margin:0;
	}	
	
/*新着情報 プログラム部分　横に並べるタイプ　 #NPG2
----------------------------------------------------------------*/	
#NPG2 {
	width:568px;
	height:80px;
	overflow:auto;
	background-color:#FFF;
	border:solid 1px #CCC;
	border-top:0;
}
#NPG2 dl {	/*　文字全体　*/
	line-height:15px;
	margin:10px 10px;
	padding:0;
}
#NPG2 dt {	/*　日付部分　*/
	color:#696969;
	font-size:13px;			/* 2010-05-27 */
	line-height:15px;	
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0 5px;
	padding:0;
	float:left;
	/*　width:70px;	*/
	}
#NPG2 dl dd {	/*　本文部分　*/
	font-size:13px;			/* 2010-05-27 */
	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:#07c1f0;
	text-decoration:none;
	}	

