@charset "EUC-JP";

/*フラッシュ　#FLA
----------------------------------------------------------------*/
#FLA {
	}
	
/*トップページ #TOPP
----------------------------------------------------------------*/	
#TOPP{
	width:580px;
	float:left;
	margin:5px 0 10px 0;
	}
#TOPP .box{
	width:285px;
	background-repeat:repeat-y;
}
#TOPP .box p{
	line-height:16px;
	padding:0 5px;
}
#TOPP .box .ph{
	float:right;
	padding:0 5px 0 0;
}
#TOPP .topl{
	float:left;
	background-image:url(../images/topl_bg_01.gif);
}
#TOPP .topl a{
	color:#797e63;
}
#TOPP .topl a:hover{
	color:#666f40;
}
#TOPP .topr{
	float:right;
	background-image:url(../images/topr_bg_01.gif);
}
#TOPP .topr a{
	color:#50737f;
}
#TOPP .topr a:hover{
	color:#3b6b7c;
}

/*新着情報 #TOPICS2
----------------------------------------------------------------*/
#TOPICS2{
	width:580px;
	}	
	
/*新着情報 プログラム部分　横に並べるタイプ　 #NPG2
----------------------------------------------------------------*/	
#NPG2 {
	width:578px;
	height:120px;
	overflow:auto;
	background-color:#FFF;
	border:solid 1px #ccbb9b;
	border-top:0;
}
#NPG2 dl {	/*　文字全体　*/
	line-height:15px;
	margin:10px 10px;
	padding:0;
}
#NPG2 dt {	/*　日付部分　*/
	color:#a06900;
	font-size:11px;
	line-height:15px;	
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0 10px 0 5px;
	padding:0;
	float:left;
	/*width:70px;*/
	}
#NPG2 dl dd {	/*　本文部分　*/
	font-size:11px;
	line-height:15px;
	margin:0 0 7px 0px;
	padding:0 5px 7px 0px;
	background-image:url(../common_img/dot_line02.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:#666;
	text-decoration:none;
	}	

