@charset "utf-8";

/*フラッシュ　#FLA
----------------------------------------------------------------*/
#FLA {
	}
	
/*トップページ #TOPP
----------------------------------------------------------------*/	
#TOPP{
	margin:0px 0 0 0;
	}
#TOPP h3{
	font-size:27px;
	line-height:27px;
	color:#cc0000;
	font-weight:bold;
	}
#TOPP p{
	margin:5px 0 10px 0;
	font-size:13px;
	line-height:15px;
	color: #000;
	font-weight:bold;
	}	
	
#BNR {
	height:145px;
	background-image:url(../images/top_bnner_02.gif);
	background-repeat:no-repeat;
	background-position:0 105px;
	margin-bottom:10px;
	}	
	
#BNR p{
	float:left;
	padding:0 0 0 5px;
	margin:13px 0 10px 0;
	font-size:13px;
	line-height:15px;
	color:#FFF;
	font-weight:bold;
	}	
#BNR .flo_r{
	margin:10px 5px 0 0;
	}	
	
/*新着情報 #TOPICS
----------------------------------------------------------------*/
#TOPICS{
	width:250px;
	float:right;
	margin:10px 0 10px 15px;
	}	
#TOPICS h4{
	color:#FFF;
	background-color:#333;	
	padding:5px;
	margin:0;
	}	
	
/*新着情報 #TOPICS2
----------------------------------------------------------------*/
#TOPICS2{
	width:510px;
	margin:0px 0 0 0px;
	}	
#TOPICS2 h4{
	margin:0 0 10px 0;
	}	
	
/*新着情報 プログラム部分　横に並べるタイプ　 #NPG2
----------------------------------------------------------------*/	
#NPG2 {
	width:505px;
	height:80px;
	overflow:auto;
}
#NPG2 dl {	/*　文字全体　*/
	line-height:15px;
	margin:5px 10px;
	padding:0;
}
#NPG2 dt {	/*　日付部分　*/
	color:#ff6b7e;
	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;
	}	


