@charset "UTF-8";

/*フラッシュ　#FLA
----------------------------------------------------------------*/
#FLA {
	width:876px;
	height:296px;
	border:1px solid #00426f;
	border-bottom:3px solid #00426f;
	background-color:#fff;
	padding:1px;
	margin:0 10px 10px;
	}

/*トップページ #TOPP
----------------------------------------------------------------*/
#TOPP{
	width:670px;
	margin:0 0 10px;
	}
#DIVISION{
	width:650px;
	padding:10px 10px 0;
}
	#DIVISION .section{
		/*height:25px;*/
		background-image:url(../common_img/dot_line02.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		padding:0 0 5px;
	}
		#DIVISION .section .name{
			float:left;
			margin-right:10px;
		}
		#DIVISION .section p{
			line-height:15px;
			padding:5px 0 0;
		}
			#DIVISION .section p a{
				color:#005e9d;
				text-decoration:underline;
			}
			#DIVISION .section p a:hover{
				color:#ff7800;
				text-decoration:underline;
			}


/*新着情報 #TOPICS2
----------------------------------------------------------------*/
#TOPICS2{
	width:670px;
	margin:10px 0 0 0px;
	}	
	#TOPICS2 #TITLE{
		width:650px;
		height:30px;
		background-image:url(../images/top_topics_mbg.gif);
		background-repeat:no-repeat;
		padding:10px 10px 0;
		}	

/*新着情報 プログラム部分　横に並べるタイプ　 #NPG2
----------------------------------------------------------------*/	
#NPG2 {
	width:664px;
	height:72px;
	overflow:auto;
	background-color:#FFF;
	border:solid 3px #c8e4ec;
	border-top:0;
	margin:0;
}
	#NPG2 dl {	/*　文字全体　*/
		line-height:15px;
		margin:10px 10px;
		padding:0;
	}
	#NPG2 dt {	/*　日付部分　*/
		color:#333;
		font-size:12px;
		line-height:15px;	
		font-weight:bold;
		margin:0 10px 0 5px;
		padding:0;
		float:left;
		/*width:80px;*/
		}
		#NPG2 dl dd {	/*　本文部分　*/
			font-size:12px;
			line-height:15px;
			margin:0 0 10px 0;
			padding:0 5px 5px 5px;
			background-image:url(../common_img/dot_line02.gif);/* 01~02 */
			background-position:bottom;
			background-repeat:repeat-x;			
		}
			#NPG2 dl dd a{
				color:#07436b;
				font-weight:normal;
				text-decoration:none;
				background-image:url(../common_img/top_topics_arw.gif);
				background-repeat:no-repeat;
				background-position:0 2px;
				padding:0 0 0 12px;
			}
			#NPG2 dl dd a:hover{
				color:#ff7800;
				text-decoration:none;
				background-image:url(../common_img/top_topics_arw.gif);
				background-repeat:no-repeat;
				background-position:1px 2px;
				padding:0 0 0 12px;
				}
